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

Re: svn commit: r14209 - branches/1.2.x

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2005-04-21 04:04:50 CEST

Tobias Ringström <tobias@ringstrom.mine.nu> writes:

> fitz@tigris.org wrote:
>
> >+ * r14205, 14208
> > Add lock/unlock support to mailer.py.
> > Justification:
> > Necessary feature... besides, who doesn't want more email?
> >
> I'm going to have to veto this for 1.2.x for the following three reasons:
>
> 1. It needs r14150 to even merge.

Good point.

> 2. The "path = dirlist[0]" in Lock.__init__ should probably be "path =
> self.dirlist[0]".

Any particular reason? Ah! Because self.dirlist[0] has real paths,
and dirlist[0] might be a relative one (that we can't address in the
repos without a prefix).

> 3. The CONFIG-PATH is listed as optional in usage, but is required.

Yep. That whole argument handling routine is gross.

> I don't have the time to test further right now.

Good find, Tobias. I'm on this stuff now.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 21 04:09:32 2005

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.