<jose.nunez-zul...@barclayscapital.com> wrote: >I want to copy files between two repositories, to which I have access as a >regular user but no as an admin, so I face the following issues: > >* Need to preserve the history (so export / import doesn't work) >* Don't have admin rights to svnadmin is out of the questions >* I don't want to sync the whole repository, just one directory inside >(http://repo1/trunk/source/dir1 to http://repo2/trunk/source/dir1)
have a look at http://subversion.apache.org/docs/release-notes/1.7.html#svnrdump -- Lorenz