I have multiple svn repositories, that i m trying to combine to one.
I did a couple of svnadmin dump {old-repo} | svnadmin load --parent-dir {new-subfolder} {new-repo}
runs to combine them all. However is there a way to point the working copies to the new revision?
如果我填写了<条码>svnchange——repositione{old-repo}{new-repo}。 我发现错误:
svn: The repository at {new-repo} has uuid 70567957-ca9a-40a3-95c2-c7c7f5304040 , but the WC has e7f76c56-4d0d-472c-a1f0-6eac23a5d238
I don t think it is easy to an new clean checkout. Because most of the WC have some local changes (like DB credentials / user images). And one even has a (required) cache dir with millions image thumbnails, which take +/- 2 days to regenerate.
Can I force svn to ignore the uuid, and just accept the new location?