Move to GitHub
#2
(07-26-2013, 07:26 PM)bearbin Wrote: Many new developers are also not very good at SVN so git might be easier.

Are you SERIOUS? Svn is so much easier to grasp than git, it took me about two days to become an svn pro; i'm still struggling with git basics after two years of using it and keep messing up my repo regularly.

Another thing I don't like about git is that there's no way to tell from two revision identifiers, which one is earlier. svn revision numbers are much better suited for this. The nightly build system will be broken, the bug reports will be difficult to read (for the developers), ...

I've heard both a lot of praise and a lot of criticism on the "pull request" feature. In the very least, it makes one person extremely busy with managing all those pulls and merges rather than coding.

Also, is it even possible for multiple people to manage the same repository on GitHub? I don't want to have a separate repository for me and having to sync FakeTruth's or Keyboard's or STR's or anyone else's regular changes.

Git and GitHub, in my opinion, add to the already-too-bad project fragmentation in the open-source realm. Instead of contributing to one master repository, everyone clones and branches their own, so in the end, we have two million linux distributions, a thousand MCServers, ... , each differing from the other by one little change that the branch author wanted to do but couldn't patch in the master. Then when anyone searches for the canonical source of a program, they can't find it; everyone uses different incompatible versions, etc.
Reply
Thanks given by:


Messages In This Thread
Move to GitHub - by bearbin - 07-26-2013, 07:26 PM
RE: Move to GitHub - by xoft - 07-26-2013, 08:02 PM
RE: Move to GitHub - by bearbin - 07-26-2013, 08:22 PM
RE: Move to GitHub - by tonibm19 - 07-26-2013, 09:20 PM
RE: Move to GitHub - by xoft - 07-26-2013, 09:30 PM
RE: Move to GitHub - by bearbin - 07-26-2013, 09:49 PM
RE: Move to GitHub - by xoft - 07-26-2013, 10:12 PM
RE: Move to GitHub - by bearbin - 07-26-2013, 10:25 PM
RE: Move to GitHub - by xoft - 07-26-2013, 10:27 PM
RE: Move to GitHub - by bearbin - 07-26-2013, 10:47 PM
RE: Move to GitHub - by bearbin - 07-27-2013, 01:50 AM
RE: Move to GitHub - by xoft - 07-27-2013, 01:54 AM
RE: Move to GitHub - by bearbin - 07-27-2013, 02:09 AM
RE: Move to GitHub - by xoft - 07-27-2013, 04:33 AM
RE: Move to GitHub - by NiLSPACE - 07-27-2013, 06:19 AM
RE: Move to GitHub - by bearbin - 07-27-2013, 06:21 AM
RE: Move to GitHub - by NiLSPACE - 07-27-2013, 06:27 AM
RE: Move to GitHub - by bearbin - 07-27-2013, 06:30 AM
RE: Move to GitHub - by xoft - 07-27-2013, 06:59 AM
RE: Move to GitHub - by FakeTruth - 07-27-2013, 07:18 PM
RE: Move to GitHub - by NiLSPACE - 07-27-2013, 07:35 PM
RE: Move to GitHub - by bearbin - 07-27-2013, 07:48 PM
RE: Move to GitHub - by xoft - 07-27-2013, 08:45 PM
RE: Move to GitHub - by bearbin - 07-27-2013, 09:22 PM
RE: Move to GitHub - by xoft - 07-28-2013, 05:13 AM
RE: Move to GitHub - by FakeTruth - 07-28-2013, 05:45 AM
RE: Move to GitHub - by bearbin - 07-28-2013, 06:05 AM
RE: Move to GitHub - by NiLSPACE - 07-28-2013, 06:19 AM
RE: Move to GitHub - by xoft - 07-28-2013, 06:51 AM
RE: Move to GitHub - by xoft - 07-28-2013, 06:30 PM
RE: Move to GitHub - by tonibm19 - 07-28-2013, 06:44 PM
RE: Move to GitHub - by NiLSPACE - 07-28-2013, 06:47 PM
RE: Move to GitHub - by tonibm19 - 07-28-2013, 06:48 PM
RE: Move to GitHub - by NiLSPACE - 07-28-2013, 07:00 PM
RE: Move to GitHub - by bearbin - 07-28-2013, 06:54 PM
RE: Move to GitHub - by tonibm19 - 07-29-2013, 03:36 AM
RE: Move to GitHub - by xoft - 07-28-2013, 08:48 PM
RE: Move to GitHub - by bearbin - 07-28-2013, 09:00 PM
RE: Move to GitHub - by xoft - 07-28-2013, 09:13 PM
RE: Move to GitHub - by bearbin - 07-28-2013, 09:19 PM
RE: Move to GitHub - by xoft - 07-28-2013, 09:19 PM
RE: Move to GitHub - by bearbin - 07-28-2013, 09:21 PM
RE: Move to GitHub - by xoft - 07-28-2013, 11:42 PM
RE: Move to GitHub - by bearbin - 07-29-2013, 12:04 AM
RE: Move to GitHub - by FakeTruth - 07-29-2013, 01:33 AM
RE: Move to GitHub - by xoft - 07-29-2013, 02:07 AM
RE: Move to GitHub - by bearbin - 07-29-2013, 02:19 AM
RE: Move to GitHub - by bearbin - 07-29-2013, 05:01 AM
RE: Move to GitHub - by keyboard - 07-29-2013, 03:36 PM
RE: Move to GitHub - by xoft - 07-29-2013, 03:38 PM
RE: Move to GitHub - by tonibm19 - 07-29-2013, 06:55 PM
RE: Move to GitHub - by FakeTruth - 07-29-2013, 06:57 PM
RE: Move to GitHub - by xoft - 07-29-2013, 07:46 PM
RE: Move to GitHub - by bearbin - 08-08-2013, 05:23 PM
RE: Move to GitHub - by FakeTruth - 08-09-2013, 12:12 AM
RE: Move to GitHub - by tonibm19 - 08-08-2013, 06:12 PM
RE: Move to GitHub - by bearbin - 08-08-2013, 06:19 PM
RE: Move to GitHub - by tonibm19 - 08-08-2013, 06:26 PM
RE: Move to GitHub - by bearbin - 08-09-2013, 12:42 AM
RE: Move to GitHub - by xoft - 08-16-2013, 02:21 AM
RE: Move to GitHub - by bearbin - 08-16-2013, 02:44 AM
RE: Move to GitHub - by xoft - 08-16-2013, 06:24 AM
RE: Move to GitHub - by bearbin - 08-16-2013, 04:44 PM
RE: Move to GitHub - by xoft - 08-16-2013, 05:18 PM
RE: Move to GitHub - by bearbin - 08-16-2013, 05:37 PM
RE: Move to GitHub - by xoft - 08-16-2013, 05:46 PM
RE: Move to GitHub - by bearbin - 08-16-2013, 05:58 PM
RE: Move to GitHub - by xoft - 08-16-2013, 06:21 PM
RE: Move to GitHub - by bearbin - 08-16-2013, 06:42 PM
RE: Move to GitHub - by xoft - 08-16-2013, 06:49 PM
RE: Move to GitHub - by bearbin - 08-16-2013, 06:54 PM
RE: Move to GitHub - by xoft - 08-16-2013, 08:32 PM
RE: Move to GitHub - by bearbin - 08-16-2013, 09:06 PM
RE: Move to GitHub - by xoft - 08-18-2013, 08:23 AM
RE: Move to GitHub - by bearbin - 08-18-2013, 04:58 PM
RE: Move to GitHub - by xoft - 08-23-2013, 12:48 AM
RE: Move to GitHub - by bearbin - 08-23-2013, 01:20 AM
RE: Move to GitHub - by xoft - 08-23-2013, 04:31 AM
RE: Move to GitHub - by bearbin - 08-23-2013, 04:33 AM
RE: Move to GitHub - by NiLSPACE - 08-23-2013, 07:45 AM
RE: Move to GitHub - by bearbin - 08-23-2013, 06:00 PM
RE: Move to GitHub - by NiLSPACE - 08-23-2013, 07:59 PM
RE: Move to GitHub - by bearbin - 08-24-2013, 01:41 AM
RE: Move to GitHub - by NiLSPACE - 08-24-2013, 02:30 AM
RE: Move to GitHub - by tonibm19 - 08-24-2013, 07:39 AM
RE: Move to GitHub - by xoft - 08-24-2013, 11:45 PM
RE: Move to GitHub - by xoft - 08-31-2013, 08:49 PM
RE: Move to GitHub - by bearbin - 08-31-2013, 08:56 PM
RE: Move to GitHub - by xoft - 08-31-2013, 09:01 PM
RE: Move to GitHub - by bearbin - 08-31-2013, 10:34 PM



Users browsing this thread: 1 Guest(s)