I have a bunch of files and folders which I want versioned in svn.
The installed svn is 1.7, we recently upgraded from 1.6. I have a repository made in 1.6 that contains some of the files and folders I currently have. I checked out the repository and added the other files and folders to it, but now it can no longer update or commit. It says my version is out of date. When I try to upgrade it says the working copy is not pre-1.7.
Another solution would be to create the existing folder into a new svn repository, how would I do that?
I don't care about the history up to this point.
When searching for add folder to repository I get stuff about adding another folder to an existing repository, can't do that.
I just want to turn a random folder into a revisioned folder on svn.