Re: [Python-Dev] Unable to commit

2007-05-29 Thread Martin v. Löwis
Georg Brandl schrieb: > Martin v. Löwis schrieb: >>> Odd... the call worked here (SVN 1.4.3). Which version is the server using? >> 1.1. Subversion did a grand renaming at some point. I fixed most of the >> functions when deploying the script, but apparently missed some. > > Okay. Is an upgrade pl

Re: [Python-Dev] Unable to commit

2007-05-28 Thread Georg Brandl
Martin v. Löwis schrieb: >> Odd... the call worked here (SVN 1.4.3). Which version is the server using? > > 1.1. Subversion did a grand renaming at some point. I fixed most of the > functions when deploying the script, but apparently missed some. Okay. Is an upgrade planned? I've heard that sever

Re: [Python-Dev] Unable to commit

2007-05-28 Thread Martin v. Löwis
> I don't know. After some Googling, I found that the call might need to be: > > if fs.node_prop(txn_root, path, SVN_PROP_MIME_TYPE, > 'svn:special') == '*': continue No. Instead, the missing argument was the apr_pool_t parameter, which was mandatory earlier, and is optional in current r

Re: [Python-Dev] Unable to commit

2007-05-28 Thread Martin v. Löwis
> Odd... the call worked here (SVN 1.4.3). Which version is the server using? 1.1. Subversion did a grand renaming at some point. I fixed most of the functions when deploying the script, but apparently missed some. Regards, Martin ___ Python-Dev mailing

Re: [Python-Dev] Unable to commit

2007-05-26 Thread Neal Norwitz
On 5/26/07, Georg Brandl <[EMAIL PROTECTED]> wrote: > > > > I tried to fix it so you can check in links, but that didn't work. I > > commented out the change, so you should be able to commit again. > > Odd... the call worked here (SVN 1.4.3). Which version is the server using? I don't know. Aft

Re: [Python-Dev] Unable to commit

2007-05-26 Thread Georg Brandl
Neal Norwitz schrieb: > On 5/26/07, Peter Åstrand <[EMAIL PROTECTED]> wrote: >> >> I'm unable to commit tonight: >> >> SendingDoc/lib/libsubprocess.tex >> SendingLib/subprocess.py >> SendingLib/test/test_subprocess.py >> Transmitting file data ...svn: Commit failed (details

Re: [Python-Dev] Unable to commit

2007-05-26 Thread Neal Norwitz
On 5/26/07, Peter Åstrand <[EMAIL PROTECTED]> wrote: > > I'm unable to commit tonight: > > SendingDoc/lib/libsubprocess.tex > SendingLib/subprocess.py > SendingLib/test/test_subprocess.py > Transmitting file data ...svn: Commit failed (details follow): > svn: 'pre-commit' ho

[Python-Dev] Unable to commit

2007-05-26 Thread Peter Åstrand
I'm unable to commit tonight: SendingDoc/lib/libsubprocess.tex SendingLib/subprocess.py SendingLib/test/test_subprocess.py Transmitting file data ...svn: Commit failed (details follow): svn: 'pre-commit' hook failed with error output: Traceback (most recent call last): F