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

RE: Seeking recommendations on sharing Subversion config within a development team

From: Bert Huijben <bert_at_qqmail.nl>
Date: Tue, 24 Jan 2012 16:02:11 +0100

The easiest way to do this on Windows is storing the relevant entries in the
registry. The standard Windows management tools make it easy to keep those
synchronized over multiple tools.

 

The per user settings are under:

HKEY_CURRENT_USER\Software\Tigris.org\Subversion\Config

And the common settings are under:

HKEY_LOCAL_MACHINE\Software\Tigris.org\Subversion\Config

(add WOW6432 when necessary for Win64)

 

You can also use a configuration file in the all users appdata, just like
you can use setting files in /etc/ on unix.

 

                Bert

 

 

From: Timothy Astle [mailto:timothy.astle_at_caris.com]
Sent: dinsdag 24 januari 2012 14:02
To: Nico Kadel-Garcia
Cc: users_at_subversion.apache.org
Subject: Re: Seeking recommendations on sharing Subversion config within a
development team

 

We mainly use Windows for development, so I'm thinking more about sharing
the %APPDATA%\Subversion\config file. (Which if I recall correctly is the
same as the $HOME/.svn/config on a *nix system.)

I'm okay with sharing the entire directory contents or just a single file.
Since we have a team of about 50 developers, it'd be really beneficial to
keep everyone up to date. Maybe it's just as simple as having the system
administrators push out updates to everyone's system.

Has anyone tried to tackle this problem before I possibly go re-invent the
wheel. :)

Tim

On 24/01/2012 12:02 AM, Nico Kadel-Garcia wrote:

On Mon, Jan 23, 2012 at 2:22 PM, Timothy Astle
<mailto:timothy.astle_at_caris.com> <timothy.astle_at_caris.com> wrote:

Does anyone have any recommendations for sharing the Subversion config file
to a team of developers?
 
I'd like to be able to ensure that all of the developers always have the
latest corporately-approved configuration.

 
Individual config files, s in $HOME/.svn config files? Or a Subversion
published configuration for development environments?

 

-- 
Timothy Astle, BCS
Web Development Manager
 <http://www.caris.com> CARIS
115 Waggoners Lane
Fredericton, New Brunswick
Canada    E3B 2L4
Tel: +1.506.458.8533     Fax: +1.506.459.3849
 <http://www.caris.com> www.caris.com 
Join us for CARIS 2012 - Exploration and Discovery
June 25-28, 2012, Vancouver, British Columbia, Canada
Visit  <http://www.caris.com/caris2012> www.caris.com/caris2012 for details
today 
Connect with CARIS
 <http://www.twitter.com/CARIS_GIS> Twitter |
<http://www.linkedin.com/groups?mostPopular=&gid=3217878> LinkedIn |
<http://www.facebook.com/pages/CARIS-The-Marine-GIS-Experts/123907500987669?
v=app_4949752878> Facebook |  <http://www.youtube.com/user/CARISGIS> YouTube
Download your free copy of CARIS Easy View today!
 <http://www.caris.com/easyview> www.caris.com/easyview
_________________________________________________________________________
This email and any files transmitted with it are confidential and intended
only for the addressee(s). If you are not the intended recipient(s) please
notify us by email reply. You should not use, disclose, distribute or copy
this communication if received in error.
Any views or opinions expressed in this email are solely those of the author
and do not necessarily represent those of the company. No binding contract
will result from this email until such time as a written document is signed
on behalf of the company.
Received on 2012-01-24 16:02:48 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.