RE: Re: What to do?
From: Moretti, Giovanni <G.Moretti_at_massey.ac.nz>
Date: 2006-03-07 22:51:36 CET
Installing RSync for Windows - the easy way:
From: Saulius Grazulis [mailto:grazulis@akl.lt]
rsync --exclude .svn --archive --verbose OLD-WC/ NEW-WC/ --dry-run
rsync --exclude .svn -av OLD-WC/ NEW-WC/
NB. AFAIK, rsync also works on Windows, if not natively,
There's a packaged version of RSync for windows - cwRsync and a neat SSH server (copSSH) available from
Look under the "Free Software" on the left-hand nav bar. They're packaged Cygwin ports but install and run like normal windows applications. They're MUCH easier to setup than full Cygwin.
Cheers
-----Original Message-----
On Tuesday 07 March 2006 09:02, Markus Karg wrote:
> Unfortunately the local WC is very large. There are a lot of local changes
Use rsync, man. You will love it. It will pick just the modified files,
rsync --exclude .svn --archive --verbose OLD-WC/ NEW-WC/ --dry-run
Whill show you what rsync is going to do, without changing your new WC, and:
rsync --exclude .svn -av OLD-WC/ NEW-WC/
will do the job.
NB. AFAIK, rsync also works on Windows, if not natively, then under Cygwin --
-- Saulius Gražulis Visuomeninė organizacija "Atviras Kodas Lietuvai" P.Vileišio g. 18 LT-10306 Vilnius Lietuva (Lithuania) tel/fax: (+370-5)-210 40 05 mobilus: (+370-684)-49802, (+370-614)-36366 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Tue Mar 7 22:56:49 2006 |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.