[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] braid 0.5 - vendor branch management tool

Cristi Balan

10/29/2008 3:25:00 PM

= Braid

Braid is a simple tool to help track git and svn vendor branches in a
git repository.

This is a major release that brings two main features (no more braid/
track branch and better merging support) and lots of usability
changes, bugfixes and tweaks.

The braid project page has now moved to github, mainly because we
wanted to use the wiki for documentation.

http://github.com/evilchelu/braid/...

Braid now also has a google group. If you have questions or ideas
about braid, please subscribe.

http://groups.google.com/group...

= Installing

gem install braid

= Important changes from 0.4

* removed braid/track branch
* use merge-recursive to allow changes from upstream to be
automatically merged in
* added local cache to workaround git fetch limitations

= Other changes from 0.4

* improved messages
* refactoring all around
* moved to test/spec from rspec
* basic integration tests

= Coming soon in braid 0.6

* braid switch
* braid format-patch
* braid import
* braid outdated
* braid list
* bash completion
* possibly, windows compatibility


--
Cristi Balan
http://rubbe...
http://e...


1 Answer

Trans

10/31/2008 10:55:00 PM

0



On Oct 29, 11:25=A0am, Cristi Balan <men...@gmail.com> wrote:
> =3DBraid
>
> Braidis a simple tool to help track git and svn vendor branches in a =A0
> git repository.
>
> This is a major release that brings two main features (no morebraid/
> track branch and better merging support) and lots of usability =A0
> changes, bugfixes and tweaks.
>
> Thebraidproject page has now moved to github, mainly because we =A0
> wanted to use the wiki for documentation.
>
> http://github.com/evilchelu/braid/...

What does this actually do?

braid add git://github.com/mojombo/grit.git lib/grit

Does it clone the whole grit repository into lib/grit? I've read
through the docs and see nothing that explains this. Of cource, I
could just try it but I'd like to know what I'm getting into ;)

Thanks,
T.