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

Re: Fwd: Ignore on a per-repository basis?

From: Dave Neary <david_at_phenix.fr>
Date: 2004-09-27 18:40:19 CEST

Hi Ben,

Ben Kennedy wrote:
> On 27 9 2004 at 10:45 am -0400, Dave Neary wrote:
>>The global config option 'global-ignores' sounds like the one you are
>>looking for. However, there doesn't seem to be a way to specify that
>>only directories called *.build get ignored - it will also ignore files
>>called *.build.
>
> In any case however, this does not satisfy the problem I was hoping to
> solve, because it will only work on a PER-USER basis; i.e. every user
> accessing the repository will need to have the same global-ignores line
> in their ~/.svn/config file. I want to have a solution that is
> transparent and does not require asking everybody to please make sure you
> edit your config so that you don't commit *.build files or directories.

Do you mean that you want this added from the server (that is, the
server sets up client side defaults so that *.build doesn't get
committed by default)? In that case, I don't think that is possible,
except by having a hook which sets svn:ignore on directories...

If all of your users are going to be on the same machine, you can set up
a global preferences file for the machine in /etc/subversion/config.

Cheers,
Dave.

-- 
David Neary
Phenix Engineering
110 ave Jean Jaures, 69007 Lyon
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Sep 27 18:40:58 2004

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.