Re: [SIP-devel] CVS
Advanced image processing toolbox for Scilab on Unix/Linux/Mac OS
Status: Beta
Brought to you by:
ricardofabbri
From: Angus E. <aer...@vi...> - 2005-07-25 18:36:53
|
Hi all, > > the repository is working great. Can you summarize your cvs import > process for us? > Here is how I performed the import and the steps taken. -first, remove all files which are not meant to be in CVS (thank you for enlightening me, Ricardo) -since sip requires we have some test pictures in the CVS repository have to tell CVS how to handle these binary files. This was done by editing the cvswrappers file in the module CVSROOT to tell CVS which files to treat as binary, ie: *.gif -k 'b' -then in the root directory of the sip tree enter the command: cvs -d:ext:aer...@cv...:/cvsroot/siptoolbox import -m "Initial Import" simpletoolbox vendor start and then it is done. A similar procedure was used for the other two modules. As you can see, it is not very difficult. If there are any questions, please let me know. Thank you, Angus |