[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: qestion ... is ther svn2cvs

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-02-25 18:32:41 CET

Roland Bramm <roland@butlers-djihad.de> writes:

> This is only the question if there is a better way .. i hope to
> convince the people to use svn but this takes time ...

A clever person with time on their hands could do this:

Our dumpfile-format parser in svn_repos.h is already abstracted.
Write a new standalone program which uses the parser with a custom
vtable: one which modifies a CVS working copy.

Then, as your svn post-commit hook, run an 'svnadmin dump
--incremental' into a temporary dumpfile, then run your new binary on
the dumpfile so it changes a CVS working copy. The run 'cvs ci'.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Feb 25 16:33:52 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.