[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Remote access and continuous integration

From: <vimeshev_at_viewtier.com>
Date: Sat, 20 Dec 2008 12:58:44 -0800 (PST)

> 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_at_subversion.tigris.org].
Received on 2009-01-30 17:36:42 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.