Main.SideBar (edit)
|
Main /
SubversionSubversion is a source code control system that is designed as "a compelling replacement for CVS" and I like it! Tortoise SVN is a Windows client that allows stand-alone SVN operation on Windows, so you can set up a repository for your code, whatever the platform. Here are some stuff I find useful An online book is available at http://svnbook.red-bean.com/ Command line stuff - Show the tree - run as the SVN admin user Import unversioned files into a repositry Checkout a file Backup/dump the repository Restore from the above dump |