Guys,
Having an SVN issue here. Here's the scenario. I was checking out a repo (say foo) from SVN while doing some other commits / updates. My server died and I was left with an incomplete checkout. Fine. Problem is when I go back to access the foo repo, I am unable to. It just hangs forever.
So, I went to http://subversion.tigris.org/faq.html#bdb-recovery and ran the first command. I received an error so I ended up having to use db_recover and the command said it completed successfully.
Now when I try to access repo, I am getting:
svn: PROPFIND request failed on '/foo' svn: PROPFIND of '/foo': 500 Internal Server Error (https://svn.foobar.com)
Also, if I navigate to https://svn.foobar.com/foo I see: Could not open the requested SVN filesystem
Anyone have any thoughts?
Note: All other repos work. It is just this one.