Subversion, or SVN, is a free, powerful, open-source version control system that is the de-facto standard in many IT firms. This video is extracted from the course SVN Fundamentals at the RMI that explains what Subversion is, why its use is considered standard in many of the top development teams in the world, and what it can do. More information at http://online.richmediainstitute.com
Thanks, good advice!
But I found it found your audio comments a little bit out of sync with the video text which made it harder to listen...
derepiker 3 months ago
3. "You can also lock text file, but it's more important with binaries".
While this is a true statement, I think it is fairly well accepted that, "You can also lock text files, but this is generally note recommended".
rjollos 1 year ago
A conflict CANNOT occur in the repo! It can only occur in your local copy. svn will not let you commit if one (or mroe) of the files is outof date, so you must update before a commit and hence deal with any conflicts in your local copy.
njrtoob 1 year ago
thanks, this was very helpful
starkhalo 2 years ago
Thanks for the tips.
CKewley 2 years ago