btjanes wrote:
> 
> Hi,
> 
> Hopefully this is the right place for this post.  I come from a company
> where we used SVN across HTTP via Apache, but they would not let us use
> Trac.  I have now joined a new company and would like to roll out both SVN
> and Trac.  I have Trac up and running and see that "no remote repositories"
> are allowed, so I have SVN setup to just so Trac can use it for file-based
> URLs.
> 
> I'm converting my new company from CVS/Bugzilla to SVN/Trac, and one thing
> that they are going to miss is the CVS pserver.  If it wasn't for Trac's
> requirement for "local repositories", I could run svnserve or even SVN with
> Apache.
> 
> Has anyone encountered this and found a way to provide a non-file-based URL
> method of accessing the same SVN repository that Trac is talking to?  Thanks
> in advance.

Trac requires file URLs, but that doesn't mean that you can't set up httpd
access for your SVN repo.  You can provide any access method you want to the
svn repo without affecting Trac (as long the 'local' version is available to
Trac).  I've done this many times: the only way to check out code from svn is
via http (and through the same web server that Trac is running in).

Matt

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to