summaryrefslogtreecommitdiffstats
path: root/release/anon
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commit6d80ae38e4bfa82323398ceba27f25f94072bf5f (patch)
tree8ff7b57768c1e395e55e3c177687fb76d9d74ea3 /release/anon
downloadother-6d80ae38e4bfa82323398ceba27f25f94072bf5f.tar.gz
other-6d80ae38e4bfa82323398ceba27f25f94072bf5f.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kde-common@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'release/anon')
-rwxr-xr-xrelease/anon3
1 files changed, 3 insertions, 0 deletions
diff --git a/release/anon b/release/anon
new file mode 100755
index 0000000..7bb0165
--- /dev/null
+++ b/release/anon
@@ -0,0 +1,3 @@
+for f in `find . -type d -name '.svn'`; do
+ rm -rf $f
+done