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

Re: Can't browse on new windows install

From: D.J. Heap <djheap_at_gmail.com>
Date: 2007-03-22 02:16:16 CET

On 3/21/07, JRancier@penntraffic.com <JRancier@penntraffic.com> wrote:
>
> OK. I did get limited success when changing my repository from h: to c: I imported the same project into both, modifying the httpd.conf, stopping and starting Apache2. I worked from the command line, but not from the browser.
> Here's was I saw:

Apache is a service that doesn't have access to your own user's mapped
network drives (mapped drive letters are scoped to the current user's
logon session).

If you really want to run with the repository on a network share, then
you need to use UNC notation (\\server\sharename\directory) and change
the Apache service to run as a network user that has permissions to
that share.

DJ

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 22 02:16:38 2007

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.