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 CVSEntries
A CVSEntries.Extra
A CVSEntries.Extra.Old
A CVSEntries.Old
A CVSRepository
A CVSRoot
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
|