Peter Wemm wrote:
> converting our 15 years of cvs history to svn, a prerequisite is to be
> able to continuously export svn changes back to the cvs tree and make
> it "look real".
You may want to consider looking at SVN::Notify::Mirror, which makes it easy to
create very customizable post-commit hooks. I wrote it initially to keep
multiple web servers in automatic sync with changes in a repository, including
special support for tagging. It probably wouldn't be that hard to write a new
backend (like the current ::SSH and ::Rsync) which instead would apply the new
changes to a local CVS checkout and commit them.
John
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-01-13 00:22:17 CET