Search code examples
svnnetbeansversion-controlubersvn

How do I make my SVN repository look exactly like my working copy?


My SVN repository is filled with errors because I committed the cardinal sin of trying to camelcase one of my directories.

What I want is just to make my SVN repository (which I'm the only one using so I can do whatever to it) look exactly like my working copy and stop erroring out. I'm using uberSVN right now, and after hours and hours of trying I can't get it to work. Is there any way to get a tree view of my repository and edit it through there? Should I just delete the repository and start again from scratch?


Solution

  • Though Gilbert Le Blanc's answer was technically right, I actually used TortoiseSVN, which does have a Tree View where I could edit the repository. I was able to fix it that way.