svn-clean
From: Wilfredo Sanchez <wsanchez_at_mit.edu>
Date: 2002-08-15 22:36:56 CEST
Since "make distclean" craps out more often than not, and I wanted to
Better would be to use "svn status", but that craps out if I'm off of
-wsv
#!/bin/sh
##
top=$(pwd)
for dir in $(find . ! \( -name .svn -prune \) -type d -print); do
---------------------------------------------------------------------
|
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.