[ucn] importing unicorn tool into w3c cvs repository

Hello Damien.

After looking at the source tree for unicorn, and given the slightly  
complicted nature of the java source tree on our source repository, I  
think the unicorn source should probably go into 2006/unicorn

For the import of the source tree, the following should work:

1) make sure you have your environment set properly. Mostly it means  
having
CVS_RSH=ssh

2) clean up the source tree you want to import of anything  
confidential, or anything you don't want in public

3) remove all existing CVS directories in the source (since you've  
been using a private CVS for a while)
find . -type d -name CVS | xargs rm -rf

4) put the unicorn directory in /my/path/2006/ (so all the files are  
in /my/path/2006/unicorn) and
cd /my/path/

5) cvs -d dleroy@dev.w3.org:/sources/public import 2006/unicorn


This should work - I hope. I only use cvs import rarely, and even  
more rarely now that I use subversion for my personal projects, but  
hopefuly that's the right syntax and procedure.

Ping me if you have any problem with it.

Cheers,
-- 
olivier 

Received on Thursday, 31 August 2006 04:56:15 UTC