Differences
This shows you the differences between the selected revision and the current version of the page.
| howto:subversion 2009/06/24 21:33 | howto:subversion 2017/09/06 18:38 current | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ===== Issues ===== | ===== Issues ===== | ||
| Before you install (or buy this NAS), you must know SVN is not very fast on this NAS. Don't expect speeds above 400 kB/s. | Before you install (or buy this NAS), you must know SVN is not very fast on this NAS. Don't expect speeds above 400 kB/s. | ||
| + | |||
| ===== Installation with Fonz Fun Plug (FFP) ===== | ===== Installation with Fonz Fun Plug (FFP) ===== | ||
| Line 15: | Line 16: | ||
| vi svnserve.sh | vi svnserve.sh | ||
| </code> | </code> | ||
| + | (note: if you don't have the Fonz packages installed, you can download the four tgz files mentioned above from [[http://www.inreto.de/dns323/fun-plug/0.5/packages/|www.inreto.de]], and put them in the /mnt/HD_a2/ffp/pkg/packages/ directory, or anywhere else you like.) | ||
| + | |||
| edit line ([INSERT]): | edit line ([INSERT]): | ||
| <code bash> | <code bash> | ||
| Line 103: | Line 106: | ||
| svnadmin create myLatestSourceCode/ | svnadmin create myLatestSourceCode/ | ||
| </code> | </code> | ||
| + | |||
| Line 117: | Line 121: | ||
| Remove the ''#'' where there is only one, so it look something like this: | Remove the ''#'' where there is only one, so it look something like this: | ||
| - | Note: Don't comment-out ''# authz-db = authz'' | + | Note: Don't uncomment ''# authz-db = authz'' |
| <code bash> | <code bash> | ||
| [general] | [general] | ||