0
votes
Installing Svn 1.5.x on Debian Etch - Best approach?
It depends on whether you want to be able to upgrade Subversion in future using Debian's package management tools. Building it from source should be easy enough, and lets you configure it the way …
1
vote
Aborting a merge in git
I think it's git reset you need.
Beware that git revert means something very different to, say, svn revert - in Subversion the revert will discard your (uncommitted) changes, returning the …
15
votes
SVN mark major version
Sounds like you're looking for tags.
Tags in the Subversion book
"A tag is just a “snapshot” of a projec …
