[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: Carsten Koch <Carsten.Koch_at_icem.com>
Date: 2006-07-20 19:12:56 CEST

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
Received on Thu Jul 20 19:14:54 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.