[Python-Dev] Unable to commit (original) (raw)

Neal Norwitz nnorwitz at gmail.com
Sun May 27 01:56:12 CEST 2007


On 5/26/07, Georg Brandl <g.brandl at gmx.net> 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. 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

That's a pretty blind guess based on the error message and other random code that I could find. The line above is commented out right now. If I remember and feel like it, I'll try to test this out.

n



More information about the Python-Dev mailing list