Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


In this Discussion

Trac and SVN on Nginx?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Trac and SVN on Nginx?

drmikedrmike Member
edited September 2011 in Tutorials

Can anyone come up with a tutorial for installing trac and svn on nginx? Most of what I'm finding uses git which is not an option and/or using apache with nginx as a cache.

thanks

Comments

  • If you want to use svn over WebDAV, then Apache is about the only option, as it heavily relies on mod_svn. If there is no need for svn over WebDAV, then you can also set up subversion repositories over SSH (Google "svn+ssh")

    Then you can set up Trac in the same way you set up Nginx + trac + git. However you add svn repository directory rather than git repository, as trac 0.12+ allows you to add/remove multiple independent repositories.

Sign In or Register to comment.