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

RE: SVN "Relay"

From: Tennebø Frode <frode.tennebo_at_saabgroup.com>
Date: Mon, 2 Aug 2010 11:41:20 +0000

> Ok, but that's not what i we at work. The local svn will be a
> "working copy"
> of the external svn. In fact, no user have to use the
> external svn if there's a local svn. The goal of this is the
> limit the access to the WAN.

In that case the WAN repository can be looked on as a mirror/off-line backup of the LAN repository.

You could use rsync to keep an up-to-date mirror on the WAN while the LAN is the active server. You need to set up an svn installation on the LAN, rsync (or some other form of copy) the initial repository from the WAN server to the LAN server. All uses now use the LAN repository. Some cron-job automatically rsyncs the LAN repository back to the WAN server.

Make sure that only this mechanism can touch the WAN repository or you are FUBARed.

 -Frode

-- 
^ Frode Tennebø               | email: Frode.Tennebo_at_saabgroup.com ^
| Saab Technologies Norway AS | Isebakkeveien 49                   |
| N-1788 Halden               | Phone: +47 45 24 99 39             |
| with Standard.Disclaimer; use Standard.Disclaimer;               |  
Received on 2010-08-02 13:42:10 CEST

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.