meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
svn [2019/05/29 08:30] niziaksvn [2020/04/14 13:00] (current) niziak
Line 1: Line 1:
 +====== SVN ======
 +
 Keywords: subversion, websvn, svn Keywords: subversion, websvn, svn
 +
 +====== pack -reduce size ======
 +<file bash pack.sh>
 +#!/bin/bash -eux
 +
 +REPO="/home/svn/hardware"
 +USER="www-data"
 +
 +sudo -u ${USER} -- svnadmin pack ${REPO}
 +</file>
 +
 +<code bash>docker exec -u apache -i subversion svnadmin pack company/project</code>
  
 ====== Move repos to another machine ====== ====== Move repos to another machine ======