On Fri, Aug 26, 2011 at 11:53 AM, Paresh <paresh...@gmail.com> wrote:
> Hi Guys > > I need some advice > > I'm trying to setup trac with a subversion server on a windows 64bit > server. > > I have setup Collabnet Edge, but I have a problem when trying to install > Trac. The problem is that collabnet is using python 2.5 (installed in it's > own subdirectory 'c:\csvn\Python25') and trac is using python 2.7. > > I'm happy installing trac without the collabnet svn server, but can anyone > recommend a compatible svn server that will run on windows without breaking > Trac? > > -- > You received this message because you are subscribed to the Google Groups > "Trac Development" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/trac-dev/-/M4dpoQJ3ykUJ. > To post to this group, send email to trac-dev@googlegroups.com. > To unsubscribe from this group, send email to > trac-dev+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/trac-dev?hl=en. > I have successfully configured a Trac+SVN server on a windows 64bit server served using Apache, with the VisualSVN Server, and the Alagazam SVN package for windows. Some notes and disclaimers: * Although the windows was 64bit, I used 32bit packages for Python, SVN and Apache (it seems quite difficult to get the svn-python bindings to work with 64bit) * I used Python 2.6 (although I don't see any reason 2.7 should be different) * Still - getting the svn-python bindings working wasn't trivial (I used the bindings from the Alagazam SVN package) (this was helpful: http://stackoverflow.com/questions/5008718/python-svn-bindings-on-windows-server-2008-x64 ) - Itamar. -- You received this message because you are subscribed to the Google Groups "Trac Development" group. To post to this group, send email to trac-dev@googlegroups.com. To unsubscribe from this group, send email to trac-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en.