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

svnadmin hotcopy doesn't like UNC paths on WinXP

From: Scott Palmer <scott.palmer_at_2connected.org>
Date: 2004-10-13 23:14:39 CEST

I wanted to set up a scheduled job to copy my subversion repository to
a network server that is regularly backed up (this gives me a easily
accessible copy on the other server and the tape backup). I issued the
command: (Subversion 1.1.0)

>svnadmin hotcopy path_to_repo
\\MyServer\MyShare1\MyShare2\MyBackupFolder

The response was:

svn: Can't create directory
'/MyServer/MyShare1/MyShare2/MyBackupFolder': The system cannont find
the path specified.

If I map MyShare1 to a drive letter (R:) and do:

>svnadmin hotcopy path_to_repo R:\MyShare2\MyBackupFolder

everything works fine.

Are there any plans to have better support for UNC paths? I haven't
bothered to check other commands, but I extrapolated from the above
experience that UNC paths are generally going to cause problems with
the current version.

Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 13 23:15:17 2004

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.