how to migrate svn directory

2010-08-31 Thread Yunlong Wang
Hi, buddies, my team need to migrate our working svn directory from server A to another server B, is there any tool or suggestions? I have rw right of A & B, and admin of server A/B is callable. we wannar migrate our code with change logs. I tried to use hg-subversion to check out all th

Re: how to migrate svn directory

2010-08-31 Thread Ryan Schmidt
On Sep 1, 2010, at 01:12, Yunlong Wang wrote: > my team need to migrate our working svn directory from server A to another > server B, is there any tool or suggestions? http://svnbook.red-bean.com/en/1.5/svn.reposadmin.maint.html#svn.reposadmin.maint.migrate

Re: how to migrate svn directory

2010-09-01 Thread Ulrich Eckhardt
On Wednesday 01 September 2010, Yunlong Wang wrote: > my team need to migrate our working svn directory from server A to > another server B, is there any tool or suggestions? Wait: "working copies" are scrap space for editing, which you create when needed and throw away after use. "repositories"

Re: how to migrate svn directory

2010-09-01 Thread Ryan Schmidt
Please respond to the list as well, not just to me. Usually this is done using the Reply All feature in your email program. See more comments below. On Sep 1, 2010, at 02:26, Yunlong Wang wrote: > 2010/9/1 Ryan Schmidt > >> On Sep 1, 2010, at 01:12, Yunlong Wang wrote: >> >>> my team need to

Re: how to migrate svn directory

2010-09-02 Thread Yunlong Wang
Thanks Eckhardt. I mean to migrate a sub-directory on repository server A to another sub-dir on repo server B. Not a "working copy" migration. Wait: "working copies" are scrap space for editing, which you create when needed and throw away after use. "repositories" are databases that contain the

RE: how to migrate svn directory

2010-09-02 Thread Bob Archer
> Thanks Eckhardt. > I mean to migrate a sub-directory on repository server A to another > sub-dir on repo server B. Not a "working copy" migration. > > Wait: "working copies" are scrap space for editing, which you > create when > needed and throw away after use. "repositories" are databases that