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

Re: svn server updating from another svn server

From: Eric Lee <pgeric_at_gmail.com>
Date: Sat, 30 Jan 2010 20:50:43 +0800

On Sat, Jan 30, 2010 at 6:31 PM, Domenico Urbano
<domenico.urbano_at_gmail.com>wrote:

> Hi svn users! I'm new to subversion, so i apologize in advance if the
> question is silly.
>
> In my research group we need to have a local copy of this project:
> http://www.reproducibility.org/wiki/Main_Page
>
> i've downloaded via svn checkout:
> svn co https://rsf.svn.sourceforge.net/svnroot/rsf/trunk /opt/rsf/src
> and everything is ok.
>
> Then we need to have a local svn repository, which contains the same data
> from sourceforge, plus our local users' sources.
> I've set up the local repository, importing the current revision from
> sourceforge:
> svn import /opt/rsf/src file:///svnrepos/rsf
>
> Local users can work on file:///svnrepos/rsf repository without any
> problem, but my question is: how can i periodically update the repository
> from the main svn server (sourceforge)?
>
> In other words i need the local svn server to act also as a client which
> regularly updates its content from the sourceforge repository, while keeping
> local users' directories.
>
>
Domenico

You may have take a look the svnsync + svn:externals.
Those might help !

Regards,
Eric,

> Thank you for your help!
>
Received on 2010-01-30 13:51:25 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.