Hello, Have you considered the side-effects of the repo concatenation task you plan performing?
On Tue, Nov 15, 2016 at 5:34 PM, <freiwill...@gmail.com> wrote: > Hi, > > sorry for my late response but i started with combining the whjol repos > into on single repo. > > We use AD Integration, but this doesnt give me a structure to work with > and see which projects are in which country or department. > > > But now i have an additional Problem during using svnrdump load: > > I backed up all my repos with svnadmin dump, which worked great. I got for > every repo a .dmp file. > > But now, after using svnrdump load to put the repo into the single one, i > got an error after loading half of the repos: > > > D:\backsvn>svnrdump load https://svn/xxxx/xxxx/xxxx/xxxx-xxx< > xx-xxx.dmp > Failed to get lock on destination repos, currently held by 'xx:3823aeb3-6 > 05a-c240-b195-dfee836a3fd0' > Failed to get lock on destination repos, currently held by 'xx:3823aeb3-6 > 05a-c240-b195-dfee836a3fd0' > Failed to get lock on destination repos, currently held by 'xx:3823aeb3-6 > 05a-c240-b195-dfee836a3fd0' > Failed to get lock on destination repos, currently held by 'xx:3823aeb3-6 > 05a-c240-b195-dfee836a3fd0' > Failed to get lock on destination repos, currently held by 'xx:3823aeb3-6 > 05a-c240-b195-dfee836a3fd0' > Failed to get lock on destination repos, currently held by 'xx:3823aeb3-6 > 05a-c240-b195-dfee836a3fd0' > Failed to get lock on destination repos, currently held by 'xx:3823aeb3-6 > 05a-c240-b195-dfee836a3fd0' > > > After googling i only got the solution to remove the lock on rev 0, but > this will not work: > > D:\backsvn>svn propdel svn:sync-lock --revprop -r HEAD https://svn/xxx/xx > -xxx/ > property 'svn:sync-lock' deleted from repository revision 922 > > D:\backsvn>svn propdel svn:sync-lock --revprop -r 0 https://svn/xxx/xx-xx > xxxx/ > property 'svn:sync-lock' deleted from repository revision 0 > > D:\backsvn>svnrdump load https://svn/xxxx/xxxx/xxxx/xxxx-xxx< > xx-xxx.dmp > Failed to get lock on destination repos, currently held by 'xx:3823aeb3-6 > 05a-c240-b195-dfee836a3fd0' > Why did you choose to use `svnrdump` tool? You should use `svnadmin` tool and access the repositories locally on disk. If you want to put the data into different parent folder, you'll have to use `--parent-dir` command-line option. Please, read the documentation carefully: - Migrating Repository Data Elsewhere <https://www.visualsvn.com/support/svnbook/reposadmin/maint/#svn.reposadmin.maint.migrate> - `svnadmin dump` <https://www.visualsvn.com/support/svnbook/ref/svnadmin/c/dump/> - `svnadmin load` <https://www.visualsvn.com/support/svnbook/ref/svnadmin/c/load/> -- With best regards, Pavel Lyalyakin VisualSVN Team -- You received this message because you are subscribed to the Google Groups "VisualSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to visualsvn+unsubscr...@googlegroups.com. To post to this group, send email to visualsvn@googlegroups.com. Visit this group at https://groups.google.com/group/visualsvn. For more options, visit https://groups.google.com/d/optout.