News:

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

Main Menu

Source control options - GitHub

Started by JamesYeoman, August 27, 2016, 11:20:47 AM

Previous topic - Next topic

JamesYeoman

I am familiar with Git/GitHub and so going from that to SVN is going to be difficult. Is there any chance you can start a repo on GitHub? It would make things SOOOO much easier to get started.

I really want to get started working on CodeBlocks source and making patches for it but I can't find anywhere with a decent tutorial on SVN and I am competent in Git/GitHub anyway.

ollydbg

Hi, our SVN code repository has a lot of git mirrors, see this page here: Developer documentation - CodeBlocks. So you can use git and supply git style patches.
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.