Do not forget to post to the list when replying.
The python script works, but the python bindings library that you
have installed is for subversion 1.4.
I do not see a separate installer for the bindings on the download page
(http://merge-tracking.open.collab.net/servlets/ProjectProcess?pageID=3711),
but the SVN 1.5.0-RC9 Server for Windows installer is said to include them.
And yes, it has them, but it seems that it does not install them anywhere.
My advice: use the 7-zip archiver program to open the msi file of the installer,
and extract the files from there. They are in "$R5" subfolder there.
Best regards,
Konstantin Kolinko
2008/6/18 Edwin <EdwinTai_at_gmail.com>:
>> You can use the Repository Browser dialog to rename, move or delete
>> the conflicting file.
> it works fine.Thank you.
>
>> > I use case-insensitive.py to check but it doesn't work on Subversion 1.5.x
> I got error as below. seems format different..
> Error: Commit failed (details follow):
> Error: Commit blocked by pre-commit hook (exit code 1) with output:
> Error: Traceback (most recent call last):
> Error: File "D:\case-insensitive.py", line 100, in <module>
> Error: repos_handle =
> repos.open(sys.argv[1].decode(native).encode('utf-8'))
> Error: File "C:\Python25\Lib\site-packages\libsvn\repos.py", line 47,
> in svn_repos_open
> Error: return apply(_repos.svn_repos_open, args)
> Error: libsvn._core.SubversionException: ("Expected FS format '2';
> found format '3'", 160043)
> Error: Error found in commit
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-06-18 10:45:52 CEST