5 ms·
IMO one of the major flaws of Subversion is that branches are folders.
by CodeCompost 3y ago
IMO one of the major flaws of Subversion is that branches are folders.
- masklinn 3y agoOTOH it’s also a major advantage of subversion, because if you have long-running branches and need to fix something in all of them all the fixes can be in the same commit across every branch instead of needing a commit in each branch informally linked to the previous one (or formally so via a merge commit if every fix in an older branch has to get ported forwards, as an empty commit if not applicable).