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

JamesYeoman

  • Guest
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 »

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6124
  • 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.