svn - 1.5.0 or better of the Subversion Python bindings -


when try commit tortoise svn, shows :
post-commit hook failed (exit code 1) output:
error: need version 1.5.0 or better of subversion python bindings.
how should solve this?
thanks!

you have outdate of python-svn binding. need install newer kits:
here: http://pysvn.tigris.org/servlets/projectdocumentlist?folderid=1768

i not sure whether tortois installation brings it's own version of these python-bindings.


Comments

Popular posts from this blog

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -