News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Retrieve all build messages

Started by threeS, September 29, 2014, 03:32:27 AM

Previous topic - Next topic

kugtong33

Average user I think  ???

Well I am just starting to know how the open source community works
;D

Jenna

The official Code::Blocks repo is a subversion repo and is hosted at sourceforge: http://sourceforge.net/projects/codeblocks/ .

ollydbg

Quote from: jens on September 30, 2014, 08:40:49 PM
Quote from: ollydbg on September 30, 2014, 03:51:30 PM
Quote from: jens on September 30, 2014, 03:46:35 PM
...
In https://cgit.jenslody.de/codeblocks/ I have a git-clone of the codeblocks svn-repo that is updated every 20 minutes.
Hi, jens, does the above address allow user to clone it? (I have tried, but failed)
Or it is a web interface? Thanks.
Sorry, yes it's the webinterface.
You should be able to clone the repos with :
Quotegit clone git://jenslody.de/git/codeblocks
Quotegit clone git://jenslody.de/git/wxWidgets
Quotegit clone git://jenslody.de/git/gnome-shell-extension-openweather
Quotegit clone git://jenslody.de/git/gnome-shell-extension-panel-osd

I also corrected the clone-url shown by cgit.
Thanks, this works fine. I also update our wiki Developer documentation - CodeBlocks
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.