= Browsing the Coda sources = == !GitWeb == [http://www.coda.cs.cmu.edu/cgi-bin/gitweb.cgi Gitweb] provides the fastest and most up-to-date view of the Coda development branches. == ViewCVS == [http://www.coda.cs.cmu.edu/cgi-bin/viewcvs.cgi ViewCVS], our CVS repository contains the complete Coda history, but only tracks the master branch of the Git repository. == !TracBrowser == This trac instance is tracking 4 independent Git source repositories and 2 branches within each repository. You can view any specific one by specifying ''repository/branchname'' in the ''View revision'' input field in the [source: TracBrowser]. Here are direct links to the trees and branches. || '''Repository''' |||| '''Source view''' || || || |||| || || || '''Coda''' |||| [source:@coda/master coda/master] || [source:@coda/pending coda/pending] || || '''LWP''' |||| [source:@lwp/master lwp/master] || [source:@lwp/pending lwp/pending] || || '''RPC2''' |||| [source:@rpc2/master rpc2/master] || [source:@rpc2/pending rpc2/pending] || || '''RVM''' |||| [source:@rvm/master rvm/master] || [source:@rvm/pending rvm/pending] || == Gitk == The most interactive way to explore the tree is to [ObtainingCoda clone] our repository with git and view it locally with the gitk browser.