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

Re: Newbie Needs Help

From: Stefan Hett <stefan_at_egosoft.com>
Date: Mon, 13 Jun 2016 17:24:57 +0200

Hi Bill,
On 6/13/2016 3:55 PM, Bill Tillman wrote:
> I'm running FreeBSD-10.2 with the latest Subversion port installed. I would like to use this server for my Windows machines using Tortoise for the repository.
>
> Tortoise is installed on the Windows boxes and the svnserver is running on the FreeBSD box. But I don't know how to get the Tortoise equipped Windows 10 machines to see the repository??? I've read the docs but apparently I must be missing something.
You will have to determine how SVN is set up on the FreeBSD machine
first. Mainly you should check whether it's running via mod-dav-svn
behind an Apache server or whether it runs via the svnserve deamon.
Then you need to determine the URL to communicate with that machine as
well as the precise protocol (http, https, svn, svn+ssh).

On the Windows machine you'd then do a checkout specifying that URL (or
use the URL in the repository browser to view the repository's content).
A common URL would be: http://myServerIP/svn or svn://myServerIP/svn

But you'd find the precise URL in the server docs or the server's
documentation, I take it.

-- 
Regards,
Stefan Hett
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3175196
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2016-06-13 17:25:07 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.