Is Windows Server 2003 and 2008 supported?

11 views
Skip to first unread message

Lester Leung

unread,
Nov 5, 2009, 11:10:37 AM11/5/09
to us...@tortoisesvn.tigris.org
Hello, can you please tell me if TortoiseSVN is supported under Windows Server 2003 or 2008?

Thanks.


__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2414760

To unsubscribe from this discussion, e-mail: [users-un...@tortoisesvn.tigris.org].

Simon Large

unread,
Nov 5, 2009, 11:17:34 AM11/5/09
to us...@tortoisesvn.tigris.org
2009/11/5 Lester Leung <mixb...@yahoo.com>:

> Hello, can you please tell me if TortoiseSVN is supported under Windows Server 2003 or 2008?

Yes it is, but why would you install the client software on a server?

Simon

--
: ___
: oo // \\ "De Chelonian Mobile"
: (_,\/ \_/ \ TortoiseSVN
: \ \_/_\_/> The coolest Interface to (Sub)Version Control
: /_/ \_\ http://tortoisesvn.net

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2414763

Bob Archer

unread,
Nov 5, 2009, 11:44:21 AM11/5/09
to us...@tortoisesvn.tigris.org
> Hello, can you please tell me if TortoiseSVN is supported under
> Windows Server 2003 or 2008?
>

I use it on several Windows 2003 servers without a problem. Never tried it on a 2008 server.

BOb

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2414774

Bob Archer

unread,
Nov 5, 2009, 11:45:20 AM11/5/09
to us...@tortoisesvn.tigris.org
> 2009/11/5 Lester Leung <mixb...@yahoo.com>:
> > Hello, can you please tell me if TortoiseSVN is supported under
> Windows Server 2003 or 2008?
>
> Yes it is, but why would you install the client software on a
> server?

We use it on our build server. It is much preferred to the CLI when doing iteractive work when remoted in.

BOb

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2414775

Robin Guest

unread,
Nov 5, 2009, 11:54:10 AM11/5/09
to us...@tortoisesvn.tigris.org
2009/11/5 Bob Archer <bob.a...@amsi.com>
We use it on our build server. It is much preferred to the CLI when doing iteractive work when remoted in.

We use on our dev team's terminal server.

And also on various Virtual PCs loaded with server OSs that mimic our client's server setup but also have dev tools installed to simplify debugging.

Lester

unread,
Nov 5, 2009, 11:39:09 AM11/5/09
to us...@tortoisesvn.tigris.org
Well, we currently have the repository on a Windows 2000 server and
we're wanting to move this repository over to a Windows 2003 or 2008
server. As this repository was in place before I started my job, I
was told that our organization wanted to have a central location for
the repository. I would just copy and paste the entire repository
onto the new server, right? How can I change the "pointer" of the
repository?

Thanks!


On Nov 5, 9:17 am, Simon Large <simon.tortoise...@googlemail.com>
wrote:
> 2009/11/5 Lester Leung <mixbo...@yahoo.com>:


>
> > Hello, can you please tell me if TortoiseSVN is supported under Windows Server 2003 or 2008?
>
> Yes it is, but why would you install the client software on a server?
>
> Simon
>
> --
> :       ___
> :  oo  // \\      "De Chelonian Mobile"
> : (_,\/ \_/ \     TortoiseSVN
> :   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
> :   /_/   \_\    http://tortoisesvn.net
>

> ------------------------------------------------------http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMess...
>
> To unsubscribe from this discussion, e-mail: [users-unsubscr...@tortoisesvn.tigris.org].

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2414772

Bob Archer

unread,
Nov 5, 2009, 3:31:00 PM11/5/09
to us...@tortoisesvn.tigris.org
The repository has nothing to do with TortoiseSVN. Tortoise is a client.

You "should" be able to just copy the repository folder from one machine to another. Since you are going from Windows to windows that should be ok.

Once you move the repository to the new server, if you are using a new server name you will have to "relocate" all your WC's to point to the new server. Just right click on your working copy and choose T-SVN -> Relocate... and provide the new URL path. If you are going to shut down the old server and use the same server name for the new one, you shouldn't have to do anything.

Not sure how you are hosting it, but we use svnserve on windows 2003 server for two years now without a problem.

BOb

> unsub...@tortoisesvn.tigris.org].

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2414906

Simon Large

unread,
Nov 5, 2009, 4:54:18 PM11/5/09
to us...@tortoisesvn.tigris.org
2009/11/5 Lester <lest...@gmail.com>:

> Well, we currently have the repository on a Windows 2000 server and
> we're wanting to move this repository over to a Windows 2003 or 2008
> server.  As this repository was in place before I started my job, I
> was told that our organization wanted to have a central location for
> the repository.  I would just copy and paste the entire repository
> onto the new server, right?   How can I change the "pointer" of the
> repository?

Be sure to stop the server on the old machine first before moving the
repository and don't start it again, otherwise anyone who makes a
commit will commit on the old server *after* you made your copy and
their changes will not be present on the new server.

Simon

--
: ___
: oo // \\ "De Chelonian Mobile"
: (_,\/ \_/ \ TortoiseSVN
: \ \_/_\_/> The coolest Interface to (Sub)Version Control
: /_/ \_\ http://tortoisesvn.net

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2414932

Lester

unread,
Nov 5, 2009, 4:59:03 PM11/5/09
to us...@tortoisesvn.tigris.org
Thanks for your reply Bob! Actually, I'm new to this whole
TortoiseSVN and repository kind of thing. What did you mean when you
said "relocate all your WC's..." What is a "WC"?

Also, I don't see a "Relocate" function in the TortoiseSVN dropdown
menu when right clicking on a folder. All it lists is:

- Repo browser
- Export
- Create repository here
- Import
- Help
- Settings
- About

My Tortoise client is version 1.4

Lester

> > unsubscr...@tortoisesvn.tigris.org].


>
> ------------------------------------------------------http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMess...
>
> To unsubscribe from this discussion, e-mail: [users-unsubscr...@tortoisesvn.tigris.org].

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2414934

Jean-Marc van Leerdam

unread,
Nov 6, 2009, 5:33:42 AM11/6/09
to us...@tortoisesvn.tigris.org
Hi,

2009/11/5 Lester <lest...@gmail.com>:


> Thanks for your reply Bob!   Actually, I'm new to this whole
> TortoiseSVN and repository kind of thing.  What did you mean when you
> said "relocate all your WC's..."  What is a "WC"?
>

WC == Working Copy == Checkout from the repository that is used to
actually work with the files in the repository

> Also, I don't see a "Relocate" function in the TortoiseSVN dropdown
> menu when right clicking on a folder.  All it lists is:
>

Relocate is only available when right clicking on a Working Copy folder.

> - Repo browser
> - Export
> - Create repository here
> - Import
> - Help
> - Settings
> - About
>

That indicated you are right clicking on an ordinary (i.e.
non-versioned) folder.

> My Tortoise client is version 1.4
>

That is a bit old, try upgrading to 1.6.6. It is OK to use a newer
version client to access a different 1.x version repository.

--
Regards,

Jean-Marc
--
. ___
. @@ // \\ "De Chelonian Mobile"
. (_,\/ \_/ \ TortoiseSVN
. \ \_/_\_/> The coolest Interface to (Sub)Version Control
. /_/ \_\ http://tortoisesvn.net

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2415054

Simon Large

unread,
Nov 6, 2009, 5:34:46 AM11/6/09
to us...@tortoisesvn.tigris.org
2009/11/5 Lester <lest...@gmail.com>:

> Thanks for your reply Bob!   Actually, I'm new to this whole
> TortoiseSVN and repository kind of thing.  What did you mean when you
> said "relocate all your WC's..."  What is a "WC"?

Working Copy. That is the client-side folder that the checkout lives
in and every client PC will have one (or more) so there could be a lot
of them to relocate.

> Also, I don't see a "Relocate" function in the TortoiseSVN dropdown
> menu when right clicking on a folder.  All it lists is:
>
> - Repo browser
> - Export
> - Create repository here
> - Import
> - Help
> - Settings
> - About

That is because you are not right clicking in a working copy folder.

> My Tortoise client is version 1.4

Which is quite old now. We are on 1.6.6

Simon

--
: ___
: oo // \\ "De Chelonian Mobile"
: (_,\/ \_/ \ TortoiseSVN
: \ \_/_\_/> The coolest Interface to (Sub)Version Control
: /_/ \_\ http://tortoisesvn.net

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2415055

Ulrich Eckhardt

unread,
Nov 6, 2009, 5:36:05 AM11/6/09
to us...@tortoisesvn.tigris.org
On Thursday 05 November 2009, Lester wrote:
> Thanks for your reply Bob! Actually, I'm new to this whole
> TortoiseSVN and repository kind of thing. What did you mean when you
> said "relocate all your WC's..." What is a "WC"?

You have to read the instructions, WC is short for working copy. Actually,
there are two documentations, one for Subversion, the other for TortoiseSVN.
In particular the former is a must, as it explains typical procedures and
terminology.

> Also, I don't see a "Relocate" function in the TortoiseSVN dropdown
> menu when right clicking on a folder. All it lists is:
>
> - Repo browser
> - Export
> - Create repository here
> - Import
> - Help
> - Settings
> - About

Well, you have to click on a WC.

> My Tortoise client is version 1.4

It wouldn't hurt upgrading, actually you get a few, possibly interesting
features.

Uli

--
ML: http://tortoisesvn.tigris.org/list_etiquette.html
FAQ: http://tortoisesvn.net/faq

Sator Laser GmbH, Fangdieckstraße 75a, 22547 Hamburg, Deutschland
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932

**************************************************************************************
Sator Laser GmbH, Fangdieckstraße 75a, 22547 Hamburg, Deutschland
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932
**************************************************************************************
Visit our website at <http://www.satorlaser.de/>
**************************************************************************************
Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden.
E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Sator Laser GmbH ist für diese Folgen nicht verantwortlich.
**************************************************************************************

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2415056

Lester

unread,
Nov 6, 2009, 12:04:46 PM11/6/09
to us...@tortoisesvn.tigris.org
Thanks for all your replies, everyone! Ok, yes, you are all right, I
was right clicking on a NON-working copy version. I can now see the
"relocate" on the dropdown menu when I right click on a 'WC'.

Ok, I'm almost done: I simply copied the repository folder (left
everything intact) from one server to the new one Windows 2008
server. Now, on my 'WC' on my local PC, do I just relocate and choose
the different URL to the new location of the repository?
Before clicking the 'Yes' button, I get a "Relocate Warning", saying:

<----Quote--->
"It seems you are trying to relocate your working copy to a different
path inside the same repository
From: svn://NewServer/Website/Trunk/wwwroot/MyWebsite
To: svn://NewServer/Website/Trunk/wwwroot/MyWebsite

A relocate is only necessary if the path to a repository has change.
Changing to a different path inside a repository is done by a switch
operation.

Improper use of relocate will corrupt your working copy!"
<---End quote--->

As I've mentioned before, all I'm doing is moving the entire
repository to a different server. Is it OK to go ahead and click
"YES" to this relocate warning? I don't want to corrupt anything!

Lester

> ------------------------------------------------------http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMess...
>
> To unsubscribe from this discussion, e-mail: [users-unsubscr...@tortoisesvn.tigris.org].

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2415151

Bob Archer

unread,
Nov 6, 2009, 12:10:51 PM11/6/09
to us...@tortoisesvn.tigris.org
> Thanks for all your replies, everyone! Ok, yes, you are all right,
> I
> was right clicking on a NON-working copy version. I can now see
> the
> "relocate" on the dropdown menu when I right click on a 'WC'.
>
> Ok, I'm almost done: I simply copied the repository folder (left
> everything intact) from one server to the new one Windows 2008
> server. Now, on my 'WC' on my local PC, do I just relocate and
> choose
> the different URL to the new location of the repository?
> Before clicking the 'Yes' button, I get a "Relocate Warning",
> saying:
>
> <----Quote--->
> "It seems you are trying to relocate your working copy to a
> different
> path inside the same repository
> From: svn://NewServer/Website/Trunk/wwwroot/MyWebsite
> To: svn://NewServer/Website/Trunk/wwwroot/MyWebsite
>
> A relocate is only necessary if the path to a repository has
> change.
> Changing to a different path inside a repository is done by a
> switch
> operation.

So, your working copy is already pointing to your new server. I assume you checked this out from your new server? If so, you don't need to do a relocate. You only need to relocate working copies that were checked our from the old server. Or, you can just do a new checkout from the new server. Either way will work. Doing the relocate lets you keep working with an existing WC so you don't lose and possible pending changes or have to d/l your whole project again.

BOb

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2415153

Lester

unread,
Nov 6, 2009, 12:28:46 PM11/6/09
to us...@tortoisesvn.tigris.org
Actually, my working copy is NOT pointing to my new server yet. I
just wanted to get confirmation that the steps I'm going to take in my
last message was not going to corrupt anything, as it's just a
straight copy and paste of the repository folder from one server to
another.

Please advise.
Lester

> ------------------------------------------------------http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMess...
>
> To unsubscribe from this discussion, e-mail: [users-unsubscr...@tortoisesvn.tigris.org].

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2415159

Bob Archer

unread,
Nov 6, 2009, 1:12:29 PM11/6/09
to us...@tortoisesvn.tigris.org
Yes, what you are saying you would do is correct. But, of course when you do the relocate you won't get the warning that the old and new paths are the same... because they will be different.

BOb

> > To unsubscribe from this discussion, e-mail: [users-
> unsubscr...@tortoisesvn.tigris.org].
>
> ------------------------------------------------------
> http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMe

> ssageId=2415159


>
> To unsubscribe from this discussion, e-mail: [users-
> unsub...@tortoisesvn.tigris.org].

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2415173

Simon Large

unread,
Nov 6, 2009, 1:16:21 PM11/6/09
to us...@tortoisesvn.tigris.org
2009/11/6 Lester <lest...@gmail.com>:

> Thanks for all your replies, everyone!  Ok, yes, you are all right, I
> was right clicking on a NON-working copy version.  I can now see the
> "relocate" on the dropdown menu when I right click on a 'WC'.
>
> Ok, I'm almost done:  I simply copied the repository folder (left
> everything intact) from one server to the new one Windows 2008
> server.  Now, on my 'WC' on my local PC, do I just relocate and choose
> the different URL to the new location of the repository?
> Before clicking the 'Yes' button, I get a "Relocate Warning", saying:
>
> <----Quote--->
> "It seems you are trying to relocate your working copy to a different
> path inside the same repository
> From: svn://NewServer/Website/Trunk/wwwroot/MyWebsite
> To: svn://NewServer/Website/Trunk/wwwroot/MyWebsite

Those paths are both the same. If the new server really does have the
same path then there is no need to relocate. If the paths are
different then please tell us the real message.

Simon

--
: ___
: oo // \\ "De Chelonian Mobile"
: (_,\/ \_/ \ TortoiseSVN
: \ \_/_\_/> The coolest Interface to (Sub)Version Control
: /_/ \_\ http://tortoisesvn.net

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2415175

Lester

unread,
Nov 6, 2009, 5:09:57 PM11/6/09
to us...@tortoisesvn.tigris.org
Actually, sorry, I meant to write:

From: svn://OLDServer/Website/Trunk/wwwroot/MyWebsite
To: svn://NEWServer/Website/Trunk/wwwroot/MyWebsite

And no, the NEW server does NOT have the same path. Should I continue
or would I need to change a setting first before proceeding?

Lester


On Nov 6, 11:16 am, Simon Large <simon.tortoise...@googlemail.com>
wrote:
> 2009/11/6 Lester <lester...@gmail.com>:

> ------------------------------------------------------http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMess...
>
> To unsubscribe from this discussion, e-mail: [users-unsubscr...@tortoisesvn.tigris.org].

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2415277

Bob Archer

unread,
Nov 6, 2009, 5:20:59 PM11/6/09
to us...@tortoisesvn.tigris.org
your good to go... I think you've got it.

BOb

> > To unsubscribe from this discussion, e-mail: [users-
> unsubscr...@tortoisesvn.tigris.org].
>
> ------------------------------------------------------
> http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMe

> ssageId=2415277


>
> To unsubscribe from this discussion, e-mail: [users-
> unsub...@tortoisesvn.tigris.org].

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2415281

Lester

unread,
Nov 6, 2009, 5:39:20 PM11/6/09
to us...@tortoisesvn.tigris.org
Ok, I went ahead and 'relocated'. Now, I'm getting an error message
saying:

"Can't connect to host 'NewServer': A connection attempt failed
because the connected party did not properly respond after a period of
time, or established connection failed because connected host has
failed to respond."

Please help!

Lester

> > unsubscr...@tortoisesvn.tigris.org].
>
> ------------------------------------------------------http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMess...


>
> To unsubscribe from this discussion, e-mail: [users-unsubscr...@tortoisesvn.tigris.org].

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2415284

Simon Large

unread,
Nov 7, 2009, 11:44:22 AM11/7/09
to us...@tortoisesvn.tigris.org
2009/11/6 Lester <lest...@gmail.com>:

> Ok, I went ahead and 'relocated'.  Now, I'm getting an error message
> saying:
>
> "Can't connect to host 'NewServer': A connection attempt failed
> because the connected party did not properly respond after a period of
> time, or established connection failed because connected host has
> failed to respond."

Did you install svnserve.exe and start it running, or install as
service and start that?

Simon

--
: ___
: oo // \\ "De Chelonian Mobile"
: (_,\/ \_/ \ TortoiseSVN
: \ \_/_\_/> The coolest Interface to (Sub)Version Control
: /_/ \_\ http://tortoisesvn.net

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2415430

Lester

unread,
Nov 7, 2009, 1:37:42 PM11/7/09
to us...@tortoisesvn.tigris.org
Hi Simon,

no, I did not install anything on the Windows 2008 Server. Is
"svnserve.exe" necessary? I thought I could just copy the repository
from one server to another then change the URL pointer.

Please advise.
Thanks.

On Nov 7, 9:44 am, Simon Large <simon.tortoise...@googlemail.com>
wrote:
> 2009/11/6 Lester <lester...@gmail.com>:
>


> > Ok, I went ahead and 'relocated'.  Now, I'm getting an error message
> > saying:
>
> > "Can't connect to host 'NewServer': A connection attempt failed
> > because the connected party did not properly respond after a period of
> > time, or established connection failed because connected host has
> > failed to respond."
>
> Did you install svnserve.exe and start it running, or install as
> service and start that?
>
> Simon
>
> --
> :       ___
> :  oo  // \\      "De Chelonian Mobile"
> : (_,\/ \_/ \     TortoiseSVN
> :   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
> :   /_/   \_\    http://tortoisesvn.net
>

> ------------------------------------------------------http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMess...
>
> To unsubscribe from this discussion, e-mail: [users-unsubscr...@tortoisesvn.tigris.org].

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2415449

Simon Large

unread,
Nov 7, 2009, 5:18:04 PM11/7/09
to us...@tortoisesvn.tigris.org
2009/11/7 Lester <lest...@gmail.com>:

> Hi Simon,
>
> no, I did not install anything on the Windows 2008 Server.  Is
> "svnserve.exe" necessary?  I thought I could just copy the repository
> from one server to another then change the URL pointer.

Subversion is a client/server system. TortoiseSVN is the client but
you need a server as well. The svn:// part of the URL indicates that
svn protocol is being used, and that you need to be running svnserve
on the server. Please do yourself a favour and read the documentation.

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

Simon

--
: ___
: oo // \\ "De Chelonian Mobile"
: (_,\/ \_/ \ TortoiseSVN
: \ \_/_\_/> The coolest Interface to (Sub)Version Control
: /_/ \_\ http://tortoisesvn.net

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2415480

Lester

unread,
Nov 9, 2009, 12:12:16 PM11/9/09
to us...@tortoisesvn.tigris.org
Ok, I've read the documentation, installed svnserver on the Windows
2008 Server and tried to start it up as a service using "svnserve.exe
--daemom" command in the DOS prompt. However, the DOS window just
hangs there with no message.

Can you help?

Thanks!
Lester

On Nov 7, 3:18 pm, Simon Large <simon.tortoise...@googlemail.com>
wrote:
> 2009/11/7 Lester <lester...@gmail.com>:


>
> > Hi Simon,
>
> > no, I did not install anything on the Windows 2008 Server.  Is
> > "svnserve.exe" necessary?  I thought I could just copy the repository
> > from one server to another then change the URL pointer.
>
> Subversion is a client/server system. TortoiseSVN is the client but
> you need a server as well. The svn:// part of the URL indicates that
> svn protocol is being used, and that you need to be running svnserve
> on the server. Please do yourself a favour and read the documentation.
>

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


>
> Simon
>
> --
> :       ___
> :  oo  // \\      "De Chelonian Mobile"
> : (_,\/ \_/ \     TortoiseSVN
> :   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
> :   /_/   \_\    http://tortoisesvn.net
>

> ------------------------------------------------------http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMess...
>
> To unsubscribe from this discussion, e-mail: [users-unsubscr...@tortoisesvn.tigris.org].

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2415849

Andy Levy

unread,
Nov 9, 2009, 12:40:18 PM11/9/09
to us...@tortoisesvn.tigris.org
On Mon, Nov 9, 2009 at 12:12, Lester <lest...@gmail.com> wrote:
> Ok, I've read the documentation, installed svnserver on the Windows
> 2008 Server and tried to start it up as a service using "svnserve.exe
> --daemom" command in the DOS prompt.  However, the DOS window just
> hangs there with no message.

That's how it runs. Try connecting to it from a client.

BTW, it's not a DOS window. DOS has been dead for a decade. It's the
Windows command prompt/shell.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2415855

Lester

unread,
Nov 9, 2009, 3:18:33 PM11/9/09
to us...@tortoisesvn.tigris.org
I'm trying to connect to it from TortoiseSVN and this is the error I'm
receiving:

"Error * Can't connect to host 'co-formsdev': A connection attempt


failed because the connected party did not properly respond after a
period of time, or established connection failed because connected
host has failed to respond."

Can someone please tell me what the problem is? Thank you.


On Nov 9, 10:40 am, Andy Levy <andy.l...@gmail.com> wrote:

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2415895

steven higgan

unread,
Nov 9, 2009, 3:56:03 PM11/9/09
to us...@tortoisesvn.tigris.org
here are the scripts I use to install, start, stop and uninstall
svnserve as a windows service.

install-subversion-service.cmd
sc create "subversion daemon" binpath=
"D:\MEDIA\SVN\svn-win32-1.4.6\bin\svnserve.exe --service -r
D:\\MEDIA\\SVN\\REPOS\\" displayname= "subversion daemon" depend=
Tcpip start= auto
pause

start-subversion.cmd
net start "subversion daemon"
pause

stop-subversion.cmd
net stop "subversion daemon"
pause

uninstall-subversion-service.cmd
sc delete "subversion daemon"
pause

all of these scripts need to run elevated (as an administrator),
double check that the svnserve port isnt being blocked by your
firewall.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2415908

Reply all
Reply to author
Forward
0 new messages