Erik Olson
Erik Olson

Reputation: 1164

On Linux, what tools for Subversion have a tree view (like in Cervisia) for browsing branch history?

My company is moving from CVS to SVN. With CVS, I made branches for each production release (now svn copy) and applied limited patches to the branch for critical issues. We used Cervisia for its tree view of branch history. Is there a GUI tool on Linux that will show a similar tree for SVN?

Upvotes: 3

Views: 4530

Answers (3)

Erik Olson
Erik Olson

Reputation: 1164

tkcvs also does the tree view I want, but it is extremely slow in SVN mode (5 minutes per file)

Upvotes: 0

halcy0n
halcy0n

Reputation:

http://en.wikipedia.org/wiki/Comparison_of_Subversion_clients has a big list of all of the Subversion clients available.

kdesvn and RapidSVN are the ones I hear most about. If you use Eclipse you can also use one of the Eclipse plugins for Subversion which work pretty nicely as well.

Upvotes: 1

daniel
daniel

Reputation: 395

kdesvn does the job, look at the screenshots.

Upvotes: 2

Related Questions