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

RE: [TSVN] Windows case-sensitive request

From: Glenn R Heard Jr <gheard_at_zoominternet.net>
Date: 2005-07-22 16:09:55 CEST

On Wednesday, July 20, 2005 11:37 AM Martin Tomes wrote:
> I committed a Python script check-case-insensitive.py yesterday.
>
> Using this script you can avoid getting into the biggest mess
> which is adding a case sensitive file name clash to the repository.
>
> Although there are plenty of potential problems with the
> client not understanding case insensitive file systems those
> problems don't occur very often.
>
> Don't use the Perl one, I will remove it at some point.

Martin,
  I can't get the script to run, here is its exception output:

C:\Lang\Projects\foo>svn ci . -m "foo"
Sending new text document.TXT
Transmitting file data .svn: Commit failed (details follow):
svn: MERGE request failed on '/svn/util/foo'
svn: 'pre-commit' hook failed with error output:
foo: Traceback (most recent call last):
  File "e:/hooks/check-case-insensitive.py", line 64, in ?
    from svn import fs, core, repos, delta
  File "E:\Python23\Lib\svn\fs.py", line 19, in ?
    from libsvn.fs import *
  File "E:\Python23\Lib\libsvn\fs.py", line 5, in ?
    import _fs
ImportError: DLL load failed: The specified module could not be found.

I do have the python bindings installed. They are installed in the python
Libs folder ( on Win32 ). As you can see, it finds the fs.py but for some
reason can't load the _fs.dll. My version of svn is 1.2.0.14790 and so is
the python bindings. Do you or anyone else know why the DLL won't load?

Glenn Heard gheard@altronicinc.com
Software Engineer gheard@zoominternet.net
Altronic Inc. rayzer@zoominternet.net
ICQ: 123194600 www.altronicinc.com
Y!: glennheard

---
'I haven't lost my mind -- it's backed up on tape somewhere.'
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Jul 22 16:14:51 2005

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

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