[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: Jeff Cave <jeff.cave_at_sunergon.com>
Date: 2005-08-29 19:45:13 CEST

> 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.

Must be Monday.

-----Original Message-----
From: Ryan Schmidt
Sent: Monday, August 29, 2005 11:31 AM

Well, "svnadmin dump" and "svnadmin import". And therefore "svnadmin
--help".

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Aug 29 19:47: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.