I have a readonly access to a SVN project. I checked out the project, and now I want to work on local copy (and want to version it along the way, but I cannot in the same SVN because I do not have access, instead I would have just created a branch) So, I create a new SVN repository, and now I want to import the checked out directory into the new SVN trunk.
The problem is every directory (and subdirectory so-forth) in my checked-out folder already has a hidden .svn folder (from the previous repo). When I try to import into the new repo, it complains that it is already sub-versioned!
If I remove .svn from each folder (and nested folders within) that would solve my problem, there has to be better way?