On Tue, Feb 02, 2010 at 11:36:44AM -0500, C. Michael Pilato wrote: > So maybe we could benefit from a pair of changes here: the one you > included, but also some notification for 'svn add' (and 'svn import') that > reports either explicitly-named or reached-through-recursion ignored items. > > $ svn add foo.o > Ignoring 'foo.o'. ### or maybe just: "I foo.c" > $ svn add foo.c --no-ignore > A (bin) foo.c > $ svn add some-dir > A some-dir > A some-dir/foo.c > A some-dir/foo.h > Ignoring 'some-dir/foo.o' > A some-dir/lib.c > ... > > Whaddaya say?
Sounds good. I'll try to hack up the notification bits. Stefan