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

RE: svnload from win to linux

From: Williams, Robert E <Robert.E.Williams_at_maine.gov>
Date: Wed, 27 Feb 2008 09:54:26 -0500

Thank you for setting me straight on this. I will FTP the dump file to
the Linux box and run the svnadmin command from there.

The interesting thing here is if I do use (from your emails):
        svn://<server_ip_address>...
I do get a warning that a path is needed and not a URL.

When I use (no 'svn:' leading):
> '\\<server_ip_address>...
I get the message first noted, "Access is denied."

Thanks again for the help with this.

Best Regards,
Robert

 
Williams, Robert E wrote:
> svnadmin: Can't open file
> '\\<server_ip_address>\<path_to_new_repo>\format' : Access is denied.

svnadmin only operates on the actual repository files (i.e. it has to
access the repository files directly, rather than over svn:// or
http://). Anywhere in the product help files when REPOS_PATH is used,
it refers to a path to the actual repository files, where URL refers to
a server process. file:// is actually a URL, even though it also
references the actual repository files.

John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-27 15:55:18 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.