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

Re: [PATCH] Issue #2419: 'svn rm' of schedule add leaves working props file

From: Daniel Rall <dlr_at_collab.net>
Date: 2005-11-03 21:55:09 CET

On Fri, 04 Nov 2005, Madan S. wrote:

> On Thu, 2005-11-03 at 23:58, Garrett Rooney wrote:
> > On 11/2/05, Madan U Sreenivasan <madan@collab.net> wrote:
> > > Hi,
> > > Pl. find attached a patch for issue #2419.
> >
> > The fix seems reasonable to me, but the test should be written in pure
> > python, without shelling out to the "touch" command. It's not like
> > it's a lot of python code, and it makes things more portable (does
> > 'touch' even exist on windows?).
> You are right... will change that...

The equivalent Python I usually use is to open a file for write, then
close it (or let Python close it for you).

--
Daniel Rall
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Nov 3 21:55:11 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.