Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repository UUID doesn't match expected UUID #39

Open
PhilJollans opened this issue Apr 10, 2021 · 1 comment
Open

Repository UUID doesn't match expected UUID #39

PhilJollans opened this issue Apr 10, 2021 · 1 comment

Comments

@PhilJollans
Copy link
Owner

I have received this error report by Email on 11-November-2020

SharpSvn.SvnRepositoryIOException: Repository UUID 'a426abeb-e061-384d-8a7d-9d825cee65fc' doesn't match expected UUID
'7d41905c-bf45-c143-8586-07f364641770'
   bei SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client,SvnException error, Object targets)
   bei SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client,svn_error_t* error, Object targets)
   bei SharpSvn.SvnClient.Switch(String path, SvnUriTarget target,SvnSwitchArgs args, SvnUpdateResult& result)
   bei SharpSvn.SvnClient.Switch(String path, SvnUriTarget target,SvnSwitchArgs args)
   bei Ankh.Commands.SwitchItemCommand.<>c__DisplayClass1_1.<OnExecute>b__0(Object sender, ProgressWorkerArgs a)
   bei Ankh.ProgressRunnerService.ProgressRunner.Run(Object arg)

svn-version=1.12.0
os-version=10.0.19041.0
ankh-version=1.0.0.12
sharpsvn-version=1.12.0.1
command=SolutionSwitchDialog
vs-version=16.0.30611.
@rhuijben
Copy link

This is a Subversion usage error, where you are switching from one repository to another one. This case isn't supported by the Subversion libraries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants