Kristis Makris <kristis.makris@asu.edu> writes:
> Has anyone developed an svn2cl tool, similar to cvs2cl ? Is there a URL
> where this tool can be downloaded ?
I don't think anyone has worked on such a thing. The principle
benefit of using cvs2cl over 'cvs log' is that cvs2cl unifies the log
messages of a single commit. Since Subversion natively produces
unified logs, there's much less reason to implement an svn2cl -- the
only thing it would give you is the reformatting, which can probably
be done more easily with 'svn log --xml' and external XML-parsing
tools.
-Karl
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 17 00:03:16 2004