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

Re: Feature enhancement for cvs2svn

From: Eric S. Raymond <esr_at_thyrsus.com>
Date: 2004-08-10 00:17:54 CEST

Brian W. Fitzpatrick <fitz@red-bean.com>:
> Can you write a log message to go with your patch? See
> http://svn.collab.net/repos/cvs2svn/trunk/HACKING for log message
> guidelines.

I'll do that when I submit version 2 of this patch.
 
> > +# This should probably be local to some class
> > +tag_transforms = []
> > +
>
> Please toss it into the Ctx class along with the rest of the application
> defaults.

That's how I started to do it originally. Then I discovered that Ctx
doesn't seem to be available at the point where I need the
tag-transforms list. Changing that will make this a rather more
intrusive patch...but if that's how you want it, I'll do it that way.

> Hmm... since this transform is an expected behavior, I'd prefer to see
> the warning printed to STDOUT via the cvs2svn log facility...

Done.

Now I need to figure out how to make Ctx visible at the right place.

-- 
		Eric S. Raymond
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 10 00:23:00 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.