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