Hello Matt, On Wed, Jul 17, 2013 at 8:01 PM, <[email protected]> wrote: > I'm trying to move a repository to a network share using the UNC path. Using > the Server Manager to set the repositories Root to the UNC path results in > the httpd.conf file being written incorrectly (replacing the \ with /). When > I manually edit the httpd.conf to correct the UNC paths, the repository is > loaded properly and I'm able to browse it using the Server Manager. When I > attempt to connect from a remote machine, I'm getting the following error: > > Could not open password file: C:/servername/share/path/SVN/htpasswd > (OS 3) The system cannot find the path specified. [client 198.xxx.xxx.xxx] > > I'm not able to find where I can correct that path to use the valid UNC > path. > > Anybody run into and solve this issue?
Apache HTTP Server may interpret backslashes as an "escape character" sequence, so forward slashes are used throughout the configuration files. Don't change them! > Could not open password file: C:/servername/share/path/SVN/htpasswd > (OS 3) The system cannot find the path specified. [client 198.xxx.xxx.xxx] The error means that there is no "htpasswd" file in repositories root directory. Did you create a user account in VisualSVN Server Manager? In case of storing repositories on a network share you need to grant Share and NTFS access to the computer account where VisualSVN Server is running or configure service to run as dedicated domain account. Regarding share setup, please check the KB article "Storing repositories on a network share": http://www.visualsvn.com/support/topic/00022/ -- With best regards, Pavel Lyalyakin VisualSVN Team -- You received this message because you are subscribed to the Google Groups "VisualSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/visualsvn. For more options, visit https://groups.google.com/groups/opt_out.

