You simply can put packages under svn version control. Do that will lock all packages for exclusive use. So only one person can check out a package and make changes to it until checking it in again.
From my personal experience I would not recommend that path unless you have a distributed system with bad WLAN. In that case the use of EA with version control is a solution.
Generally you should put your repository on a server (MS SQL, MySQL, Postgres, Oracle, etc. whatever is supported natively by EA or via ODBC). Then turn on EA security (which is a misleading name since it does not help in any way with security, just with accidental deletion prevention). Then set Require User Lock to Edit on and you are in a save harbor. If you need to change something you need to lock it and when done you simply give back the lock. In contrast to that VC will not only use the central lock but also replace complete model parts with the checked out XMI. This is slow and can lead to undesired side effects (hard to explain but just believe me, I've been hurt more than once).
What you can do is to run a nightly script to export the model (or single packages) to XMI and put those exports under version control. That way you have VC without running in the troubles you would have with direct VC. Trust me, the check-in comments are useless in 99% of all cases so a nightly snapshot is more than enough.