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

Re: Problem with svn as Windows service

From: John Peacock <john.peacock_at_havurah-software.org>
Date: Fri, 16 May 2008 09:57:12 -0400

Mikael Lindsten wrote:
> And I'm trying to start the service manually, thus I am logged in and
> the drive is mapped (= no dependency issue). How come the svnserve
> service has no knowledge of my network drive when svnserve daemon does?

When you are starting svnserve as yourself, it inherits all of *your*
login's enviroment and rights, including any mapped drives. When
svnserve is started as service, it is running with a local system
account which has no drives mapped. You wouldn't be able to access the
remote resource even as a UNC path (which implicitly creates a mapping),
because the service account has no rights to networked resources at all
(for security reasons).

HTH

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-05-16 15:57:43 CEST

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.