Discussion:
[BitPim-devel] Makebranch error
Simon C
2006-04-27 06:05:37 UTC
Permalink
A problem with makebranch.py. The 'external' directories were not created.

Simon

C:\projects\bitpim\trunk>python scripts/makebranch.py
/developer/skyjunky/new_ringer src resources
svn mkdir -m "new branch on dirs ['src', 'resources'] from rev 3164 of
/trunk/bitpim" https://svn.sourceforge.net/svnroo
t/bitpim/developer/skyjunky/new_ringer

Committed revision 3174.
svn copy -m "branch from rev 3164 of /trunk/bitpim/resources" resources
https://svn.sourceforge.net/svnroot/bitpim/devel
oper/skyjunky/new_ringer/resources

Committed revision 3175.
svn copy -m "branch from rev 3164 of /trunk/bitpim/src" src
https://svn.sourceforge.net/svnroot/bitpim/developer/skyjunk
y/new_ringer/src

Committed revision 3176.
Traceback (most recent call last):
File "scripts/makebranch.py", line 100, in ?
os.remove(externalsfile)
TypeError: coercing to Unicode: need string or buffer, tuple found
Roger Binns
2006-04-27 06:25:34 UTC
Permalink
Post by Simon C
A problem with makebranch.py. The 'external' directories were not created.
Fixed.

Roger
Simon C
2006-04-27 06:59:07 UTC
Permalink
This is happening at the end, but all looks ok, I manually deleted the file.


Committed revision 3182.
Traceback (most recent call last):
File "scripts/makebranch.py", line 101, in ?
shutil.rmtree(branchdirname)
File "C:\Python23\lib\shutil.py", line 142, in rmtree
raise exc[0], (exc[1][0], exc[1][1] + ' removing '+arg)
OSError: [Errno 13] Permission denied removing
c:\docume~1\simon\locals~1\temp\__branch__lslrwk\.svn\dir-prop-base\
Loading...