RE: Copying a Live Subversion Repo
From: Tony Harverson <tony.harverson_at_iglu.com>
Date: Tue, 27 May 2008 17:18:14 +0100
Good Afternoon, Anthony.
As you've seen, the copy command is intended for copying contents, not repositories.
To copy the repository, you need to use the svnadmin command "hotcopy".
Example:
C:\temp\TestSVN>svnadmin hotcopy RepoTest RepoTest1
http://svnbook.red-bean.com/nightly/en/svn.ref.svnadmin.c.hotcopy.html for more details.
Tony
-----Original Message-----
Hi All
-bash-3.00# svn copy /svn/repos/ict/ /tmp/ict
but got the error:
svn: '/tmp/ict' is not a working copy
Do you know of any way i can just take a copy of the repo. I only need a duplicate copy of the repo it wont actually be used. I also just tried copying the /repos/ict directory to /tmp/ict but i also got an error about some of the files in the repo having long file names and they wouldnt copy over.
Any help would be greatly appreciated
Kind Regards
---------------------------------------------------------------------
|
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.