|
|
|
|
|
by calambrac
6127 days ago
|
|
Why do you think subversion is easier to start with? You have to understand the difference between the local copy and the repository, you have to manage the server, you might have to deal with the incredibly painful corruption issues that pop up every now and then. And I personally don't think the day-to-day use is any easier, either, unless you're only working with one branch, and even then, the only 'savings' is you don't have to stage first. |
|
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.