473,386 Members | 1,846 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Error 1053 with subversion and windows XP service

14
I am trying to set up a subversion and windows service, but I keep on getting an 1053 error (along the line of "cannot start the service in a timely fashion").

I have tried the approaches on the net, but I get the same error, regardless of all my efforts.
Below are the approaches that I took:

I have tried:
sc create snservice binpath= "C:\Program Files\subversion\bin\svnserve.exe --service --root C:\Documents and Settings\User\Desktop\Repository" displayname= "Subversion" depends= tcpip start= auto

And:
sc create snservice binpath= "\"C:\Program Files\subversion\bin\svnserve.exe" --service --root C:\Documents and Settings\User\Desktop\Repository" displayname= "Subversion" depends= tcpip start= auto

And:
sc create snservice binpath= "C:\Program Files\subversion\bin\svnserve.exe --service --r C:\Documents and Settings\User\Desktop\Repository" displayname= "Subversion" depends= tcpip start= auto

And:
sc create snservice binpath= "C:\Program Files\subversion\bin\svnserve.exe --service C:\Documents and Settings\User\Desktop\Repository" displayname= "Subversion" depends= tcpip start= auto

And:
sc create snservice binpath= "C:\Program Files\subversion\bin\svnserve.exe --daemon--root C:\Documents and Settings\User\Desktop\Repository" displayname= "Subversion" depends= tcpip start= auto

And:
sc create snservice binpath= "C:\Program Files\subversion\bin\svnserve.exe --daemon --r C:\Documents and Settings\User\Desktop\Repository" displayname= "Subversion" depends= tcpip start= auto

And:
sc create snservice binpath= "C:\Program Files\subversion\bin\svnserve.exe --daemon C:\Documents and Settings\User\Desktop\Repository" displayname= "Subversion" depends= tcpip start= auto

Since the repository and the svnserve.exe are on the same drive, the --root or -r option is not necessary.

- I am using tortoiseSVN and tigres subversion.
- C:\Documents and Settings\User\Desktop\Repository is where my repository is located.
- I have been told to use the command prompt environment, and not the GUI environment, but if you
could help me to set up the subversion using the GUI, I would appreciate it.

Otherwise, if you could help me to set up the subversion using the command prompt environment, I would highly appreciate it, as I struggle to find a solution to the 1053 error.

I am using windows XP SP2, and I am not supporting the idea of installing SP3, as I have already done so, leading me to repair my laptop, as it completely buggered up my laptop.

Kind regards,
Rossouw
:)
May 25 '10 #1
2 4449
RedSon
5,000 Expert 4TB
I would suggest switching to SilkSVN or VisualSVN unless you are an apache guru and have run it on a windows environment before.
May 25 '10 #2
Rossouw
14
Thanx Redson, I will give it a bash.

I am no apache guru, and this is the first time I'm using svn

Thnx again
May 25 '10 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: mgonzales3 | last post by:
Hey guys I keep getting this error when i try running my vb.net windows service. -------------------------- The description for Event ID ( 0 ) in Source ( .NET Runtime ) cannot be found. The...
1
by: mtc | last post by:
I'm able to install and run a service I built on two machines - the one I built it on and another that has visual studio installed. I've installed it without problems on 3 other machines that...
6
by: Ashwin Kambli | last post by:
Hi, I am trying to write a Windows Service application using C#. I wrote a very trivial example (logs messages during Start and Stop events to the evenlog). I have no problem installing it (using...
5
by: Richard Steele | last post by:
I have created a WinForm application that needs to be run as a windows service (the PC is inaccesible by any user) i have successfully installed the application as a windows service. When i start...
5
by: OpticTygre | last post by:
What is the best way that anyone has found to capture errors inside a windows service? It's pointless to use compilation constants, as you can't "debug" a service very easily, and you can't pass...
0
by: Roger Twomey | last post by:
I am writing a Windows service which is run (and tested) at a remote location so I cannot debug issues at the actual deployment site. I know that the application is having some sort of trouble as...
0
by: PhilHip | last post by:
I've written a Windows service in VB.Net that accesses the global address list to obtain all the entries to store them in a local database. The GAL is accessed using the MS Exchange profile on the...
1
by: Diego L Espiñeira | last post by:
Hi all!!! I am trying to build a windows service that hosts a web service using the classes in System.Web.Hosting namespace. I have a class library called Digicard.WebServiceHost containing the...
7
by: =?Utf-8?B?Sm9obi5ORVQ=?= | last post by:
Hi I have written a windows service in C# / .NET I have installed it and it's working fine on a couple boxes but on my XP box I get this error when I try to start it: Error 1053: The service did...
1
by: DotNation | last post by:
Hi, I m getting following error while starting windows service,and service stops working. "The Visual Basic Development Environment can't provide multiple instances of a single use ...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.