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

Re: Locking branch has been merged [Re: svn commit: r13571]

From: Tobias Ringström <tobias_at_ringstrom.mine.nu>
Date: 2005-03-23 12:43:24 CET

Travis wrote:

> File
> "/usr/pkg/svn-trunk/trunk/subversion/tests/clients/cmdline/svntest/
> main.py", line 331, in file_append
> fp = open(path, 'a') # open in (a)ppend mode
> IOError: invalid mode: a

I think I've seen that error before on OS/X. If you start python and
type help(open), is 'a' not listed there as a valid mode? I just
checked, and 'a' is listed as a valid mode since Python 1.4. You can
double check that we're looking at the right thing by typing
open("tmp.txt","a"). If that is not giving you the same error, open is
overloaded somewhere.

/Tobias

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 23 12:44:47 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.