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

Re: move subversion repo from windows to solaris

From: Stephen Connolly <stephen.alan.connolly_at_gmail.com>
Date: Tue, 24 Feb 2009 08:26:49 +0000

Also, if you have a really big repo and don't have enough disk space to hold
the dump file and the repo on disk at the same time, pipe is your friend.

Have a look at PuTTY SSH, it has a command line version for scripting that
would allow you to do something like

C:\> svnadmin dump c:\myrepo | ssh user_at_solaris svnadmin load
/var/svn/my_repo

which would do the dump load without putting the dump file on disk anywhere.

Another thing is that any hooks you have will need to be converted to run on
solaris and dump/load will not copy hooks or auth stuff for you

-Stephen

2009/2/24 Hari Kodungallur <hkodungallur_at_gmail.com>

>
> On Mon, Feb 23, 2009 at 8:49 PM, maheshwar singh <maheshwars_at_hotmail.com>wrote:
>
>> Hi,
>>
>> I would like to move my subversion repo from windows to solaris.
>> Will copying the repository work or is their any other activity to be done
>> as well?
>>
>>
>
>
> I am not quite sure if copying the repository will work. I think it is
> always safer to dump the repository with 'svnadmin dump' and then load it on
> the solaris machines using 'svnadmin load'. See help / svn book for details
> on svnadmin commands.
>
> regards,
> -Hari
>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1219709

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-02-24 12:29:12 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.