Message:
The following issue has been closed.
Resolver: Adam Jack
Date: Tue, 6 Apr 2004 6:21 AM
sync now skips any directories called .svn or CVS.
---------------------------------------------------------------------
View the issue:
http://issues.apache.org/jira/browse/GUMP-23
Here is an overview of the issue:
---------------------------------------------------------------------
Key: GUMP-23
Summary: Sync fails with perms on .svn/entries
Type: Bug
Status: Closed
Priority: Major
Resolution: FIXED
Project: Gump
Components:
Python
Assignee: Adam Jack
Reporter: Adam Jack
Created: Thu, 11 Mar 2004 7:06 AM
Updated: Tue, 6 Apr 2004 6:21 AM
Description:
SVN has an issue where it sets permissions incorrectly (I forget details, but I know
they can't easily fix it yet). I suspect we ought avoid the .svn directories with Sync
(and as such we might as well avoid ./CVS also).
ERROR:gump:Can't copy [u'/data3/gump/cvs/jakarta-gump-test/.svn/entries'] to
[u'/data3/gump/jakarta-gump-test/.svn/entries']: [[Errno 13] Permission denied:
'/data3/gump/jakarta-gump-test/.svn/entries']
Traceback (most recent call last):
File "/data3/gump/gump-install/python/gump/utils/sync.py", line 141, in copytree
self.maybecopy(srcname, dstname)
File "/data3/gump/gump-install/python/gump/utils/sync.py", line 222, in maybecopy
shutil.copy2(srcname, dstname)
File "/usr/lib/python2.2/shutil.py", line 73, in copy2
copyfile(src, dst)
File "/usr/lib/python2.2/shutil.py", line 29, in copyfile
fdst = open(dst, 'wb')
IOError: [Errno 13] Permission denied: '/data3/gump/jakarta-gump-test/.svn/entries'
ERROR:gump:Can't copy [u'/data3/gump/cvs/jakarta-gump-test/.svn'] to
[u'/data3/gump/jakarta-gump-test/.svn']: [Can't copy
[u'/data3/gump/cvs/jakarta-gump-test/.svn/entries'] to
[u'/data3/gump/jakarta-gump-test/.svn/entries']: [[Errno 13] Permission denied:
'/data3/gump/jakarta-gump-test/.svn/entries']]
Traceback (most recent call last):
File "/data3/gump/gump-install/python/gump/utils/sync.py", line 139, in copytree
self.copytree(srcname, dstname, symlinks)
File "/data3/gump/gump-install/python/gump/utils/sync.py", line 145, in copytree
raise IOError, message
IOError: Can't copy [u'/data3/gump/cvs/jakarta-gump-test/.svn/entries'] to
[u'/data3/gump/jakarta-gump-test/.svn/entries']: [[Errno 13] Permission denied:
'/data3/gump/jakarta-gump-test/.svn/entries']
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]