Author Topic: Source control options - GitHub  (Read 3336 times)

Offline JamesYeoman

  • Single posting newcomer
  • *
  • Posts: 2
Source control options - GitHub
« on: August 27, 2016, 11:20:47 am »
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.
« Last Edit: August 27, 2016, 11:36:23 am by JamesYeoman »
Whoever thought letting the two presidential candidates out of their cages was a good idea... NEEDS TO BE SHOT!

Even here in the UK we're not safe. Those people will be in control of nuclear missiles...

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5915
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Source control options - GitHub
« Reply #1 on: August 27, 2016, 11:58:11 pm »
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.