[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: <JRancier_at_penntraffic.com>
Date: 2007-03-23 13:52:05 CET

It was a few things. Between your posts and DJs as follows:

-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.

I got things to work. My entire goal was to have the repository on a
system which was backed up daily. After setting up Apache as DJ
suggested, since the user is in my local domain, there's no startup
scripts to map the network drives. I just run a MS job one a day with the
scheduler, which exports the repos to the LAN.

Thanks Y'all. BTW, the other useful link was
http://httpd.apache.org/docs/2.0/platform/windows.html

Ryan Schmidt <subversion-2007a@ryandesign.com>
Phone:
03/23/2007 01:19 AM

To
JRancier@penntraffic.com
cc
users@subversion.tigris.org
Subject
Re: Can't browse on new windows install

On Mar 21, 2007, at 19:53, 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:
>
> CONFIGURED AS c:/svn:
>
> svn list file:///c:/svn/projects/kf_info
> bin/
> inc/
> src/
> tmp/
>
> svn list http://pmis055a/repos/projects/kf_info
> bin/
> inc/
> src/
> tmp/

Looks good!

So in what way does it not work from the web browser?

-- 
To reply to the mailing list, please use your mailer's Reply To All 
function
Received on Fri Mar 23 13:52:51 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.