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

Re: Calling svnserve directly - without invoking ssh

From: Kevin Greiner <greinerk_at_gmail.com>
Date: 2006-10-16 14:29:38 CEST

On 10/16/06, Joakim.Hove@hydro.com <Joakim.Hove@hydro.com> wrote:
>
>
> we are a small group of developers, we all do our development on the same
> physical
> machine (at least filesystem) as where the repository is located. Would it
> be possible for us
> to access the repository through an url which did not involve ssh?

If your repo and working copies are on the same server, you can just use the
local file:/// syntax. But I would still recommend running svnserve as a
daemon. It's designed and well-tested for concurrent access. Besides, local
file access isn't a good idea if you ever need to include another server or
a WAN.
Received on Mon Oct 16 14:30:32 2006

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.