software:subvesion
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| software:subvesion [2020/02/22 23:06] – rodolico | software:subvesion [2020/07/10 22:37] (current) – rodolico | ||
|---|---|---|---|
| Line 39: | Line 39: | ||
| - check out the project again, but with the url/trunk | - check out the project again, but with the url/trunk | ||
| - Always work in trunk, unless you're working on a branch. tags is for when you want to create a check point. | - Always work in trunk, unless you're working on a branch. tags is for when you want to create a check point. | ||
| + | |||
| + | NOTE: one thing I want to try in the future is creating a fourth directory, stable. This will be a copy of the current stable version of the code. See below for more information. | ||
| ===== Using the Caret (^) ===== | ===== Using the Caret (^) ===== | ||
| Line 64: | Line 66: | ||
| </ | </ | ||
| + | ===== Moving a repository ===== | ||
| + | |||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | |||
| + | |||
| + | On the old machine | ||
| + | <code bash> | ||
| + | svnadmin dump --deltas reposname | bzip2 -c > / | ||
| + | </ | ||
| + | |||
| + | On the new machine | ||
| + | <code bash> | ||
| + | mkdir reposname | ||
| + | svnadmin create reposname | ||
| + | bunzip2 -c / | ||
| + | </ | ||
| ===== Maintaining a " | ===== Maintaining a " | ||
| Line 92: | Line 111: | ||
| </ | </ | ||
| The URL listed after the colon can be used as a replacement for the caret above. Don't forget to remove ' | The URL listed after the colon can be used as a replacement for the caret above. Don't forget to remove ' | ||
| + | |||
| + | You can now publish your subversion address as | ||
| + | **http:// | ||
| + | |||
| + | If you wish, you could also simply create a new subdir on the same level as trunk and tags and do the same thing, I'm guessing (haven' | ||
| ===== Links ===== | ===== Links ===== | ||
software/subvesion.1582434417.txt.gz · Last modified: 2020/02/22 23:06 by rodolico
