Edgewall Software

Changes between Version 308 and Version 309 of 0.12/TracFaq


Ignore:
Timestamp:
Dec 29, 2009, 11:58:18 AM (14 years ago)
Author:
anatoly techtonik <techtonik@…>
Comment:
  • it is not clear how to use scmbug to make trac access remote svn repository

Legend:

Unmodified
Added
Removed
Modified
  • 0.12/TracFaq

    v308 v309  
    152152=== Can I use Trac with a remote subversion repository? === #can-i-use-trac-with-a-remote-subversion-repository
    153153
    154 You can't use Trac (not yet) with remote repository but you could mirror remote repository
    155 using this program: http://svk.elixus.org/
    156 
    157 If you are using subversion 1.4,
    158 [http://svn.collab.net/repos/svn/trunk/notes/svnsync.txt svnsync]
    159 program also help you to mirror repository across network.
     154You can't use Trac (not yet) with remote repository but you could mirror remote repository with subversion [http://svn.collab.net/repos/svn/trunk/notes/svnsync.txt svnsync] tool that is available since subversion 1.4.
    160155
    161156If 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.)
    162 
    163 Another option may be to use ScmBug (http://www.mkgnu.net/?q=scmbug).
    164157
    165158  See also: #493, VersioningSystemBackend.