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

Re: svn2cl ?

From: <kfogel_at_collab.net>
Date: 2004-08-16 22:26:52 CEST

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

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.