[EMAIL PROTECTED] wrote:
> (I sent a note to pydotorg yesterday but got no response.  Trying here.)
> 
> I checked in a change to Doc/lib/libcsv.tex on the trunk yesterday, then
> tried backporting it to the release25-maint branch but failed due to
> permission problems.  Thinking it might be lock contention, I waited a few
> minutes and tried a couple more times.  Same result.  I just tried again:
> 
>     subversion/libsvn_client/commit.c:832: (apr_err=13)
>     svn: Commit failed (details follow):
>     subversion/libsvn_ra_dav/util.c:368: (apr_err=13)
>     svn: Can't create directory 
> '/data/repos/projects/db/transactions/52226-1.txn': Permission denied
>     subversion/clients/cmdline/util.c:380: (apr_err=13)
>     svn: Your commit message was left in a temporary file:
>     subversion/clients/cmdline/util.c:380: (apr_err=13)
>     svn:    
> '/Users/skip/src/python-svn/release25-maint/Doc/lib/svn-commit.4.tmp'
> 
> Here's my svn status output:
> 
>     Path: .
>     URL: http://svn.python.org/projects/python/branches/release25-maint
>     Repository UUID: 6015fed2-1504-0410-9fe1-9d1591cc4771
>     Revision: 52226
>     Node Kind: directory
>     Schedule: normal
>     Last Changed Author: hyeshik.chang
>     Last Changed Rev: 52225
>     Last Changed Date: 2006-10-08 09:01:45 -0500 (Sun, 08 Oct 2006)
>     Properties Last Updated: 2006-08-17 11:05:19 -0500 (Thu, 17 Aug 2006)
> 
> I believe I've got the right thing checked out.

It looks like you checked out from http://..., IIRC that's read-only.
svn+ssh://[EMAIL PROTECTED]/python/... might work better.

Georg

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to