Re: Using CVS with Project Builder!!!???
Re: Using CVS with Project Builder!!!???
- Subject: Re: Using CVS with Project Builder!!!???
- From: Tomas Zahradnicky <email@hidden>
- Date: Sun, 10 Nov 2002 22:40:41 +0100
Hi there,
For past few days i'm trying to use Project Builder to add my project to
Source Forge CVS. Does anybody has expirience in using Project Builder with
SourceForge's CVS? I've already created project with Project Builder in my
computer, and now i want to put it into CVS reprisitory.
Hello Aidas,
you cannot put project into CVS using Project Builder. You have to
create a directory <SOME_DIR>, put whole project folder there and
then cd <SOME_DIR> and import it manually using command line cvs like
in the following example.
cvs -d :pserver:yourname@<IP_ADDRESS>:/cvsroot import
then backup your project, delete the <SOME_DIR> contents and checkout
that project manually via:
cvs -d :pserver:yourname@<IP_ADDRESS>:/cvsroot checkout <PROJECT_NAME>
this will download the project from cvs' repository creating you CVS
directories with proper files in them. If you open such project with
ProjectBuilder or CodeWarrior with mwCVS, it will properly be linked
to CVS and everything will work normal (i.e. update, commit, add and
so on).
Cheers,
-Tomas
--
# Tomas Zahradnicky, Jr
# The Czech Technical University
# Dept of Computer Science, FEE-CTU Prague
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.