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 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 > > thanks a lot. > I'm reading it and trying. > It's seems like I should use : > svnadmin dump xxx > svndumpfilter > edit the root path of dumfile > svnimport > > Is that the right way? That sounds ok, except it's "svnadmin load"; there is no such thing as "svnimport". If you don't want to change the path within the repository, you can skip the filtering steps.