Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Using CVS within Project Builder' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Using CVS within Project Builder
Authored by: fca on Sep 11, '03 09:46:02AM

Hello everybody,
project builder works nicely with CVS indeed, however there is a small trick to play. After you created your project (say in ~/project/fca.pbproj) just do

cd ~/project/fca.pbproj
mkdir CVS
cd CVS
touch Root

close the project (alt-action-W) and reopen it. CVS functions will not be dimmed any more. By definition if you check in and out the project directory it will work, but it is a bit radical. I have two large trees of files which sit on different parts of my filesystem with different CVS root, the project files sit again somewhere else. With this little trick (apparently undocumented) everything seems to work. Regards,

---
Fed



[ Reply to This | # ]