Hi, I am trying migration of one subversion repository from a server to the other. I have 3 dumps from the source instance. While laoding the first dump, I did not get any errors and revision numbers were matching between source and target instance. When doing the second load(i added the revision range in the argument), I got file the following error for the very first revision Started new transaction, based on original revision 228413 * editing path : tags ...svnadmin: E160020: File already exists: filesystem '0e8ed583-0ad1-4fb5-ae04-042339eda4fe', transaction '228462-4wab', path '/tags' Hence to move ahead, I skipped this revision and started the laod. It went on fine but again got stuck on another revision with File not found error. I did the same, continued the load, by skipping this errored revision. It went on fine. Then, I started the laod for last dump, again got the same error with File already exists message for the same revision, I skipped the first revision and the dump completed without any errors. But when we test the repository and try to compare the revsion numbers, for many the files, the revsion numbers are off by 2-3 numbers from the source repository. I wanted to know what would have caused this? Why the revision numbers are macthing between source and target instances. Please advise. Thanks, Anjali
Last updated