[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 21:39:36 +0400

2009/5/20 Eric Lilja <mindcooler_at_gmail.com>:
> [C:\atest\dicegame\somedir]svn propset svn:ignore '*' .
> property 'svn:ignore' set on '.'
>
> [C:\atest\dicegame\somedir]svn propget svn:ignore ../somedir
> '*'
>

Hm. I expected this to work properly, but it added quotes to the value.

You can write value of the property to a file, and use
$ svn propset svn:ignore --file filename .

Best regards,
Konstantin Kolinko

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-20 19:41:27 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.