[openbeos] Re: cvs tarball

"Alexander G. M. Smith" <agmsmith@xxxxxxxxxx> wrote:
 ...
> Did you try http://cvs.sourceforge.net/cvstarballs/
> open-beos-cvsroot.tar.gz
> 
> That is a copy of the server's CVS directory so it 
> contains the raw version control files.  You can extract 
> particular versions from it by using the "co" command 
> that comes with BeOS.  See file:///boot/beos/documentation
> /Shell%20Tools/man1/rcsintro.html for docs on "co" and other
> RCS commands.

'co' works, but I get all files dumped in a single folder, 
which is rather unpractical.. Is there a better way, or 
must I write a recursive bash script that enters each
subfolder? 

Here's what I've tried:

cd /boot/home/Desktop
mkdir obos
cd obos
wget http://cvs.sourceforge.net/cvstarballs/open-beos-cvsroot.tar.gz
tar -xvpzf open-beos-cvsroot.tar.gz
find | xargs -i{} co {}

/Jonas Sundström.                     www.kirilla.com

Other related posts: