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

Re: Ignore file/directory with name begin with '!'

From: Ryan Schmidt <subversion-2009d_at_ryandesign.com>
Date: Wed, 25 Nov 2009 03:41:37 -0600

On Nov 25, 2009, at 00:24, Steven Woody wrote:

> We have a directory !Build\ in the project tree. How can I set
> svn:ignore property to ignore the whole directory? It seem there is
> no way to specify the name in the file pattern list.

What have you tried? It seems to work fine for me with Subversion 1.6.5:

$ mkdir '!Build'
$ svn st
? !Build
$ svn propset svn:ignore '!Build' .
property 'svn:ignore' set on '.'
$ svn st
 M .
$

Or was the backslash also part of the directory name? I didn't test that.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2424135

Please start new threads on the <users_at_subversion.apache.org> mailing list.
To subscribe to the new list, send an empty e-mail to <users-subscribe_at_subversion.apache.org>.
Received on 2009-11-25 10:43: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.