James Tauber's Blog 2006/02/08
January Stats
Looking at my web stats, it appears that last month I had almost 100,000 visits (97,571) from almost 20,000 distinct IPs (19,484) averaging almost 10,000 hits/day (9,801).
That's double January last year. Almost.
by James Tauber : Created on Feb. 8, 2006 : Last modified Feb. 8, 2006 : Categories this_site : (permalink)
Using the Python Subversion Binding
I've previously talked about my desire to use subversion as a persistence layer.
I've now started to work out how to use the Python bindings that Subversion comes with—mostly through studying the source code of ViewVC (formerly ViewCVS)—and it looks like it definitely meets my needs.
I've written up my notes so far as a page for others wanting to use the Python binding. Hopefully it's useful to other people:
http://jtauber.com/python_subversion_binding
It's a work in progress and I'll add more as I discover and use it.
by James Tauber : Created on Feb. 8, 2006 : Last modified Feb. 8, 2006 : Categories python subversion : (permalink)