|
|
|
|
|
by discojesus
6127 days ago
|
|
Why do you think subversion is easier to start with? the program model of a system like subversion pretty much == the user model for source control for someone who is new to source control. Hence, easy to start with. You have to understand the difference between the local copy and the repository Which is about as hard as understanding the difference between "your wallet" and "the bank." And I personally don't think the day-to-day use is any easier, either, unless you're only working with one branch Which he would be almost all of the time, and when he comes to grok version control pretty well (as stated) he could certainly move on to something like git. |
|
I'm pretty sure you just made that up.
Which is about as hard as understanding the difference between "your wallet" and "the bank."
Once you've grokked it, yes, it's simple, but if you're managing your own system on your laptop, for instance, it is a bit of a leap to wonder why you have to install the server in one place and work in another, etc. It's not that it's hard, it's that it's harder than git.
I like how you chopped off the "and even then, the only 'savings' is you don't have to stage first" part of my statement about working with only one branch.