Adding Basic Authentication As detailed on 14 Nov, the lack of httpd authentication prevents svn updates from getting an author assigned. So now I’m installing authentication per the Subversion instructions: htpasswd2 -cm /etc/apache2/basicHTTPpasswd bozzie Cut & pasted the Auth{Type,Name,User} directives from the instructions into the <Location> /svn section of my default-server.conf file. Cut & pasted […]
Trouble with $Id: sdogWP-X10.sql,v 1.4 2014/11/18 06:10:40 tguthrie Exp tguthrie $ and related keyword properties solved after finding a “How to get keywords to work” search result and learing that while double-quotes are required when using svn propset, they must not be used in the config file. Next, the output of svn diff is a […]
One of the main advantages of Subversion (SVN) over CVS is provision for network access via WebDAV vs. the custom CVS server. That being the case, I decided to set up SVN with httpd access right from the start. Apache Modifications: Added mod_dav & mod_dav_syn using the SuSE Yast, Network Services, HTTPD screen. This GUI […]