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