Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| contrib:versioncontrol [2020/03/28 00:07] – [Git] beni | contrib:versioncontrol [2020/03/28 00:09] (current) – [Subversion] beni | ||
|---|---|---|---|
| Line 120: | Line 120: | ||
| A nice english tutorial can be found at https:// | A nice english tutorial can be found at https:// | ||
| ====Subversion==== | ====Subversion==== | ||
| - | ?someone? | + | Subversion is also good to manage a cave system. The drawback here is, that ineraction with the repository requires online access, so this restricts usage directly on site. |
| + | Its features also only a centralized workflow model. | ||
| + | Branching and merging is not so easy as with git. | ||
| + | A advantage is its ease of use (compared to git the workflow is somewhat easier). | ||
| + | |||
| + | Today if i would start frehs, i probably would deploy git now. | ||