Using SVN to save your novels
Posted by HED in software
How to make sure that your manuscripts, drafts and projects are safe from accidental deletion on your hard drive? How to access to your writing from the Internet? Are you fed up with all these "my_novel_old.doc" and "my_novel_old_old.doc" ?
To resolve these problems, I use SVN to save my writing !
SVN is a version control system. Wikipedia will do a better job than me to explain the intricates of the system. To sum up:
- SVN saves your data on a remote server: instant backup and your writing will be avaliable (with a login/password) everywhere.
- SVN saves previous versions of your data: easy reverting to old versions
- You still have a local copy of your work - no need to stay connected
- No need of creating new tags/folder hierarchies (ever thought about moving all your writings to Google Docs? Losing your folder hierarchy is a big deterrent in my opinion) . Just use your current folder hierarchy!
- A SVN host. ProSVN is the best I've found. It's free and you get 5Mo of storage space (that's enough if you write your manuscripts in plain text). There's also Unfuddle, with 15Mo of storage... but it doesn't give you a secure (SSL) web access to your data.
- Tortoise SVN. It integrates SVN in your Windows Explorer (right-click menu), thus making saving/updating easier.
- A folder hierarchy with all your manuscripts inside. It will become your repository (right-click on your root folder and choose Tortoise SVN - Create Repository here)
- Commit: sends your modifications to the remote server.
- Update: download the latest modifications made to the server.