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

How to synchronize two subversion servers?

From: Pablo F <caladris_at_googlemail.com>
Date: 2006-12-07 20:40:41 CET

Hi all,

I have a conceptual problem about subversion. The issue is that I want to
download the source code of a project and import it into my personal
subversion server to develop by myself the code. But I want to update the
modifications of the project in my personal subversion server as well. I
explain with more details in the following lines:

1. Checkout from, say tigris.org to tmp1 (to simplify the case I suppose the
project has only a file)

/tmp1$: *svn checkout* http://*svn*.tigris.org/repos/*svn*/trunk/project1
(version 234)

2. List the files I downloaded:

ls /tmp/tmp1
.svn
file1

3. I delete all .svn directories of tmp1.
4. I import the result to my server:

/tmp$:svn import -m "New import" tmp1 http://myserver.com/repos/test1

5. I work with my personal repository committing changes.
6. Sometime I'm in the version 20 of file1 and I want to update the changes
of the project repository, which it's now at version 250, in my personal
repository to make the version 21 of file1.I don't know how to manage this.
There is a special solution of how to synchronise these two servers?

Thanks a lot and sorry for this little mess!

Pablo F.
Received on Mon Dec 11 17:11:10 2006

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.