Re: [git-users] SVN vs GIT

2012-03-12 Thread Jeyanthan
Hello list, I have been monitoring this thread and thought to share this absolutely great summary by David that I found recently posted on the Jenkins mailing list that suits apt for this conversation. I agree with all his points. Original thread here -- https://groups.google.com/group/jenk

Re: [git-users] SVN vs GIT

2012-03-10 Thread Rustom Mody
On Thu, Mar 8, 2012 at 7:32 AM, Andrew Gray wrote: > Hi All, > > At one client site we are using SVN. Client is a big corporate with > projects teams spread across 3 buildings on the same site. Project teams > are often sitting next to each other. > > I am trying to convince collegues that we sh

Re: [git-users] SVN vs GIT

2012-03-08 Thread radovan bast
hi Godmar, what i meant is that with Git when you clone you get the entire history, all branches, everything. so if 50 developers do a git clone, then you have 50 full backups. if the hard disc with the "central" repo dies, then you can easily recreate it from any of the 50 clones. but i agree

Re: [git-users] SVN vs GIT

2012-03-08 Thread Godmar Back
On Thu, Mar 8, 2012 at 2:40 AM, radovan bast wrote: > - you get backup "for free" > Could you explain this point? I would have made that argument for SVN/CVS, really any centralized system. In git, you're dealing with (possibly numerous) repositories on different machines. Unless all the machi

Re: [git-users] SVN vs GIT

2012-03-08 Thread Chris Stone
Tassilo, No need to apologize it was my mistake on how I read your post. On Mar 8, 2012 7:34 AM, "Tassilo Horn" wrote: > Chris Stone writes: > > Hi Chris, > > > Your reply may have been a joke or it may not have been. Either way I > > feel your post added nothing of value to the thread and is th

Re: [git-users] SVN vs GIT

2012-03-08 Thread Tassilo Horn
Chris Stone writes: Hi Chris, > Your reply may have been a joke or it may not have been. Either way I > feel your post added nothing of value to the thread and is therefore a > waste of bandwidth. The link you posted may be of value, however I was > offended by your comments. I don't deserve an

Re: [git-users] SVN vs GIT

2012-03-08 Thread Chris Stone
I wasn't trying to sound like I was taking the statement personally. Had it been made clear that the text of the post was a joke instead of being taken either way I would have a different outlook On Mar 8, 2012 6:52 AM, "tombert" wrote: > On Thursday, March 8, 2012 2:13:03 PM UTC+1, Chris Stone w

Re: [git-users] SVN vs GIT

2012-03-08 Thread tombert
On Thursday, March 8, 2012 2:13:03 PM UTC+1, Chris Stone wrote: > > Your reply may have been a joke or it may not have been. Either way I feel > your post added nothing of value to the thread and is therefore a waste of > bandwidth. The link you posted may be of value, however I was offended by

Re: [git-users] SVN vs GIT

2012-03-08 Thread Chris Stone
Your reply may have been a joke or it may not have been. Either way I feel your post added nothing of value to the thread and is therefore a waste of bandwidth. The link you posted may be of value, however I was offended by your comments. I use both git and svn and I am neither ugly or stupid. On M

Re: [git-users] SVN vs GIT

2012-03-08 Thread Tassilo Horn
Serge Matveenko writes: > By the way there is very useful video for getting people know benefits > of git better. > http://www.youtube.com/watch?v=4XpnKHJAok8 "Tech Talk: Linus Torvalds on git" That talk also highlights the most prominent disadvantage of SVN compared to git. You are ugly and st

Re: [git-users] SVN vs GIT

2012-03-08 Thread Serge Matveenko
On Thu, Mar 8, 2012 at 06:02, Andrew Gray wrote: > The pushback I am getting is: > 1. What does GIT give me that I don't get with SVN > 2. It is just another thing I have to learn and why should I when I don't > know what benefit I get. It is very common mistake to try to convince regular develop

Re: [git-users] SVN vs GIT

2012-03-07 Thread tombert
For me the most valueable reason is that you can commit without affecting the repository on the server - thus you can commit in small steps and finally when finished push to the server. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. T

Re: [git-users] SVN vs GIT

2012-03-07 Thread radovan bast
- you get backup "for free" - don't need the network for most operations (you can do work while on transatlantic flight) - most important for us: possibility to commit locally, checkpointing, possibility to checkpoint broken code, code review - with git i am simply more productive radovan

Re: [git-users] SVN vs GIT

2012-03-07 Thread Michael P. Soulier
On 07/03/12 Andrew Gray said: > The pushback I am getting is: > 1. What does GIT give me that I don't get with SVN - distributed instead of centralized - branches that you can actually merge again - commands that don't involve ridiculously long urls for simple operations - easier forensics when t

[git-users] SVN vs GIT

2012-03-07 Thread Andrew Gray
Hi All, At one client site we are using SVN. Client is a big corporate with projects teams spread across 3 buildings on the same site. Project teams are often sitting next to each other. I am trying to convince collegues that we should move to GIT. I have sent them all the usual "GIT vs SVN