Re: rm multiple locks
From: Bob Proulx <bob_at_proulx.com>
 
Date: 2006-10-13 05:05:42 CEST 
Brian E. Fox wrote:
 I would simply make a command line loop.
   for f in $(svn status | awk '$1=="K"{print$NF}'); do svn unlock $f; done
 Bob
 ---------------------------------------------------------------------
  | 
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.