[Biococoa-dev] developer docs

Charles PARNOT charles.parnot at stanford.edu
Tue Feb 15 01:39:42 EST 2005


I added some file to have developer documentation in the project (eg 
for BioCocoa newcomers). So if you update your project in Xcode, you 
will see a new group with some files. These files will show in red 
because they are in a new folder inside the project folder, and Xcode 
does not handle new folders in cvs, so it won't find the files. I 
found that you need to update in the terminal with the -d flag, like 
so:

(for bash)

export CVS_RSH='ssh'
export CVSROOT=':ext:cparnot at bioinformatics.org:/cvsroot'
cd (path to the project)/BioCocoa
cvs update -d


(for csh)

setenv CVS_RSH 'ssh'
setenv CVSROOT ':ext:loginname at bioinformatics.org:/cvsroot'
cd (path to the project)/BioCocoa
cvs update -d

charles

-- 
Help science go fast forward:
http://cmgm.stanford.edu/~cparnot/xgrid-stanford/

Charles Parnot
charles.parnot at stanford.edu

Room  B157 in Beckman Center
279, Campus Drive
Stanford University
Stanford, CA 94305 (USA)

Tel +1 650 725 7754
Fax +1 650 725 8021



More information about the Biococoa-dev mailing list