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

Re: Question

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-12-12 23:43:07 CET

On Dec 12, 2007, at 14:10, John Clark wrote:

> Simply put – is there a way to set the global-ignores to work for
> any / all users globally. The end goal being – we hire a new
> developer – he installs some svn client (we happen to be using
> SmartSVN) and his ignores are all set? The key is “without” the
> developer having to make any additional settings.
>
> Our SVN is running as a service on a windows 2003 server.
>
> So – if svn:ignore is something to set on a “working copy” – and I
> need something that applies to a repository itself -

Here may be a misunderstanding. svn:ignore is set by someone in a
working copy, yes, but then the change is committed to the
repository. Then other users do "svn update" and receive that change.
svn:ignore applies to only one directory in the repository, but once
it's set, and committed, and others update, then all other users get
these ignore rules too. So it is "global" in the sense that it
applies to all users. It's not "global" in the Subversion sense of
applying to all directories all the time. You still need to set
svn:ignore on new directories as you add them to the repository, and
as you decide what needs to be ignored in each directory.

> It seems like settings “global-ignores” in …\Application Data
> \Subversion\config would be the answer. But I try that in every
> config document we have on the SVN server and none seem to impact
> the results. Maybe my question is “which” config file should I be
> configuring to get the ignores to truly be global?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Dec 12 23:43:48 2007

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.