Re: svn+ssh server only

2009-07-28 Thread John Almberg
So the only one you had marked was the svnserve-wrapper ? in Make  
config


No, I just used the default config. You don't need svnserve-wrapper  
(what ever that is). You just run svnserve as a daemon, and access it  
like svn://host.name/project/trunk/


Note the importance of PF to control access, otherwise, your svn  
server will be wide open. But since PF allows me (or rather, any one  
or process using an allowed IP address) to access the repository  
without authentication, use is really simple and straight forward.


This is a pretty simple set up and probably only works well for  
single-user repositories, but that's exactly my situation.


-- John

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: svn+ssh server only

2009-07-28 Thread Kalle Møller
Okay - Thank you :) Mine is behind pfsense and PAT

On Tue, Jul 28, 2009 at 10:33 PM, John Almberg jalmb...@identry.com wrote:

 So the only one you had marked was the svnserve-wrapper ? in Make config


 No, I just used the default config. You don't need svnserve-wrapper (what
 ever that is). You just run svnserve as a daemon, and access it like svn://
 host.name/project/trunk/

 Note the importance of PF to control access, otherwise, your svn server
 will be wide open. But since PF allows me (or rather, any one or process
 using an allowed IP address) to access the repository without
 authentication, use is really simple and straight forward.

 This is a pretty simple set up and probably only works well for single-user
 repositories, but that's exactly my situation.

 -- John




-- 

Med Venlig Hilsen

Kalle R. Møller
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: svn+ssh server only

2009-07-27 Thread John Almberg


On Jul 26, 2009, at 7:35 PM, Kalle Møller wrote:


Hi

I'm trying to make a ssh+svn server only (apache is installed, but  
that is

for view.vc)


For what its worth, I just built a new svn server (to replace my old  
apache-based svn server that should have been replaced years ago, but  
it kept on doing the job).


This time, I used a very simple set up, using svnserve without any  
authentication. I use pf to limit access to the small number of IP  
addresses that I use. This setup is super-simple, fast, and secure  
enough for my needs.


-- John___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: svn+ssh server only

2009-07-27 Thread Kalle Møller
So the only one you had marked was the svnserve-wrapper ? in Make config

On Mon, Jul 27, 2009 at 3:11 PM, John Almberg jalmb...@identry.com wrote:


 On Jul 26, 2009, at 7:35 PM, Kalle Møller wrote:

  Hi

 I'm trying to make a ssh+svn server only (apache is installed, but that is
 for view.vc)


 For what its worth, I just built a new svn server (to replace my old
 apache-based svn server that should have been replaced years ago, but it
 kept on doing the job).

 This time, I used a very simple set up, using svnserve without any
 authentication. I use pf to limit access to the small number of IP addresses
 that I use. This setup is super-simple, fast, and secure enough for my
 needs.

 -- John___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org




-- 

Med Venlig Hilsen

Kalle R. Møller
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


svn+ssh server only

2009-07-26 Thread Kalle Møller
Hi

I'm trying to make a ssh+svn server only (apache is installed, but that is
for view.vc)

I want the only method of connecting to be via ssh. My problem is I don't
really know which of the following I would need.

NEON
SERF
SASL
BDB
ASVN
SVNSERVE_WRAPPER (As I understand this is needed when a group of people
should acces it - able to change umask)

The rest I have no clue..



-- 

Med Venlig Hilsen

Kalle R. Møller
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: svn+ssh server only

2009-07-26 Thread Glen Barber
On Sun, Jul 26, 2009 at 7:35 PM, Kalle
Møllerfreebsd-questi...@k-moeller.dk wrote:
 Hi

 I'm trying to make a ssh+svn server only (apache is installed, but that is
 for view.vc)

 I want the only method of connecting to be via ssh. My problem is I don't
 really know which of the following I would need.

 NEON
 SERF
 SASL
 BDB
 ASVN
 SVNSERVE_WRAPPER (As I understand this is needed when a group of people
 should acces it - able to change umask)

 The rest I have no clue..


Hi, Kalle

Regardless if you are running a web-based (apache) SVN repository or
an svn / svn+ssh, you need only (but all) of the defaults subversion
requires.  Web based SVN services are provided by the DAV_SVN module
(which is installed when building apache).

The short version of the answer - the defaults should suit your needs.

-- 
Glen Barber
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org