See my Braid 0.4 post for informations about how to upgrade.
Updated to work with the latest version (0.3.1)
Braid is a tool made by Cristi Balan and is a simple tool to help track vendor branches across different SCMs.
It was originally named giston, and was providing functionality similar to piston for git. Braid, however, will work with most SCMs as both source and host.
Warning, Braid is still under development and may change in the future.
To start you need to get and install, on a linux like my ubuntu you can do it by writing:
mihai@mihai-laptop:~$ sudo gem install main open4
mihai@mihai-laptop:~$ git clone git://github.com/evilchelu/braid.git braid
mihai@mihai-laptop:~$ cd braid
mihai@mihai-laptop:~$ sudo ruby setup.rb
For this example I will use it to install rspec (the development version) on a Rails project. Go to your project root and type:
(more…)