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. 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 _______________________________________________ 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