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 > > > > Anyone know what is going on? > > Did you do `svn info` in that directory to make sure you have a > writable ("svn+ssh") checkout of that part? >
Damn it, I think that was it. I did a framework build in there and ``make distclean`` didn't clean up all the Mac-related files (which should get fixed at some point), so I nuked the directory (which itself had permission stuff that required sudo) and did a fresh checkout. Must have accidentally done a read-only checkout. Sorry for the false alarm. -Brett _______________________________________________ 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