RE: Help with Subversion on Vista 64-bit
From: Steven Higgan <Steven.Higgan_at_intergen.co.nz>
Date: 2007-12-18 00:41:19 CET
Here is some stuff that will get you started - remember on vista that in
Install-subversion-service.cmd
sc create "subversion daemon (svn-win32-1.4.4)" binpath=
pause
uninstall-subversion-service.cmd
sc delete "subversion daemon (svn-win32-1.4.4)"
pause
start-subversion.cmd
net start "subversion daemon (svn-win32-1.4.4)"
pause
stop-subversion.cmd
net stop "subversion daemon (svn-win32-1.4.4)"
pause
From: Andrew Peterson [mailto:gretschdrummer@gmail.com]
Hello All,
I'm having difficulty getting my subversion install working correctly,
Anyway,
I have windows vista 64-bit and I just installed the latest version of
I used svnservice to insall subversion as a service, with the following
sc create "SVNService" binpath="F:\Programs\Subversion\bin\svnserve.exe
I'm using the TortoiseSVN client, which seemed to install fine.
When I use the repository browser I can only see the repository when I
more specifically:
$>svn info file:///F <file:///\\F> ;?SVN-REPOS/myReposTest
$> svn info svn://localhost/myReposTest
$>svn info svn://localhost/SVN-REPOS/myReposTest
Any help would be greatly appreciated!!!
Andrew Peterson
Andrew Peterson
Gretschdrummer@gmail.com
|
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.