[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 (SOLVED)

From: Andrew Peterson <gretschdrummer_at_gmail.com>
Date: 2007-12-18 00:51:38 CET

Steven,

THANK YOU!

That work prefectly!

Thanks to everyone!

On Dec 17, 2007, at 6:41 PM, Steven Higgan wrote:

> 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;?SVN-REPOS/myReposTest
> Path: myReposTest
> Repository Root: 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
>
>
>

Andrew Peterson
Gretschdrummer@gmail.com
Received on Tue Dec 18 00:52:07 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.