Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can I use Trac with a remote subversion repository?

0
10 Posted

Can I use Trac with a remote subversion repository?

0
10

You can’t use Trac (not yet) with remote repository but you could mirror remote repository using this program: http://svk.elixus.org/ If you are using subversion 1.4, svnsync program also help you to mirror repository across network. If you’re on Windows, the Python bindings support UNC paths, so you can use a repository that’s shared out on another machine. Just use the UNC path instead of the local file path when setting up Trac. (Note that this can be slow and that this usage is not recommended by the Subversion development team.) See also: #493, VersioningSystemBackend.

0

You can’t use Trac (not yet) with remote repository but you could mirror remote repository with subversion svnsync tool that is available since subversion 1.4. If you’re on Windows, the Python bindings support UNC paths, so you can use a repository that’s shared out on another machine. Just use the UNC path instead of the local file path when setting up Trac. (Note that this can be slow and that this usage is not recommended by the Subversion development team.) See also: #493, VersioningSystemBackend.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123