Wednesday 4 November 2009

command line svn

Working from home and it is a PITA to get ZigVersion to work so use command line SVN. Most of the time it is fine, but it is a bore when you create a new model and have to add a whole bunch of files by hand.

Some searching found this unix beauty
svn st | grep ^? | awk '{print $2}' | xargs svn add

Haven't tried it - but it looks very sweet indeed.
Tip o' the hat to John Duell on Internet creators

No comments:

Post a Comment