Re: infinite recursive merging

2013-11-23 Thread nico
Thanks stefan... I guess i got it now. But then there is only one way of using the development branches scheme right: to merge from branches to branches until the latest make it to the trunk... Le 14 nov. 2013 10:49, "Stefan Sperling" a écrit : > On Wed, Nov 13, 2013 at 02:05:53PM +0100, nico wr

Re: MOD_DAV_SVN + SVNSERVE_WRAPPER + file system rights

2013-11-23 Thread Nico Kadel-Garcia
svn+ssh relies on SSH being directly available, by default port 22. SSH, by default, allows direct user logins with shell access, by password or by SSH key. That raises serious security concerns. The safest way to run svn+ssh is usually with a separate SSH daemon, on another port, configured to on