You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by tr...@apache.org on 2006/11/25 08:49:17 UTC

svn commit: r479102 - in /mina/all: ./ README.txt

Author: trustin
Date: Fri Nov 24 23:49:16 2006
New Revision: 479102

URL: http://svn.apache.org/viewvc?view=rev&rev=479102
Log:
Added mina/all with svn:externals property which checks out all root directories except 'tags' so that I don't need to check out 'tags' directory unnecessarilly at all.


Added:
    mina/all/   (with props)
    mina/all/README.txt

Propchange: mina/all/
------------------------------------------------------------------------------
--- svn:externals (added)
+++ svn:externals Fri Nov 24 23:49:16 2006
@@ -0,0 +1,3 @@
+trunk       https://svn.apache.org/repos/asf/mina/trunk
+branches    https://svn.apache.org/repos/asf/mina/branches
+sandbox     https://svn.apache.org/repos/asf/mina/sandbox

Added: mina/all/README.txt
URL: http://svn.apache.org/viewvc/mina/all/README.txt?view=auto&rev=479102
==============================================================================
--- mina/all/README.txt (added)
+++ mina/all/README.txt Fri Nov 24 23:49:16 2006
@@ -0,0 +1,4 @@
+This directory has a 'svn:externals' property which checks out all root directories except 'tags'.  It is useful for committers who are working with multiple branches.  To check out this directory, type the following command:
+
+$ svn co https://svn.apache.org/repos/asf/mina/all mina
+