Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - How to update projects defined in the .psf file?: (5 Items)
   
How to update projects defined in the .psf file?  
I tried to right click the dot psf file, and select the update. It has no effect. 

Thanks
Weijie
Re: How to update projects defined in the .psf file?  
Hi, Weijie,

Is this a Subversion repository and PSF file that you¹re working with?  Did
you invoke the ³Team -> Update² action in the context menu?

What did you expect the effect to be?  Did you expect the projects listed in
the PSF to be updated?  What should happen is that the PSF file itself is
updated from the repository, to get any remote changes in the file¹s
contents.

Cheers,

Christian


On 10-11-01 5:19 PM, "Weijie Zhang" <community-noreply@qnx.com> wrote:

> I tried to right click the dot psf file, and select the update. It has no
> effect.
> 
> Thanks
> Weijie
> 
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post73198

Re: How to update projects defined in the .psf file?  
Hi Chris, 

What I want to do is to update all the projects that in the .psf file. That is, I want my workspace, which is supposed 
to contains only those in the .psf, is up to date with the svn. I currently update them manually, but it is not a good 
way because, for example if the .psf is updated (say a new project is added in), my way of manually updating will be not
 enough if I don't update the .psf file itself. So I guess my question is, how to sync with svn by the .psf file.

Regards,
Weijie
Re: How to update projects defined in the .psf file?  
Hi, Weijie,

When you import your projects from the repository using the PSF, the import
wizard gives you the option of adding them to a working set.  In the Project
Explorer, you can use the view menu (the little triangle in the upper right
corner) to show Working Sets as the top level elements in the explorer.  The
Team context menu is supported on working sets, so you can use ³Team ->
Update² on a working set to update all of the projects in that set.

When you update the PSF from the repository, if there are any new projects
in it, then the import wizard can again add them to the working set.

This mapping of PSFs to working sets offers other advantages, too.  For
example, you can easily build all projects in a working set from the
³Project -> Build Working Set² menu in the main menu bar.

HTH,

Christian


On 10-11-01 6:05 PM, "Weijie Zhang" <community-noreply@qnx.com> wrote:

> Hi Chris,
> 
> What I want to do is to update all the projects that in the .psf file. That
> is, I want my workspace, which is supposed to contains only those in the .psf,
> is up to date with the svn. I currently update them manually, but it is not a
> good way because, for example if the .psf is updated (say a new project is
> added in), my way of manually updating will be not enough if I don't update
> the .psf file itself. So I guess my question is, how to sync with svn by the
> .psf file.
> 
> Regards,
> Weijie
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post73205
> 

Re: How to update projects defined in the .psf file?  
Thanks Christian.