2008/2/19, Miguel Rentes <miguel.rentes_at_efacec.pt>:
>
> Hi everyone,
>
> I want to copy all the source files from one repository to another one,
> like this:
>
> repository old
> - folder 1
> - folder 2
>
> repository new
> - repository old
> - folder 1
> - folder 2
> - folder 3
> - ...
>
> Can I do this with svn copy? I tried to do this with "svn copy
> http://serverIP/old/trunk http://serverIP/new/trunk" and got the following
> error:
>
> svn: PROPFIND request failed on '/'
> svn: PROPFIND of '/': 405 Method Not Allowed (http://serverIP)
>
> Can anyone help please?
>
I think you ought to svnadmin dump the old repository, and then svnadmin
load it into the new repository using --parent-dir.
HTH
/$
Received on 2008-02-19 21:16:35 CET