Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 20 Next »

Introduction

The source code for Colored Trails (CT) is stored in a web-based hosting service for software development projects that use the Git  revision control.  These instructions provide an introduction to accessing and working with the repository. We focus on command-line usage of Git as well as interfacing with common IDEs. A stable client for windows can be downloaded here:

SourceTree

Prerequisites

read-only access:

  • none

read-write access:

  • registered membership of the coloredtrails-development group. Please send an email to the CT development group if you wish to join. 

Git instructions

*Instructions may vary between different clients but the principle remains.

Checking out the latest stable version from the Git repository

For anonymous, read-only access:

git -c diff.mnemonicprefix=false -c core.quotepath=false clone --recursive https://bitbucket.org/coloredtrails/ct <destination_folder>

Another option is to use the clone/create repository button, and in the dialog enter the following line as the source path/URL:

https://bitbucket.org/coloredtrails/ct

You could edit the destination folder to choose where you want to put the CT files. Then simply press clone and the download should begin.

Working with Colored Trails branches  (advanced)

The trunk of the SVN repository contains the stable version of CT. In addition, CT has several experiment-specific versions residing in branches. In general, these branches should only be used by the CT development group. Please email the CT development group if you would like additional information. To get a list of all current branches, type:

svn list https://coloredtrails.eecs.harvard.edu/repos/ct3/branches

Checkout any of the ct3 branches

svn checkout https://coloredtrails.eecs.harvard.edu/repos/ct3/branches/<branchname>

  • No labels