FG

How to Recursively Remove .svn Directories?

Fresh3 days ago
Mar 15, 20264009 views
Confidence Score0%
0%

Problem

How do I recursively delete all .svn directories, starting with the directory I am in?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to Recursively Remove .svn Directories?

Low Risk

Keep in mind that svn provides the "export" command that provides you with a copy of your working tree, but without all the .svn directories sprinkled in. This could be what you want.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment