You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by kf...@collab.net on 2004/08/16 20:26:52 UTC

Re: svn2cl ?

Kristis Makris <kr...@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