Re: access svn securely from the internet via sasl or ssh
From: Alec Kloss <alec.kloss_at_oracle.com>
Date: Fri, 19 Dec 2008 16:42:04 -0600
On 2008-12-19 13:08, Paul Koning wrote:
Alternately, you can use sudo prior to running svnserve on the server
#!/bin/sh
SVNSERVE=$(dirname $(realpath $0))/svnserve.bin
if [ -z "$SUDO_USER" ] ; then
Also, plain svn protocol is at as secure as https if you're using a
-- Alec.Kloss_at_oracle.com Oracle Middleware PGP key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x432B9956 ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=987871 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.