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

Re: Multiple repo directories?

From: Jean-Marc van Leerdam <j.m.van.leerdam_at_gmail.com>
Date: Thu, 18 Aug 2011 16:06:57 +0200

Hi,

On 18 August 2011 15:57, Cyril <acspiro_at_verizon.net> wrote:

> Hi,
>
> We have scripts that run on different servers and we would like to set up
> separate repository directories - 1 for each server - so that we can update
> one server or the other without all the scripts getting dumped to both
> servers.
>
> Can this be done in Tortoise SVN? If so, how?
>
>
Not TSVN itself, because this is related to your repository / subversion
server setup.

One approach is to use a single subversion repository, with folders for each
server. Commits to the repository trigger server side hook scripts which
publish updated content to the actual servers (either by updating a working
copy on those servers or doing some other synchronisation step).

The other approach is to create repositories on each of the servers and
commit to them separately (but this still requires some local update on the
server to pull the latest files from the repository to the local file
system.

> Thanks,
>
> ------------------------------------------------------
>
> http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2824149
>
> To unsubscribe from this discussion, e-mail: [
> users-unsubscribe_at_tortoisesvn.tigris.org].
>

-- 
Regards,
Jean-Marc
--
.       ___
.  @@  // \\      "De Chelonian Mobile"
. (_,\/ \_/ \     TortoiseSVN
.   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
.   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2824152
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-08-18 16:07:17 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.