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

Re: Changes to cvs2svn + [patch] cvs2svn.py

From: Swen Thuemmler <swen_at_mediaways.net>
Date: 2002-11-21 08:52:17 CET

On Wed, Nov 20, 2002 at 11:06:23PM -0800, Laramie Leavitt wrote:
> I have collected some of the various changes to cvs2svn
> posted on this list, and added just a couple of my own.

[...]

> +
> + tmp = self.loghash.get(currlog, [])
> + # ugly hack
> + if 'M' == modifier and '1.1' == rev:
> + tmp.append('A %s (%s)' % (repos_path, rev))
> + else:
> + tmp.append('%s %s (%s)' % (modifier, repos_path, rev))
> + self.loghash[currlog] = tmp

[...]

I see, you have incorporated an old patch from me to add information about
added, modified or deleted files to the log message (together with the
revision number). I now am convinced that this is not needed, since
"svn log -v" nicely reveals this information (with the execption of the
original revision number). I think this should made at least optional, for
people who like to have the old revision number in the log message.

Btw, it's great to see so much progress to cvs2svn lately.

--Swen

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Nov 21 08:53:02 2002

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.