RE: Re: Committing .svn dirs and your're toast?
From: HAND,Nathan <Nathan.HAND_at_dewr.gov.au>
Date: 2004-12-08 04:31:37 CET
> I really don't want to manually have to do the 'svn rm ...'
Then do it automatically.
svn list -R file:///var/svn/ | grep /.svn | while read name ; do svn
You might want to dry-run that first.
Notice:
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.