Mirroring public CVS repository as SVN
From: Dave Lawrence <dlawrence_at_ad-holdings.co.uk>
Date: Tue, 17 Jun 2008 11:18:15 +0100
Hello,
I have a script (attached) that mirrors a public CVS repository locally
The problem is that each time, the UUID changes, so a working copy
Possibly I shouldn't be using a working copy in this scenareo (after all
Anyone got any better thoughts on how to do this?
#!sh
#NB rsync, cvs2svn and svnserve are ALL cygwin builds.
rsync -r rsync://sourceware.org/ecos-cvs cvs > logs/rsync_out.txt 2> logs/rsync_err.txt
# Ensure svnserve is running (in case we had a restart)
---------------------------------------------------------------------
|
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.