Mail Archives: geda-user/2016/01/16/15:12:38
> But from where I'm sitting/standing .. where IS that one spot?
Um, the master repo... Type "git branch -a" or "gitk --all" to see
all the activity, or visit:
http://git.geda-project.org/pcb/
> The idea is not to create a platform for people to rail against one
> another, its to see what other people are working on,
Hiding your changes in a private repo on someone else's computer
doesn't help others see what you're working on. Effective
communication does. We provide various means of communicating, from
playing in the main repo where others can track your activites, to
mailing lists, bug trackers, and IRC. Still, it's up to you (the
developer) to ensure your work doesn't get lost, regardless of how you
store it.
> Also, its transparent how to merge A's work with B and C and so
> forth .. at least in my eyes ..
Merging emailed patches with git has always been a sore spot for me.
I'd rather have patches in one repo where they're easy to
click-n-merge.
> both git and github, but I can really see the power of it, and its
> interface, although no reason why the command-line git tools don't
> complement it either.
I've been struggling with git for a long time now, and the main
problem I have is that there are TOO MANY ways to do any one task.
It's like having a box of legos - you can build anything, but building
anything is hard because you always have to start from scratch. I'd
rather have a few tools that limit people to well-understood paths, so
that managing patches is more about the patch and less about the
managing.
If there are 9 different ways to do something in git, you only have to
learn one - but I have to learn all 9 because I have to be able to
manage contributions from 9 different people who have learned 9
different ways of doing things.
> As it's free to use, and I have nothing to hide, this would
> obviously be my platform of choice (either GH or bitbucket I've
> used) for my code development (and already is in a couple of cases).
Heck, I ran all of DJGPP for 20 years with just CVS. Flexibility is
not always a benefit.
- Raw text -