From cd10b8d26d357910c3461606e6eb21e7784001bf Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Sat, 13 Jan 2007 21:11:35 +0000 Subject: Include a link to the current SVN repository --- README | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README b/README index 01abbc0..bcca075 100644 --- a/README +++ b/README @@ -37,6 +37,15 @@ FAQ[http://sqlite-ruby.rubyforge.org/sqlite3/faq.html]. It includes examples of usage. If you have any questions that you feel should be address in the FAQ, please send them to jamis@37signals.com +== Source Code + +The source repository is accessible via subversion: + + svn co http://svn.jamisbuck.org/sqlite3-ruby/trunk + +Individual releases are tagged in the tags directory: + + svn co http://svn.jamisbuck.org/sqlite3-ruby/tags == Contact Information -- cgit