Search Results

2
votes

Is it possible to view the history of a line in SVN?

svn blame …
2
votes

Should I look at version control systems beyond Subversion?

Mercurial is also worth consideration; branching is much friendlier, and it can work without a network connection. I never seriously tried separating work into branches until I moved from SVN to Me …