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

bug: svn add does not check svn:ignore (win32 v 1.4,2)

From: craigp <craigp98072_at_yahoo.com>
Date: 2006-12-27 00:35:02 CET

repro:

add CVS dir, foo.htm, bar.html in working dir
set svn:ignore prop on working dir to CVS *.htm

>svn status
? bar.html

>svn status --no-ignore
? bar.html
I foo.htm
I CVS

>svn add *
A bar.html
A CVS
A CVS\Entries
A CVS\Entries.Extra
A CVS\Entries.Extra.Old
A CVS\Entries.Old
A CVS\Repository
A CVS\Root
A foo.htm

expected behaviour: only add bar.html; foo.html and CVS/* should only be added
if --no-ignore switch is added to 'svn add' cmd.

thanks,
--craig

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Dec 29 15:09:09 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.