Re: Subversion and Tortoise Stopped Working
From: Purple Streak <mrpurplestreak_at_googlemail.com>
Date: Wed, 29 Jul 2009 09:34:43 +0100
> On Jul 29, 2009, at 02:57, Dan B wrote:
You're trying to use \" to escape the " which won't work on windows.
Howeverr first check this works:
"c:\program files\subversion\bin\svnserve.exe" -d -rc:\svnrepos
This runs svn serve not as "normal" program and not as a service.
sc create svn binpath= "c:\program files\subversion\bin\svnserve.exe
(The net start command waits till the service starts - I use that
Again the svn:// should work.
See how that goes.
Cheers,
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.