Re: removing missing files/directories?
From: Raman Gupta <rocketraman_at_fastmail.fm>
Date: 2005-07-15 13:34:47 CEST
John C. Fowler wrote:
Put this "svnapply" script in your /usr/local/bin, and then execute:
svnapply \! svn rm
Works with spaces too. Improvements are welcome:
#!/bin/bash
APPLY=$1
svn st | egrep "^\\${APPLY}[ ]+" | \
Cheers,
|
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.