Re: What does "Revision X doesn't match existing revision Y" mean?

2019-06-21 Thread Daniel Shahaf
Brett Cook wrote on Fri, 21 Jun 2019 04:57 +00:00: > I’m doing a checkout using ‘svn co URL DEST’ and get an error that says > “Revision X doesn't match existing revision Y in DEST”. For future searchers' benefit, the error code should have been E155000. (more below) > I’ve tried figuring out wh

RE: What does "Revision X doesn't match existing revision Y" mean?

2019-06-21 Thread Brett Cook
Thanks for the information. I also received a separate private response that pointed out that SVN versions 1.7 and above have a single .svn folder in the root, whereas 1.6 and before had separate .svn folders for every sub-directory. This was the key to understanding what the problem is. The

Re: What does "Revision X doesn't match existing revision Y" mean?

2019-06-21 Thread Daniel Shahaf
Brett Cook wrote on Fri, 21 Jun 2019 15:45 +00:00: > Now that I understand the issue, I don't believe there is any > workaround for the issue that will allow the builds to work with SVN > 1.7 (or above) the way they did with SVN version 1.6. As such, I will > work with my team to try and make t