I wasn't really wanting to put the repository on C: primarily for space
considerations (F: is the data drive and substantially larger!), so I moved
the subversion install to the F: drive and fired it up:
        f:\Subversion\bin>svnserve.exe -i -r f:\svnroot\Norwescon
Which results in:
        ( success ( 1 2 ( ANONYMOUS ) ( edit-pipeline ) ) )
From another machine, I use...
        d:\svnroot>svn co svn:///nwcsvn.clarkzoo.org/development
Which results in:
        svn: Can't connect to host '': No connection could be made because
the target machine actively refused it.
The fact that SVN tells me it's host '' makes me wonder if I got something
wrong here because when I ping nwcsvn.clarkzoo.org, the responses come back
nice and quick.
 
Thanks!
Rory
-----Original Message-----
From: Craig Demyanovich [mailto:demmer12@fastmail.us] 
Sent: Thursday, September 22, 2005 5:11 AM
To: rory@clarkzoo.org
Cc: users@subversion.tigris.org
Subject: Re: Windows based installs
Hi,
I might be able to test this on my work (Windows) computer later today. The
only thing that stands out to me is that you're running svnserve with
SVNService from C: for a repository on F:. Otherwise, everything looks fine
to me. Have you tried to run the same set of commands but with the
repository on C:?
Good luck,
Craig
On Sep 20, 2005, at 10:48 AM, Rory Clark wrote:
> Yep, that would be where I got it from.
>
> Subversion is installed to "C:\Program Files\Subversion".  In the bin 
> directory, I have copied SVNService.exe so that is side by side with 
> the SVNServe executable. To install the service, I ran:
>     svnserve.exe -install "C:\Program Files\Subversion\bin 
> \svnserve.exe"
> "-i" "-r" "f:\SVNRoot\Norwescon"
>
> If I try to start the service, I get the popup dialog of
>      ---------------------------
>      Services
>      ---------------------------
>      Could not start the SVNService service on Local Computer.   
> Error 193:
> 0xc1
>      ---------------------------
>      OK
>      ---------------------------
>
> And the event log message of:
>      The SVNService service failed to start due to the following
> error:
>      SVNService is not a valid Win32 application.
>
> If I run SVNService -debug, I get the following:
>      C:\Program Files\Subversion\bin>SVNService -debug
>      Debugging SVNService.
>      Setting working directory: C:\Program Files\Subversion\bin\
>      RegQueryValueEx failed with error 0, type 1
>      Running command: "C:\Program Files\Subversion\bin \svnserve.exe" 
> "-i"
> "-r" "f:\SV
>      NRoot\Norwescon"
>      ( success ( 1 2 ( ANONYMOUS ) ( edit-pipeline ) ) )
>
> Pressing Ctrl-C shuts the service down with:
>      Stopping SVNService.
>      MessageLog (Event ID -1073741820): "
>
> I don't see a corresponding entry in the event log for this.  The 
> interesting bit of information in this is the call to open the 
> registry failed for some reason.
>
> Thanks!
> Rory
>
> -----Original Message-----
> From: Craig Demyanovich [mailto:demmer12@fastmail.us]
> Sent: Tuesday, September 20, 2005 4:38 AM
> To: users@subversion.tigris.org
> Cc: rory@clarkzoo.org
> Subject: Re: Windows based installs
>
> Greetings,
>
> I assume you got SVNService from here: http://dark.clansoft.dk/~mbn/ 
> svnservice/. Following the sparse instructions there, I had no trouble 
> running SVN as a service on a Windows 2003 server at my office.
> Please post
> the locations in the filesystem of your SVN install and your 
> SVNService executable. Also, please post the steps that you took to 
> install and run the service.
>
> Regards,
> Craig
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Sep 24 18:43:43 2005