I forgot to commemorate Subversion's third birthday last week.  We
first created its CVS repository on June 6, 2000.  Here's the original
README from that first day, just for laughs:
(You can browse the original CVS repository by going to
      http://subversion.tigris.org/servlets/ProjectSource )
-------------------------------
               Subversion, a version control system.
               =====================================
This code is still under development.  For an overview, visit 
   http://subversion.tigris.org/
If you like what you see, then run "make ps" inside the doc/ directory
and read any PostScript files that result.
See COPYING for copyright information.
See HACKING for development information.
See INSTALL for installation information.
A rough guide to the source tree:
   doc/         
      User and Developer documentation.
   www/
      Subversion web pages (live content at http://subversion.tigris.org/).
   subversion/  
      Source code to subversion itself (as opposed to external libraries)
   subversion/include/
      Public header files for users of subversion libraries.
   subversion/libsvn_fs/
      The versioning "filesystem" API.
   subversion/libsvn_svr/
      The server library.
   subversion/libsvn_delta/
      Common code for tree deltas.
   subversion/libsvn_vdiff/
      Common code for text deltas.
   subversion/libsvn_pdiff/
      Common code for property deltas.
   subversion/libsvn_wc/
      Common code for working copies.
   subversion/libsvn_ra/
      Common code for repository access.
   subversion/libsvn_client/
      Common code for client operations.
   subversion/client/
      The command line client
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jun 17 08:19:21 2003