I have a working copy checked out, and a new empty repository. How can I fill that new repository using the working copy?
I don't have access to the original SVN.
I could delete all .svn
dirs and do svn commit, but I'm wondering about some smarter way.
Thanks for tips.