[Dxspider-support] cvs update-now sorted

Dirk Koopman djk at tobit.co.uk
Wed Jun 9 18:09:29 BST 2004


On Wed, 2004-06-09 at 17:46, Dirk Koopman wrote:
> You may find that, on unix type boxes, this will work:-
> 
> cd /spider
> tar cfz /tmp/spider-backup.tgz .
> find . -name Root -exec echo ":pserver:anonymous at cvs.sourceforge.net:/cvsroot/dxspider" > {} \;
> 

For some reason that doesn't seem to work properly so:

$ cd /spider
$ tar cfz /tmp/spider-backup.tgz .
$ cp CVS/Root newRoot

edit newRoot so that it says: 

:pserver:anonymous at cvs.sourceforge.net:/cvsroot/dxspider

$ find . -name Root -exec cp newRoot {} \; -print

and that will update all the Root files and print the ones that it did.

I have just updated the CVSlatest.tgz to reflect the new cvs path.

Dirk






More information about the Dxspider-support mailing list