|
|
|
|
|
by DougWebb
4654 days ago
|
|
I'm curious: did you use branches and labels in SVN? I've come across many svn repositories that don't use the trunk/branches/tags layout, and as a result the developers keep completely separate repositories for slightly different versions of their projects instead of creating branches. I've even seen new repositories created for each release version of the project. If you're using svn you need to understand the implementation to get why copies are cheap, so that you can understand how to use branching and tagging appropriately. |
|
Git seems to force you to dive straight into the deep-end, since everything is a branch, even your own local working folder.