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

Re: Porting SVN Repository from Solaris Platform to SUSE Platform Retaining History & Rev #'s

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-11-29 17:46:30 CET

joseph.h.dayney@rrd.com wrote:

> We have a Repository here, on a Sun Solaris 9 Platform ... we want to
> port that over to a SUSE Platform but, not LOSE all of the Revision
> History ... ie Log entries and Revision Numbers , etc ....
>
> I was looking around in the Docs and trying some tests and so far it
> seem that you lose the History ... ? There must be a Utility out there
> that can do this, but so far I haven't stumbled upon it yet ! Does
> anyone know if there is such a utility or some other means to accomplish
> this task ? Many thanks for your assitance !

on your SUSE machine, run
svnadmin dump /path/to/repository > repository.dump

copy the dump file over to the new machine. Then run on that machine
svnadmin create /path/to/newrepository
svnadmin load /path/to/newrepository < repository.dump

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Thu Nov 29 17:46:48 2007

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

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