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

Re: Moving from Windows to Linux

From: Jacob Atzen <jacob_at_aub.dk>
Date: 2005-08-29 19:57:36 CEST

On man, aug 29, 2005 at 11:45:13 -0600, Jeff Cave wrote:
> > svnadmin
>
> Which explains why I couldn't find the commands when I was trying to
> look them up for more information just now...
>
> On windows (assuming a repo @ c:\repo):
>
> svnadmin dump c:\repo > c:\repo.txt
>
> Copy the file over to linux:
> mkdir /repo
> svnadmin create /repo
> svnadmin load /repo < /repo.txt
>
> Except I know the syntax I just gave for streaming the text file in on
> stdin is wrong. I can't remember how to do that all of a sudden.

It looks fine to me, assuming you placed repo.txt in the root
directory... Or if you prefer:

        cat dumpfile | svnadmin load /repo

> Must be Monday.

It is ;-)

-- 
Cheers,
- Jacob Atzen
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Aug 29 20:00:44 2005

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.