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

RE: Error with subversion service and NAT

From: Bert Huijben <rhuijben_at_sharpsvn.net>
Date: Mon, 3 Aug 2009 15:34:05 +0200

> -----Original Message-----
> From: j.meier_at_jmeiersoftware.de [mailto:j.meier_at_jmeiersoftware.de]
> Sent: maandag 3 augustus 2009 14:41
> To: dev_at_subversion.tigris.org
> Subject: Error with subversion service and NAT
>
> Hi,
> I cannot start the Svnserve.exe as a windows service when the
> repository lies on a NAT with a mapped drive letter. Documentation
> states to use
> sc create svnserve binpath= "C:\myFolder\svnserve.exe --service -r
> J:\subversion" ...
> The "J:\Subversion" is my NAT
> When starting the service I get an errormessage stating that the
> service didn't respond in time.
> When I start svnserve as a daemon (svnserve -d --root j:\Subversion)
> everything runs fine.
> Server runs Windows Vista Business SP1
> SvnServe is 1.6.3 (r38063)

Subversion usage questions should be sent to users {AT} subversion.tigris.org, this list is on developing subversion itself.

I assume you are talking about NAS (Network attached storage) here? (Not NAT = Network Address Translation).

In that case "J:\" is a network drive mapping, and drive mappings are per user and unavailable for services. You should use the UNC path instead.

        Bert

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2379530
Received on 2009-08-03 15:34:27 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.