mkogg.py: Fix 'self.get_mp4_metadata(self, source)'
[blog.git] / posts / Subversion.mdwn
index a9e6b8638ab35c2a82b36ad5af825c2716ab94e6..54540422fef06a56aababb604c170f337d858008 100644 (file)
@@ -1,18 +1,20 @@
 [[!meta  title="Subversion"]]
 [[!meta  date="2008-07-16 19:42:55"]]
-I finally broke down and learned how to serve
-[subversion](http://subversion.tigris.org/)
-repositories.  You're welcome to poke around `svn://abax.physics.drexel.edu`
-to see if there is anything interesting.
 
-I'll probably dump all my code in there, so don't worry if version numbers
-seem to be spiralling out of control :p.  I'll try to keep an updated
-[index page](http://www.physics.drexel.edu/~wking/svn) explaining what
-everything does.
+I finally broke down and learned how to serve [subversion][]
+repositories.  You're welcome to poke around
+`svn://abax.physics.drexel.edu` to see if there is anything
+interesting.
 
-Update: I took down the SVN server and switched to Git.  Much nicer
-:).  The code index page is now
-[here](http://www.physics.drexel.edu/~wking/code).
+I'll probably dump all my code in there, so don't worry if version
+numbers seem to be spiralling out of control :p.  I'll try to keep an
+updated index page explaining what everything does.
 
-[[!tag  linux]]
-[[!tag  programming]]
+Update: I took down the SVN server and switched to [[Git]].  Much
+nicer :).  The code index page is now [here][index].
+
+[Subversion]: http://subversion.tigris.org/
+[index]: http://git.tremily.us/
+
+[[!tag tags/linux]]
+[[!tag tags/programming]]