You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by vi...@viewtier.com on 2008/12/20 20:58:44 UTC

RE: Remote access and continuous integration

> Question: How do I configure my repository such that
> 
> a. The daemon process on the remote server reads and writes from my
> repository through the http protocol through apache AND
> 
> b. The developers working along with me, move to the file-system access
> (file:///) method of accessing the local repository.

Users of our Parabuild Continuous Integration systems http://www.viewtier.com/products/parabuild.htm who employ Subversion as as their VCS have successfully used Subversion's wright-through proxy. This allows the Continuous Integration system to have the read speed of the local Subversion server, which is what you seem to be looking for. Here is the link to Subversion documentation http://svnbook.red-bean.com/en/1.5/svn.serverconfig.httpd.html#svn.serverconfig.httpd.extra.writethruproxy

The extreme optimization is to have the proxy server set up right on the Continuous Integration server box.

Hope this helps.

Regards,

Slava Imeshev

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=988516

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].