Author: ccheney Date: 2003-10-31 06:50:17 +0100 (Fri, 31 Oct 2003) New Revision: 1
Added: README branches/ people/ tags/ trunk/ trunk/packages/ Log: Initial svn tree setup. Added: README =================================================================== --- README 2003-10-31 00:13:43 UTC (rev 0) +++ README 2003-10-31 05:50:17 UTC (rev 1) @@ -0,0 +1,9 @@ +Please read the svn book before making changes to the repo. + +http://svnbook.red-bean.com/book.html + +Also do not check out to root of the repo since it will use a very large +amount of disk space and network bandwidth to do so. This is due to the +way branching and tagging works under subversion. + +Chris Cheney