Skip navigation.
 
mlRe: Using CVS with Project Builder!!!???
FROM : Tomas Zahradnicky
DATE : Sun Nov 10 22:40:41 2002

>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_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlUsing CVS with Project Builder!!!??? Aidas Dailide Nov 10, 19:16
mlRe: Using CVS with Project Builder!!!??? Finlay Dobbie Nov 10, 22:16
mlRe: Using CVS with Project Builder!!!??? Tomas Zahradnicky Nov 10, 22:40
mlRe: Using CVS with Project Builder!!!??? Olivier Nov 11, 18:30