#493: Use trac with a remote Subversion repository
--------------------------------------------------+-------------------------
 Reporter:  [EMAIL PROTECTED]               |        Owner:  cboos
     Type:  enhancement                           |       Status:  new  
 Priority:  normal                                |    Milestone:  0.11 
Component:  version control                       |      Version:  0.9.2
 Severity:  major                                 |   Resolution:       
 Keywords:  subversion svn remote repository svk  |  
--------------------------------------------------+-------------------------
Changes (by cboos):

  * severity:  normal => major

Comment:

 Among the possible workarounds, there's also `svnsync`,
 which is a new tool part of Subversion 1.4.
 It allows to easily replicate repositories, from URL / to URL, which gives
 you a great deal of flexibility.

 For example, you can set up a post-commit hook on the central repository
 that will trigger the replication to a slave repository on the server
 where you run Trac. Alternatively, on that Trac host, you can periodically
 call `svnsync` which will pull new revisions from the central repository.

 I've tested that tool with 1.4.0rc5, and it works fine.
 Of course you could have done the above using svk mirror, but `svnsync` is
 more straightforward to install and use.

-- 
Ticket URL: <http://trac.edgewall.org/ticket/493#comment:64>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to