
I would like to work on a fix for the operator traits applied to STL containers but I have changed my computer and do not remember what is the official repository. Is there an official git repository that can be used? or have we to use the svn repository? What is the address to clone (git) or checkout (svn)? Regards, Frédéric

On Fri, May 18, 2012 at 07:50:58AM +0200, Frédéric Bron wrote:
I would like to work on a fix for the operator traits applied to STL containers but I have changed my computer and do not remember what is the official repository. Is there an official git repository that can be used? or have we to use the svn repository? What is the address to clone (git) or checkout (svn)?
There's several inofficial Git repositories, some true to the SVN but lagged, some from assorted modularisation efforts. The only way to actually check in code and talk about revision numbers is the SVN repository. Trunk lives at http://svn.boost.org/svn/boost/trunk -- Lars Viklund | zao@acc.umu.se

On Thu, May 17, 2012 at 10:50 PM, Frédéric Bron <frederic.bron@m4x.org>wrote:
I would like to work on a fix for the operator traits applied to STL containers but I have changed my computer and do not remember what is the official repository. Is there an official git repository that can be used? or have we to use the svn repository? What is the address to clone (git) or checkout (svn)? Regards,
Frédéric
This might help: https://svn.boost.org/trac/boost/wiki/BoostSubversion (linked from svn.boost.org) - Jeff

Thanks a lot. I think git can be used above svn, I will try because I really hate bother others with minor commits and unfinished work. Frédéric
participants (3)
-
Frédéric Bron
-
Jeffrey Lee Hellrung, Jr.
-
Lars Viklund