[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: How to avoid duplicate filename on Windows?

From: Konstantin Kolinko <knst.kolinko_at_gmail.com>
Date: Wed, 18 Jun 2008 12:45:35 +0400

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

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.