Re: [Python-Dev] Having trouble committing

2007-01-25 Thread Neal Becker
I've heard it claimed that men often have this problem. ___ 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

Re: [Python-Dev] Having trouble committing

2007-01-25 Thread Brett Cannon
On 1/25/07, Tim Peters <[EMAIL PROTECTED]> wrote: > [Brett Cannon] > > I am trying to commit to the 2.5 branch and I am getting an error: > > > > svn: Commit failed (details follow): > > svn: Can't create directory > > '/data/repos/projects/db/transactions/53566-1.txn': Permission denied > > > > An

Re: [Python-Dev] Having trouble committing

2007-01-25 Thread Martin v. Löwis
Brett Cannon schrieb: > I am trying to commit to the 2.5 branch and I am getting an error: > > svn: Commit failed (details follow): > svn: Can't create directory > '/data/repos/projects/db/transactions/53566-1.txn': Permission denied > > Anyone know what is going on? It's not clear to me. The pe

Re: [Python-Dev] Having trouble committing

2007-01-25 Thread Tim Peters
[Brett Cannon] > I am trying to commit to the 2.5 branch and I am getting an error: > > svn: Commit failed (details follow): > svn: Can't create directory > '/data/repos/projects/db/transactions/53566-1.txn': Permission denied > > Anyone know what is going on? Did you do `svn info` in that directo

[Python-Dev] Having trouble committing

2007-01-25 Thread Brett Cannon
I am trying to commit to the 2.5 branch and I am getting an error: svn: Commit failed (details follow): svn: Can't create directory '/data/repos/projects/db/transactions/53566-1.txn': Permission denied Anyone know what is going on? -Brett ___ Python-De