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

svn://localhost and local username + port forwarding over ssh?

From: chiasa.men <chiasa.men_at_web.de>
Date: Sun, 20 May 2018 21:45:04 +0200

Imagine:
svnserve is running in daemon mode. Is there a way to use the system
credentials for access control?
So if user "bob" logs in and does a "svn co svn://localhost/peterRepo ~/" svn
should check for bob and shouldnt ask for further credentials.

The same should happen when bob establishes a port forwarding mechanism over
ssh to the svnserve port.

svn+ssh:// is not used, but svn://localhost.

(The reason seems to be that svn+ssh seems to create a new tunnel for each
action (right?) while svn uses a persistent tunnel created manually/somewhere
else)

Is this even somewhere discussed?
Received on 2018-05-20 21:45:18 CEST

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.