The first hour
SVN can be productively used within an hour. The mental model is simple: there is a server, you have a working copy, you update from the server, you commit to the server. Conflicts are explained linearly. New users from non-engineering backgrounds learn it without ceremony.
Git's first hour is harder. The staging area, the difference between commit and push, the meaning of HEAD, and the rebase/merge distinction all want explanation. Teams that throw new engineers into Git without scaffolding spend a month firefighting.