Subversion vs. Source Safe [VSS vs SVN]
i couldn't beleive that there's anyone still using source safe, anyway here's the comparison
| Visual source Safe [VSS] | | SubVersion [SVN] |
- Commits are not atomic.
- Renames Affects the whole history
- only supports locked checkouts
- permissiona are supported but anyone can access shares and mess up files.
- smallest commit block is a file
- works only on windows shares making hard to go through routers
- works only on windows
- proprietry
| | - Commits are atomic.
- Renames are supported.
- Shared checkouts are defaault but supports locking
- permissions are assignable to granualar level of folders
- a line is the smallest commit block
- supports share http,https using apache
- works on windows, linux, unix, and even macs and also java which makes it ultimaly portable
- open source (Apache/BSD-style license.)
|