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

Re: How to lock creation of a folder

From: Ryan Schmidt <subversion-2008a_at_ryandesign.com>
Date: Fri, 28 Mar 2008 17:52:23 -0500

On Mar 28, 2008, at 10:28, Eric Julien wrote:

> On Fri, Mar 28, 2008 at 10:38 AM, Marc Haisenko wrote:
>
>> On Friday 28 March 2008, Eric Julien wrote:
>>
>> > Ok when I build my stuff ... a bin folder is created
>> (automatically) but I
>> > wouldn't version that ... How I could restrict the creation of
>> this folder ?
>> >
>> >
>> > Ok I could ignore this folder ...but this operation have to done
>> on each
>> > client ... it's not possible to add a "rule" on server ?
>> >
>> > Eric Julien
>>
>> If you set the svn:ignore property then the directory is ignored
>> on all
>> clients. See the book about it.
>
> Oooo ! Ok I think the ignore ...will only ignore for an user !

global-ignores (in your client's config file) apply to any directory
but only for that user.

The svn:ignore property, on the other hand, applies only to the
directory in which it is set, but applies to all users who check out
a working copy of that directory.

See the book:

http://svnbook.red-bean.com/en/1.4/
svn.advanced.props.special.ignore.html

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-03-28 23:53:22 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.