OK, I was definitely confused by something on some websitesomewhere.... I've downloaded that zip and extracted the svn and libsvn folders to the Python LIB folder....
Now I'm still getting the message in Trac that Subversion is not a supported version control system. Also when I try to import svn.core from the python command prompt It is now puking on line 5 of the libsvn.core file which tries to load _core I found _core.dll in the library directory and copied it to the Python DLL directory and to my WinNT\System32 directory but I still get the error Any other ideas? -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Emmanuel Blot Sent: Thursday, July 05, 2007 2:24 PM To: [email protected] Subject: [Trac] Re: where can I get libsvn ? The libraries on Subversion web site are the "SWIG" ones. SWIG is a tool to help building wrapper from C/C++ libraries to other languages (Java, Perl, Python, ...) Subversion is using SWIG to build the Python wrapper that Trac requires. The other python library for SVN (pysvn) is not supported (this is a native library, which is part of another project). HTH, Manu On 7/5/07, Tom Malia <[EMAIL PROTECTED]> wrote: > > Thanks, > > I tried that, the libraries I needed didn't appear to be there and in fact > after further reading I found something that said the svn-python files are > actually the wrong ones though they say this is a common mistake people > make. They say that I need a different set of files called the "SWIG"(?) > binding files? > > I'll check your link again though since I may have been confused... I know > if I wasn't confused then, I am now. > > Regards, > Tom Malia > > > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of Emmanuel Blot > Sent: Thursday, July 05, 2007 2:08 PM > To: [email protected] > Subject: [Trac] Re: where can I get libsvn ? > > > From the Subversion web site ? > > http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=8100&expa > ndFolder=8100&folderID=8100 > > > On 7/5/07, tommalia <[EMAIL PROTECTED]> wrote: > > > > I'm pulling my hair out trying to get Trac to work with SVN on my > > server. > > > > I was working through the check list and tried: > > >From svn import core > > > > >From the Python prompt and I get and error in line 19 of the core.py > > saying that it can't read the libsvn.core module. > > > > This makes complete sense since there's no libsvn folder anywhere on > > my system (A win2k3 server by the way if that matters) > > > > But I can't find any place where I can get the darn libsvn library > > files from either! > > > > Where do I get these from? > > > > BTW, I tracked down the SVN python library files from the SVN source > > code server at the Subversion source code site since that directory > > was originally missing also. > > > > Any help would be GREATLY appreciated. > > > > > > > > > > > > -- > Manu > > > > > > > > -- Manu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
