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

RE: Copying a Live Subversion Repo

From: Giulio Troccoli <Giulio.Troccoli_at_uk.linedata.com>
Date: Wed, 28 May 2008 08:51:05 +0100

Look into the export command, something like

svn export svn:/svn/repos/ict /tmp/ict

export works the same as checkout but it doesn't create a working copy,
i.e. you won't have the .svn directorties. You will not be able to
commit from the exported directory or update it with the latest changes
to the repository, but it looks like what you're looking for.

Giulio

>
 
 
Linedata Services (UK) Ltd
Registered Office: Bishopsgate Court, 4-12 Norton Folgate, London, E1 6DB
Registered in England and Wales No 3027851 VAT Reg No 778499447
 
-----Original Message-----
 

> From: Anthony McGovern [mailto:amcgovern_at_tssg.org]
> Sent: 27 May 2008 18:01
> To: users_at_subversion.tigris.org
> Subject: Copying a Live Subversion Repo
>
> Hi All
> I've had my subversion repo up and running now for the last 2
> months thanks to the help i got last time i asked for help so thank
you
> to everyone that helped me last time. I actually have been looking at
> the svn copy command on the web. I need to take a copy of a subversion
> repo that is currently being used in a live working server. I tried
> using the command
>
> -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
> Anthony McGovern
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: users-help_at_subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-05-28 09:51:36 CEST

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.