I used to use subversion, but it’s been a few years. I’ve been using (and now love) Git.
But I have a client now that uses subversion so I need to brush up on my svn chops.
What are the 3-4 most critical things I need to know to:
- Get a working copy
- Edit files
- Pull down updates
- Push up changes and additions
Since you already know GIT, you might be interested in :
And the following also provides an information that relates to git knowledge
In short, most basic version control approach are similar.
Some other useful details: