I have followed the guidance here to move my Visual SVN Server from one Window box to another and everything appeared ok, my repos, users and groups appeared in my new Server Manager.
I can check out the repos fine, but if I try to commit any changes I get a 500 Internal Error. I've tried TortoiseSVN but if I try using the Visual Studio Ankh plug-in I get a little more detail as follows:
SharpSvn.SvnRepositoryIOException: Commit failed (details follow): ---> SharpSvn.SvnRepositoryIOException: POST of '/svn/stuff/!svn/me': 500 Internal Server Error (https://stuffserver.com:8443) --- End of inner exception stack trace --- at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, SvnException error, Object targets) at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, svn_error_t* error, Object targets) at SharpSvn.SvnClient.Commit(ICollection`1 paths, SvnCommitArgs args, SvnCommitResult& result) at Ankh.Services.PendingChanges.PendingChangeHandler.<>c__DisplayClass1b.b__19(Object sender, ProgressWorkerArgs e) at Ankh.ProgressRunnerService.ProgressRunner.Run(Object arg)
I get the same behaviour if I create a new repo on the server and try to commit to it so I suspect there's a problem that's been introduced by copying the folder over? My VisualSVN Server version is v2.5.1, an old version I know, but this is the same as the source server version and I wanted to do the migration first before I got into any form of upgrade.