You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by ji...@apache.org on 2004/03/11 16:08:35 UTC

[jira] Created: (GUMP-23) Sync fails with perms on .svn/entries

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/secure/ViewIssue.jspa?key=GUMP-23

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: GUMP-23
    Summary: Sync fails with perms on .svn/entries
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Gump
 Components: 
             Python

   Assignee: 
   Reporter: Adam Jack

    Created: Thu, 11 Mar 2004 7:06 AM
    Updated: Thu, 11 Mar 2004 7:06 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: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org