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

svn server updating from another svn server

From: Domenico Urbano <domenico.urbano_at_gmail.com>
Date: Sat, 30 Jan 2010 11:31:18 +0100

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.

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