[openbeos] Re: cvs tarball
- From: "Jonas Sundstrom" <kirilla@xxxxxxxxx>
- To: openbeos@xxxxxxxxxxxxx
- Date: Sat, 28 Jun 2003 15:26:41 +0200 CEST
"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
- Follow-Ups:
- [openbeos] Re: cvs tarball
- From: Alexander G. M. Smith
- References:
- [openbeos] Re: cvs tarball
- From: Alexander G. M. Smith
Other related posts:
- » [openbeos] cvs tarball
- » [openbeos] Re: cvs tarball
- » [openbeos] Re: cvs tarball
- » [openbeos] Re: cvs tarball
- » [openbeos] Re: cvs tarball
- » [openbeos] Re: cvs tarball
- » [openbeos] Re: cvs tarball
- » [openbeos] Re: cvs tarball
- » [openbeos] cvs tarball
- [openbeos] Re: cvs tarball
- From: Alexander G. M. Smith
- [openbeos] Re: cvs tarball
- From: Alexander G. M. Smith