How to Iteratively Delete .svn Directories: The Debate
Oooh, this is odd… a one-liner for deleting .svn “files”, but with a potential bug…
Adam Bien posted about a one-liner UNIX command that he found to “remove all .svn files”.
It’s close, and it definitely resembles an old DevPal script that did the same thing– which is to iteratively delete .svn files from a given location.
But the UNIX rm command– which is found on many different UNIX-like systems, including Linux– has a maximum limit to the size of the in-memory graph of parameters it will accept. Once it exceeds that limit, it will stop parsing along the submitted parameters and just die.
N.B.
I’ll post a bit more about this over at Javamancy later… acquiring that infamous Wonderwaffe x 3 achievement in CoD:WaW under harrowing solo conditions has been quite a trip.
And if you are wondering how to activate those newest CoD:WaW achievements: you’ll have to download the Map Pack 3 DLC from Xbox LIVE.