is there anyway to clean up old svn directories and files from old source code tree
Posted
by oo
on Stack Overflow
See other posts from Stack Overflow
or by oo
Published on 2010-04-05T01:30:18Z
Indexed on
2010/04/05
1:33 UTC
Read the original article
Hit count: 436
subversion
i have been sent a directory tree of source code that i want to import into my subversion repository. The issue is that at some point this code was in a different subversion repository. There are a huge number of directories and subdirectories and i basically want to clean up all of the subversion .svn folders before i attempt to import to a new repository and i dont want svn to get confused.
is there anyway to clean out a directory structure to remove all svn references?
© Stack Overflow or respective owner