Hi,
I finally give up trying to build SVN under cygwin, it's a nightmare
between configure scripts that takes ages to analyse the current config
(and do not use cached values between consecutive runs) and the numerous
dependencies.
I'd like to know if there is an available package for Cygwin with
subversion DLLs so that Cygwin Python can access Subversion back end.
I found some packages from
http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91
but they do not contain .dll files, only .lib files.
I tried to install all files from the three packages (bin, dev and
python) in /usr, but trac-admin fails with the following error:
Traceback (most recent call last):
File "/usr/bin/trac-admin", line 913, in ?
main()
File "/usr/bin/trac-admin", line 902, in main
tracadm.docmd (command)
File "/usr/bin/trac-admin", line 63, in docmd
self.onecmd(cmd)
File "/usr/lib/python2.3/cmd.py", line 210, in onecmd
return func(arg)
File "/usr/bin/trac-admin", line 421, in do_initenv
from svn import util, repos, core
File "/usr/lib/python2.3/site-packages/svn/util.py", line 21, in ?
from core import *
File "/usr/lib/python2.3/site-packages/svn/core.py", line 21, in ?
from libsvn.core import *
File "/usr/lib/python2.3/site-packages/libsvn/core.py", line 4, in ?
import _core
ImportError: dlopen: Win32 error 126
Any idea ?
Whereas I got not trouble to setup subversion and trac under Linux, the
same seems to be a lot more difficult w/ Cygwin...
Thanks
Manu
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 24 18:54:41 2004