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

Re: bug: svn add does not check svn:ignore (win32 v 1.4.2)

From: B. Smith-Mannschott <benpsm_at_gmail.com>
Date: 2006-12-29 19:54:19 CET

On Dec 29, 2006, at 12:13, craigp wrote:

> problem:
>
> svn add does not seem to check the svn:ignore property.
>
> repro:
>
> add CVS dir, foo.htm, bar.html in working dir
> set svn:ignore prop on working dir to CVS *.htm
>

- *.htm will not match bar.html because it won't match the final "l".
Use *.html

- Each pattern should be on its own line in svn:ignore

   <http://svnbook.red-bean.com/nightly/en/
svn.advanced.props.html#svn.advanced.props.special.ignore>

// ben

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Dec 29 19:54:38 2006

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.