svn st |awk '/\?/{print "svn add " $2};/\!/{print "svn del " $2}' | sh
Sure there are problems with it... like if the filename has ? or ! in it, then it'll do the wrong thing, but it works for me, so I thought I'd share :)
Nigel Thorne's software development blog, focusing on finding simple solutions to real work problems.
svn st |awk '/\?/{print "svn add " $2};/\!/{print "svn del " $2}' | sh
ISystemDefinition book = new SystemWiring();
book.HasCollection(Page1, Page2, Page2).Provides();
ISubsystemBuilder
, which each define the wiring of a specific IPage
.