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

Re: Linux to Windows

From: Nathan Kidd <nathan-svn_at_spicycrypto.ca>
Date: Mon, 14 Jan 2008 11:58:16 -0500

Armstrong, Yvonne wrote:
> I have dumped my repository files from LINUX using
>
> svnadmin dump mmc > dump_mmc
>
> I have copied all the dump files to the windows server and tried to
> import them but I can't get it to work.
>
> C:\svn>svnadmin create mmc --fs-type bdb
>
> C:\svn>cd mmc
^^^^^^^^^^^^^^^^
Don't do this, stay in the parent directory, because...

> C:\svn\mmc>svnadmin load mmc < dump_mmc
                          ^^^^^
                            This is the directory name.
> svnadmin: Can't open file 'mmc\format': The system cannot find the path
> specified.
Hence, not found.

-Nathan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-01-14 17:59:02 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.