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

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
order to manipulate services you must be running elevated.

 

Install-subversion-service.cmd

sc create "subversion daemon (svn-win32-1.4.4)" binpath=
"D:\MEDIA\SVN\svn-win32-1.4.4\bin\svnserve.exe --service -r
D:\\MEDIA\\SVN\\REPOS\\" displayname= "subversion daemon
(svn-win32-1.4.4)" depend= Tcpip start= auto

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]
Sent: Tuesday, 18 December 2007 11:44 a.m.
To: users@subversion.tigris.org
Subject: Help with Subversion on Vista 64-bit

 

Hello All,

I'm having difficulty getting my subversion install working correctly,
or maybe it is and I just lack the knowledge to administer it :)

Anyway,

I have windows vista 64-bit and I just installed the latest version of
subversion (installed with the exe).

I used svnservice to insall subversion as a service, with the following
command:

sc create "SVNService" binpath="F:\Programs\Subversion\bin\svnserve.exe
--service displayname="SVNService"

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
use the File://f and now when I use svn://

more specifically:

$>svn info file:///F <file:///\\F> ;?SVN-REPOS/myReposTest
Path: myReposTest
Repository Root: file:///F:/SVN-REPOS/myReposTest
<file:///F:\SVN-REPOS\myReposTest>
Repository UUID: asdasdf...asdfasf
Revision: 1
Node Kind: directory
Last Changed Author: Me
Last Changed Rev: 1
Last Dhange Date: now

$> svn info svn://localhost/myReposTest
svn: No repository found in 'svn://localhost/myReposTest

$>svn info svn://localhost/SVN-REPOS/myReposTest
svn: No repository found in 'svn://localhost/SVN-REPOS/myReposTest

Any help would be greatly appreciated!!!

Andrew Peterson
Gretschdrummer@gmail.com

Andrew Peterson

Gretschdrummer@gmail.com

 

 

 
Received on Tue Dec 18 00:41:54 2007

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.