Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

A Git Repository for Code::Blocks (ONLY trunk)

<< < (2/10) > >>

Loaden:

--- Quote from: oBFusCATed on April 11, 2011, 02:41:28 pm ---Does it work OK/reliably on windows?

--- End quote ---
Yes, It's works well.
http://code.google.com/p/msysgit/

Loaden:

--- Quote from: killerbot on April 11, 2011, 02:56:13 pm ---Main thing to think about : what is currently blocking us with svn, and as such needs to be solved asap.

--- End quote ---
SVN for CB works well until now.
I created this repository, just because I like Git.
Especially:
1. Cheap Local Branching
2. Everything is Local

killerbot:

--- Quote from: Loaden on April 11, 2011, 03:08:18 pm ---
--- Quote from: oBFusCATed on April 11, 2011, 02:41:28 pm ---Does it work OK/reliably on windows?

--- End quote ---
Yes, It's works well.
http://code.google.com/p/msysgit/

--- End quote ---

From what I remember a year ago the GUI tools were really awful and ugly (old tcl/tk stuff look and feel from in the early 90's) [and they were not stable].

Personally I really missed the version tree. The spaghetti tree of git is just too confusing to me. Nothing like a real nice version tree per file. But maybe this exists in the meantime ?

oBFusCATed:
Git is made to be used from the console and it is way better then svn+console.

I've tried git-svn when I started work on the debugger's branch and it was good until the point where I've to generate the patches.
I should try it again to see if committing works :)

What is version tree?

killerbot:
a version tree, is a graphical tree *per element (file/directory)* that shows you the revisions in a tree model. You can click on the node for comparison, to see the chane commit messages.
basically a nice graphical overview on what has happened to a certain file. branching is also visible in the tree (a tree has native support for branches ;-) ), and so on

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version