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

RE: Two repositories

From: <jason_at_subversus.org>
Date: 2006-07-20 21:03:34 CEST

You're *really* asking for trouble if you attempt something like that.
You'll inevitably end up with synchronization issues.

-----Original Message-----
From: Carsten Koch [mailto:Carsten.Koch@icem.com]
Sent: Thursday, July 20, 2006 1:13 PM
To: users@subversion.tigris.org
Subject: Re: Two repositories

Torstein Jensen wrote:
> Hi,
>
> I am part of a group working on a project which is being stored on a
> remote server (using svn). This is the developers repository, where we
> are allowed to check out the files, but not commit changes.
> Recently we created our own repository on our local server, where we
> stored a "checked out" copy from the developers server. This is working
> ok. However, when the developers commit new data to their server, we
> can't update our local server with their changes and merge them with
> ours. Is there a way to fix this?

You could write a post-commit hook for the developer repository
that submits every mod to the local repository.
Or you could do the same via a cron job in regular intervals.

Carsten.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 20 21:05:20 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.