devroom.io/drafts/2007-02-26-4-unusual-uses-for-subversion.md
Ariejan de Vroom dbae98c4c0 Moar updates
2013-03-24 14:27:51 +01:00

33 lines
1.7 KiB
Markdown

---
title: "4 Unusual uses for Subversion"
kind: article
slug: 4-unusual-uses-for-subversion
created_at: 2007-02-26
tags:
- General
- Features
- Subversion
---
The most common use of Subversion is to keep source code of applications versioned and secure. However, there are quite a few other options that are not so common at all.
Quickly read on and find out if maybe you can put Subversion to use in quite a few ways you didn't expect.
<!--more-->
<strong>1. CMS</strong>
Maybe CMS is a bit strong, but it's very easy to develop a static website locally and store it in Subversion. You just checkout your website on your production server and you're good to go. You can easily jump back to previous content and you always have a backup around.
<strong>2. Todo list / Notes</strong>
You can version a list of text files as todo items or notes. You can check it out anywhere you want and keep track of all your past notes and items. You will have to establish some sort of formatting convention for yourself as how you name files and all that.
<strong>3. Backups</strong>
Put your entire home directory in Subversion. You'll always have a backup handy and you can easily jump back in time! Maybe it's not as sophisticated as <a href="http://www.apple.com/macosx/leopard/timemachine.html">Mac OS X Leopard's Time Machine</a>, but it serves its purpose.
<strong>4. Community Story Writing</strong>
It's a bit like coding. You could use Subversion to write a story (or manuscript or book or ...) as a community. It's a bit like a wiki, but you can all use your favourite editors. You'll have to agree on an ASCII based file format, though.
Maybe you know some very cool way to use Subversion as well? Please comment below!