[svk-devel] Delete missing files
Adrian Wilkins
adrian.wilkins at gmail.com
Fri Jun 27 14:06:21 EDT 2008
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
>> Is there any function to batch "svk delete" all missing files?
>
> Is this not sufficient?
>
> $ svk st | egrep '^!' | xargs svk rm
> i am a Win32 user
Options :
Powershell - a very much more powerful windows shell. Free download for XP and
up from MS.
svk st | where { $_[0] -eq '!' } | foreach {
$name = $_.Substring(4) ; svk rm $name
}
Cygwin or GnuWin32 ; see above.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFIZSwdcP1uebIhWSYRAtesAJsE9SgE++UPs3bpuv6p6DSWc1cEPgCffV2n
N/YbrzyC5PKnRIL88BNPGqo=
=spLi
-----END PGP SIGNATURE-----
More information about the svk-devel
mailing list