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

Re: Quirk with svn:ignore

From: Mark Phippard <markphip_at_gmail.com>
Date: Mon, 19 Mar 2012 12:35:29 -0400

On Mon, Mar 19, 2012 at 12:26 PM, Geoff Hoffman
<ghoffman_at_cardinalpath.com> wrote:
> I ran into an unexpected behavior with svn:ignore today and wanted to see if
> someone can verify whether this is a bug (in the current version) or just an
> aspect of how Subversion works. We're still on 1.6x.
>
> Given a tree with
>
> trunk
>    + cache
>    + htdocs
>    + logs
>    + system
>
> I have tried putting
>
> cd trunk
> svn propset svn:ignore logs/* .
>
> ...ignore everything in the logs directory, but the svn:ignore propset is on
> trunk.
>  This doesn't work -- that is, log files are not ignored as expected, but
> shown as new files when running the project and svn status
>
> However,
>
> cd logs
> svn propset svn:ignore * .
>
> ...setting svn:ignore * on logs, works.

That is exactly how the feature is supposed to work. Described in book here:

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

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
Received on 2012-03-19 17:36:01 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.