{"id":57,"date":"2010-02-24T16:33:32","date_gmt":"2010-02-24T23:33:32","guid":{"rendered":"http:\/\/blog.d5.ca\/?p=57"},"modified":"2011-03-18T22:54:47","modified_gmt":"2011-03-19T04:54:47","slug":"svn-on-ubuntu","status":"publish","type":"post","link":"https:\/\/blog.d5.ca\/?p=57","title":{"rendered":"SVN on Ubuntu"},"content":{"rendered":"<p>Repository Location: \/var\/lib\/submin\/svn<\/p>\n<p>\/etc\/apache2\/sites-available\/fender-svn.alias<\/p>\n<pre># \/submin and \/svn from \/etc\/submin\/default-apache-cgi.conf\r\n\r\nAlias \/submin \/usr\/share\/submin\/www\r\n&lt;Directory \/usr\/share\/submin\/www&gt;\r\n Options ExecCGI FollowSymLinks\r\n AddHandler cgi-script py cgi pl\r\n SetEnv SUBMIN_CONF \/etc\/submin\/default.conf\r\n\r\n RewriteEngine on\r\n RewriteBase \/submin\r\n\r\n RewriteCond %{REQUEST_FILENAME} !-f\r\n RewriteRule ^(.+)$ submin.cgi\/$1\r\n\r\n RewriteRule ^\/?$ submin.cgi\/\r\n\r\n Order Allow,Deny\r\n Allow from all\r\n&lt;\/Directory&gt;\r\n&lt;Location \/svn&gt;\r\n DAV svn\r\n SVNParentPath \/var\/lib\/submin\/svn\r\n AuthzSVNAccessFile \/var\/lib\/submin\/authz\r\n\r\n AuthType Basic\r\n AuthName \"Subversion repository\"\r\n AuthUserFile \/var\/lib\/submin\/htpasswd\r\n Require valid-user\r\n\r\n Order Allow,Deny\r\n Allow from all\r\n Satisfy Any\r\n&lt;\/Location&gt;\r\n\r\nAlias \/websvn \"\/var\/www\/websvn\/\"\r\n&lt;Directory \"\/var\/www\/websvn\/\"&gt;\r\n Options -Indexes -FollowSymLinks\r\n AllowOverride None\r\n\r\n AuthType Basic\r\n AuthName \"Subversion repository\"\r\n AuthUserFile \/var\/lib\/submin\/htpasswd\r\n Require valid-user\r\n\r\n Order Allow,Deny\r\n Allow from all\r\n Satisfy All\r\n&lt;\/Directory&gt;<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Repository Location: \/var\/lib\/submin\/svn \/etc\/apache2\/sites-available\/fender-svn.alias # \/submin and \/svn from \/etc\/submin\/default-apache-cgi.conf Alias \/submin \/usr\/share\/submin\/www &lt;Directory \/usr\/share\/submin\/www&gt; Options ExecCGI FollowSymLinks AddHandler cgi-script py cgi pl SetEnv SUBMIN_CONF \/etc\/submin\/default.conf RewriteEngine on RewriteBase \/submin RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.+)$ submin.cgi\/$1 RewriteRule ^\/?$ submin.cgi\/ Order Allow,Deny Allow from all &lt;\/Directory&gt; &lt;Location \/svn&gt; DAV svn SVNParentPath \/var\/lib\/submin\/svn AuthzSVNAccessFile \/var\/lib\/submin\/authz AuthType Basic [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":"","_links_to":"","_links_to_target":""},"categories":[25],"tags":[11,20,17,19,15],"class_list":["post-57","post","type-post","status-publish","format-standard","hentry","category-reference","tag-linux","tag-subversion","tag-svn","tag-ubuntu","tag-web-development"],"_links":{"self":[{"href":"https:\/\/blog.d5.ca\/index.php?rest_route=\/wp\/v2\/posts\/57","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.d5.ca\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.d5.ca\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.d5.ca\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.d5.ca\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=57"}],"version-history":[{"count":7,"href":"https:\/\/blog.d5.ca\/index.php?rest_route=\/wp\/v2\/posts\/57\/revisions"}],"predecessor-version":[{"id":160,"href":"https:\/\/blog.d5.ca\/index.php?rest_route=\/wp\/v2\/posts\/57\/revisions\/160"}],"wp:attachment":[{"href":"https:\/\/blog.d5.ca\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=57"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.d5.ca\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=57"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.d5.ca\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=57"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}