Dave Lawrence wrote:
> Hello,
>
> I have a script (attached) that mirrors a public CVS repository locally
> as a Subversion repository. Each night it updates the local CVS copy
> using rsync, then converts it with cvs2svn. cvs2svn doesn't seem to
> have an "incremental" feature, so the previous conversion is deleted and
> a new one created from scratch.
>
> The problem is that each time, the UUID changes, so a working copy
> checked out the previous day will no longer talk to the repository.
>
> Possibly I shouldn't be using a working copy in this scenareo (after all
> it's a read-only mirror), I can still take advantage of "export" and
> "merge".
>
> Anyone got any better thoughts on how to do this?
[..]
Hi Dave,
did you try to save the "<path2repo>/db/uuid" file and store it into
the new repository?
Greetings,
Lutz
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-17 21:18:06 CEST