[parisc-linux] Re: rsync for CVS repository
Neulinger, Nathan
nneul@umr.edu
Thu, 15 Nov 2001 07:49:27 -0600
I'm not sure how useful rsync would be for duplicating a cvs repository
except for mirroring purposes.
If you want to do your own commits locally - you're probably better off
doing a vendor branch/frequent imports, or using CVSup.
If you just want a fast local copy of the repository (say if you're behind a
slow link), then rsync would be useful. But cvsup should also let you do
that easily.
-- Nathan
------------------------------------------------------------
Nathan Neulinger EMail: nneul@umr.edu
University of Missouri - Rolla Phone: (573) 341-4841
Computing Services Fax: (573) 341-4216
> -----Original Message-----
> From: Rafael Herrera [mailto:vze26vn8@verizon.net]
> Sent: Wednesday, November 14, 2001 10:20 PM
> To: parisc-linux@lists.parisc-linux.org
> Subject: Re: [parisc-linux] Re: rsync for CVS repository
>
>
> Paul Bame wrote:
>
> > 6. Answer questions from people who don't know how to use rsync or
> > who have problems. Some people will try it because it's
> there, not
> > because it is useful for them.
>
>
> I use this command:
>
> cd /your/localCVScopy/
> rsync -avzc --progress --stats thepalinux.host.com::Example .
>
>
> will retrieve the Example directory in archive and compressed mode, a
> little verbose too. Note that this will overwrite any
> modified file you
> have in your tree.
>
> --
> Rafael
>
>
> _______________________________________________
> parisc-linux mailing list
> parisc-linux@lists.parisc-linux.org
> http://lists.parisc-linux.org/mailman/listinfo/parisc-linux
>