Menu

Accessing the GitHub Source Tree

The CxxTest source tree can be accessed from GitHub in two different ways:

  1. Using git:

    git clone https://github.com/CxxTest/cxxtest.git

  2. Using subversion:

    svn checkout https://github.com/CxxTest/cxxtest

Note that the 'trunk' branch accessed from subversion is the 'master' branch managed by git.

--Bill

Posted by Bill Hart 2012-11-12

Log in to post a comment.