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

Re: Ignoring all files in a directory

From: Konstantin Kolinko <knst.kolinko_at_gmail.com>
Date: Wed, 20 May 2009 19:19:53 +0400

2009/5/20 Eric Lilja <mindcooler_at_gmail.com>:
> $ svn propset svn:ignore * .
> svn: warning: 'foo.txt' is not under version control
> property 'svn:ignore' set on '.'
>

Shell expands * to be the list of file names. E.g., try
$ echo *

You should place single quotes around it:
$ svn propset svn:ignore '*' .

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-20 17:20:55 CEST

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.