Author Topic: Retrieve all build messages  (Read 15178 times)

Offline kugtong33

  • Single posting newcomer
  • *
  • Posts: 2
Re: Retrieve all build messages
« Reply #15 on: October 01, 2014, 12:03:58 am »
Average user I think  ???

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

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Retrieve all build messages
« Reply #16 on: October 01, 2014, 12:11:56 am »
The official Code::Blocks repo is a subversion repo and is hosted at sourceforge: http://sourceforge.net/projects/codeblocks/ .

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Retrieve all build messages
« Reply #17 on: October 01, 2014, 05:11:43 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 :
Quote
git clone git://jenslody.de/git/codeblocks
Quote
git clone git://jenslody.de/git/wxWidgets
Quote
git clone git://jenslody.de/git/gnome-shell-extension-openweather
Quote
git 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.