You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Josh Blair <jo...@gmail.com> on 2007/06/05 16:05:41 UTC

svnservice on Windows

Hello,

I am looking to get SVNSERVICE running as a Windows Service on my Windows
box.  I looked in my Services applet and don't see any SVN services
installed.  My question is: do I need to install the svnservice from
http://svnservice.tigris.org/files/documents/2717/36986/SVNServiceSetup-0.5.2.msi?

Currently my SVN implementation consists of (Apache 2.0.59 + svn 1.4.3 +
Tortoise 1.4.3)

apache_2.0.59-win32-x86-no_ssl.msi
svn-1.4.3-setup.exe
TortoiseSVN-1.4.3.8645-win32-svn-1.4.3.msi

http://svnservice.tigris.org/
http://svnservice.tigris.org/files/documents/2717/36986/SVNServiceSetup-0.5.2.msi

Thanks for the help,

-- 
Josh Blair
Golden, CO

Re: svnservice on Windows

Posted by eg <eg...@gmail.com>.
Josh Blair wrote:
> Hello,
> 
> I am looking to get SVNSERVICE running as a Windows Service on my 
> Windows box.  I looked in my Services applet and don't see any SVN 
> services installed.  My question is: do I need to install the svnservice 
> from 
> http://svnservice.tigris.org/files/documents/2717/36986/SVNServiceSetup-0.5.2.msi 
> ?
> 
> Currently my SVN implementation consists of (Apache 2.0.59 + svn 1.4.3 + 
> Tortoise 1.4.3)
> 
> apache_2.0.59-win32-x86-no_ssl.msi
> svn-1.4.3-setup.exe
> TortoiseSVN-1.4.3.8645-win32-svn-1.4.3.msi
> 
> http://svnservice.tigris.org/ <http://svnservice.tigris.org/>
> http://svnservice.tigris.org/files/documents/2717/36986/SVNServiceSetup-0.5.2.msi
> 


I am puzzled... are you using Apache or do you want to run svnserve?

If the latter, then in 1.4.0 and higher you don't need any extra 
software to run svnserve as a service.

Another good step-by-step article for doing this is:

http://subversion.open.collab.net/articles/svnserve-service.htm

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: svnservice on Windows

Posted by si <ss...@gmail.com>.
FYI Josh, the TortoiseSVN docs have good info on setting up the
various servers in a windows environment.

http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-serversetup.html

You might also be interested in the tip on installing svnserve
as LocalService rather than the default system account.

peace
si

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: svnservice on Windows

Posted by Josh Blair <jo...@gmail.com>.
Thanks for all the help guys.  I am all set; svnserve is now running.  I had
been reading old documentation that mentioned having to download and
implement other utilities to run as a service.

sc create svn.local binpath= "\"c:\program
files\subversion\bin\svnserve.exe\" --service --root C:\svn\repos"
displayname= "Subversion Repository" depend= Tcpip

Regarding the question of why Apache and svnserve.exe...I am trying to learn
how to implement and use SVN so I push the idea in my company (currently no
version control).  I figured the more I know about how and why it works, the
better.  Thanks again for all the help.

Cheers,

-- 
Josh Blair
Golden, CO


On 6/5/07, Andy Levy <an...@gmail.com> wrote:
>
> On 6/5/07, Brad Oleson <ol...@igist.com> wrote:
> >
> >
> >
> >
> > Josh –
> >
> >
> >
> > This was posted on the Subversion list earlier today and I think it is
> > helpful:
> >
> >
> >
> > http://svn.spears.at/
>
> Last updated May 25, 2005.
>
> A LOT has changed in 2 years. Helpful, maybe - but one can't use it as
> the only source.
>
> > From: Josh Blair [mailto:josh.blair@gmail.com]
> >  Sent: Tuesday, June 05, 2007 9:06 AM
> >  To: users@subversion.tigris.org
> >  Subject: svnservice on Windows
> >
> >
> >
> >
> > Hello,
> >
> >  I am looking to get SVNSERVICE running as a Windows Service on my
> Windows
> > box.  I looked in my Services applet and don't see any SVN services
> > installed.  My question is: do I need to install the svnservice from
> >
> http://svnservice.tigris.org/files/documents/2717/36986/SVNServiceSetup-0.5.2.msi
> > ?
> >
> >  Currently my SVN implementation consists of (Apache 2.0.59 + svn 1.4.3+
> > Tortoise 1.4.3)
> >
> >  apache_2.0.59-win32-x86-no_ssl.msi
> >  svn-1.4.3-setup.exe
> >  TortoiseSVN-1.4.3.8645-win32-svn-1.4.3.msi
> >
> >  http://svnservice.tigris.org/
> >
> http://svnservice.tigris.org/files/documents/2717/36986/SVNServiceSetup-0.5.2.msi
> >
> >  Thanks for the help,
> >
> >  --
> >  Josh Blair
> >  Golden, CO
>

Re: svnservice on Windows

Posted by Andy Levy <an...@gmail.com>.
On 6/5/07, Brad Oleson <ol...@igist.com> wrote:
>
>
>
>
> Josh –
>
>
>
> This was posted on the Subversion list earlier today and I think it is
> helpful:
>
>
>
> http://svn.spears.at/

Last updated May 25, 2005.

A LOT has changed in 2 years. Helpful, maybe - but one can't use it as
the only source.

> From: Josh Blair [mailto:josh.blair@gmail.com]
>  Sent: Tuesday, June 05, 2007 9:06 AM
>  To: users@subversion.tigris.org
>  Subject: svnservice on Windows
>
>
>
>
> Hello,
>
>  I am looking to get SVNSERVICE running as a Windows Service on my Windows
> box.  I looked in my Services applet and don't see any SVN services
> installed.  My question is: do I need to install the svnservice from
> http://svnservice.tigris.org/files/documents/2717/36986/SVNServiceSetup-0.5.2.msi
> ?
>
>  Currently my SVN implementation consists of (Apache 2.0.59 + svn 1.4.3 +
> Tortoise 1.4.3)
>
>  apache_2.0.59-win32-x86-no_ssl.msi
>  svn-1.4.3-setup.exe
>  TortoiseSVN-1.4.3.8645-win32-svn-1.4.3.msi
>
>  http://svnservice.tigris.org/
> http://svnservice.tigris.org/files/documents/2717/36986/SVNServiceSetup-0.5.2.msi
>
>  Thanks for the help,
>
>  --
>  Josh Blair
>  Golden, CO

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


RE: svnservice on Windows

Posted by Brad Oleson <ol...@igist.com>.
Josh - 

 

This was posted on the Subversion list earlier today and I think it is
helpful:

 

http://svn.spears.at/

 

Brad

 

  _____  

From: Josh Blair [mailto:josh.blair@gmail.com] 
Sent: Tuesday, June 05, 2007 9:06 AM
To: users@subversion.tigris.org
Subject: svnservice on Windows

 

Hello,

I am looking to get SVNSERVICE running as a Windows Service on my Windows
box.  I looked in my Services applet and don't see any SVN services
installed.  My question is: do I need to install the svnservice from
http://svnservice.tigris.org/files/documents/2717/36986/SVNServiceSetup-0.5.
2.msi ?

Currently my SVN implementation consists of (Apache 2.0.59 + svn 1.4.3 +
Tortoise 1.4.3)

apache_2.0.59-win32-x86-no_ssl.msi
svn-1.4.3-setup.exe
TortoiseSVN-1.4.3.8645-win32-svn-1.4.3.msi

http://svnservice.tigris.org/  <http://svnservice.tigris.org/> 
http://svnservice.tigris.org/files/documents/2717/36986/SVNServiceSetup-0.5.
2.msi

Thanks for the help,

-- 
Josh Blair
Golden, CO 


Re: svnservice on Windows

Posted by Andy Levy <an...@gmail.com>.
On 6/5/07, Josh Blair <jo...@gmail.com> wrote:
> Hello,
>
> I am looking to get SVNSERVICE running as a Windows Service on my Windows
> box.  I looked in my Services applet and don't see any SVN services
> installed.  My question is: do I need to install the svnservice from
> http://svnservice.tigris.org/files/documents/2717/36986/SVNServiceSetup-0.5.2.msi
> ?
>
> Currently my SVN implementation consists of (Apache 2.0.59 + svn 1.4.3 +
> Tortoise 1.4.3)
>
> apache_2.0.59-win32-x86-no_ssl.msi
> svn-1.4.3-setup.exe
> TortoiseSVN-1.4.3.8645-win32-svn-1.4.3.msi
>
> http://svnservice.tigris.org/
> http://svnservice.tigris.org/files/documents/2717/36986/SVNServiceSetup-0.5.2.msi

Have a look at the SVN 1.4.x release notes.
http://subversion.tigris.org/svn_1.4_releasenotes.html#enhancements

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org