Author: geoff
Date: Mon Nov 22 07:57:01 2004
New Revision: 106194

Added:
   perl/modperl/trunk/README-SVN
Log:
quickstart guide for mod_perl developers and svn


Added: perl/modperl/trunk/README-SVN
Url: 
http://svn.apache.org/viewcvs/perl/modperl/trunk/README-SVN?view=auto&rev=106194
==============================================================================
--- (empty file)
+++ perl/modperl/trunk/README-SVN       Mon Nov 22 07:57:01 2004
@@ -0,0 +1,45 @@
+this is a very simple document that outlines some of the important
+details about the mod_perl svn repository.
+
+
+LAYOUT
+
+the mod_perl project at the Apache Software Foundation lives here
+
+  http://svn.apache.org/repos/asf/perl/
+
+and uses the following structure
+
+  modperl/trunk           # equivalent to cvs HEAD - currently
+                          # the mod_perl 2.0 development branch
+
+  modperl/tags            # every official mod_perl release
+
+  modperl/docs/trunk      # the mod_perl documentation project
+
+
+DEVELOPER ACCESS
+
+assuming you have already been granted commit access to the repository,
+you should follow these steps to checkout mod_perl
+
+  $ ssh svn.apache.org svnpasswd
+  $ svn checkout https://svn.apache.org/repos/asf/perl/modperl/trunk/ 
mod_perl-2.0
+
+if you want to test that your commit access is working, this file is
+an acceptable place to take a test drive.
+
+
+FURTHER READING
+
+for more details, see
+
+  http://perl.apache.org/docs/2.0/user/install/install.html
+
+for information on getting httpd and mod_perl from svn, as well as
+
+  http://svnbook.red-bean.com/
+
+for svn information in general.  for cvs-to-svn migration help, see
+
+  http://svnbook.red-bean.com/en/1.0/apa.html

Reply via email to