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

Re: Moving SVN to another server !!

From: Himanshu Raina <raina_himanshu_at_yahoo.com>
Date: 2007-03-29 11:14:35 CEST

Hi Si,

Thanks for the help..This is what i was exactly looking for (Forgot that with svn export it is possible )

thanks and regards
Himanshu Raina

si <sshnug.si@gmail.com> wrote: Hi Himanshu,

> I have moved my existing svn server to another server.
> 192.168.2.11/testing -- is the old server that has testing repository.Since
> i am setting up a new server and want all the data in testing repos to be
> available in new server is there a way i can import/dump the data without
> any revision history so that in the new server the revision should start
> from scratch.

1. Export all of your old repository into a temporary directory.
svn export

2. Create a new repository on your new server.

3. Import this temporary directory into your new repository.
svn import

4. Checkout new working copy from your new repository.

peace
si

 
---------------------------------
Don't be flakey. Get Yahoo! Mail for Mobile and
always stay connected to friends.
Received on Thu Mar 29 11:34:54 2007

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.