Version control poll!

Message Bookmarked
Bookmark Removed
Not all messages are displayed: show all messages (30 of them)

Eh, Subversion. I'm boring.

Allen, Friday, 1 August 2008 15:11 (fifteen years ago) link

The Ruby guys here really love the (local) branch model of git. "Every new feature is a branch" Being able to change branches within a working copy is pretty great too. Check out github btw

Catsupppppppppppppp dude 茄蕃, Friday, 1 August 2008 20:53 (fifteen years ago) link

I don't understand how even with ancient source control systems that logically, every feature is a new branch anyway, I mean, by editing your files on your computer, you are basically creating a new branch. What's the difference? I must be missing something.

Keith, Saturday, 2 August 2008 00:04 (fifteen years ago) link

For sure I think I must be genuinely missing something here. Normally I'm confident enough that it's just the industry talking toss, but here I can't see that this many people would praise something without there being some value, but I don't see it. Can someone explain?

Keith, Saturday, 2 August 2008 00:05 (fifteen years ago) link

(e.g. 'allows private work' - my amazing hard drive allows me to do that!)
Yes, but git allows you to commit offline -- instead of yr repository being on a server, it's stored locally, so you can do everything you would -- branch, merge, commit, revert etc on your ownsome, and if you want it stored somewhere else, you push it up to them.

I prefer that to subversion because I can make my local sandbox a total pigsty without the "good" server copy becoming a mess as well. I imagine that'd be handy if you were dealing with lots of developers too -- they can have local branches, then merge back and push. Or other people can pull from their copies to work on their changes, etc.

stet, Saturday, 2 August 2008 00:59 (fifteen years ago) link

There's a guy at work, who is a total genius, and his three questions are:

- So what?
- Who cares?
- Why now?

And what I can't figure about the being able to "commit offline" (which I'm not sure what means) I think I would ask the first two questions about. Can't you just not pollute the repository by kind of not committing?

Keith, Saturday, 2 August 2008 01:04 (fifteen years ago) link

By committing offline, I mean you can be entirely offline -- no connection to the server at all -- and still have the full version control set of commands going on. When you commit, it's not sent to a remote server, it's just incorporated locally.

That's where it's different from polluting the repository simply by not committing: you can do lots of commits, reverts etc, but it doesn't affect anyone else or the repository (though there isn't really such a thing under git) until you push those changes out.

stet, Saturday, 2 August 2008 01:23 (fifteen years ago) link

So what?

Keith, Saturday, 2 August 2008 01:24 (fifteen years ago) link

Sorry. Just asking the question. What's good about that? How does it make it so much better?

Keith, Saturday, 2 August 2008 01:24 (fifteen years ago) link

The guy who asks these questions reported to SD we were talking about earlier... He's a switched on guy.

Keith, Saturday, 2 August 2008 01:25 (fifteen years ago) link

Well, under subversion if you're not polluting the repository by committing, you're left to basically do your version control by hand -- if you don't commit to the server, your changes aren't being stored so you can't revert. With git you can snapshot your state at any time, revert to it, and so on, all in private. xp

stet, Saturday, 2 August 2008 01:27 (fifteen years ago) link

Oh OK, assuming your development environment doesn't let you roll back stuff, then that would be true. I suppose Deano doing vim development would appreciate this.

Keith, Saturday, 2 August 2008 01:30 (fifteen years ago) link

and all the RoR/Textmate crew :)

stet, Saturday, 2 August 2008 01:31 (fifteen years ago) link

That's true. There are lots of tools that would help them out.

Keith, Saturday, 2 August 2008 01:32 (fifteen years ago) link

But I suppose it would result in just developing the same things but in a different place. It probably is inevitable. I've come to conclude that people don't learn from history.

Keith, Saturday, 2 August 2008 01:33 (fifteen years ago) link

Automatic thread bump. This poll is closing tomorrow.

ILX System, Tuesday, 5 August 2008 23:01 (fifteen years ago) link

Automatic thread bump. This poll's results are now in.

ILX System, Wednesday, 6 August 2008 23:01 (fifteen years ago) link

three years pass...

version control is ~great~

caek, Monday, 21 May 2012 18:29 (eleven years ago) link

> I suppose Deano doing vim development would appreciate this.
> ― Keith, Saturday, 2 August 2008 01:30 (3 years ago)

you what what?

koogs, Tuesday, 22 May 2012 21:04 (eleven years ago) link


You must be logged in to post. Please either login here, or if you are not registered, you may register here.