[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: SVN copy of one repository to another

From: Henrik Sundberg <storangen_at_gmail.com>
Date: Tue, 19 Feb 2008 21:16:15 +0100

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

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.