Author: brett
Date: Wed Mar 16 13:53:27 2005
New Revision: 157811
URL: http://svn.apache.org/viewcvs?view=rev&rev=157811
Log:
add a checkout script for getting all of the trunks into a subdirectory
Added:
directory/checkout_directory.sh (with props)
Added: directory/checkout_directory.sh
URL:
http://svn.apache.org/viewcvs/directory/checkout_directory.sh?view=auto&rev=157811
==============================================================================
--- directory/checkout_directory.sh (added)
+++ directory/checkout_directory.sh Wed Mar 16 13:53:27 2005
@@ -0,0 +1,24 @@
+#!/bin/sh
+
+svn co -N https://svn.apache.org/repos/asf/directory/shared directory/shared
+svn co https://svn.apache.org/repos/asf/directory/shared/ldap/trunk
directory/shared/ldap/trunk
+svn co https://svn.apache.org/repos/asf/directory/shared/kerberos/trunk
directory/shared/kerberos/trunk
+
+svn co https://svn.apache.org/repos/asf/directory/sitedocs/trunk
directory/sitedocs/trunk
+svn co https://svn.apache.org/repos/asf/directory/network/trunk
directory/network/trunk
+svn co https://svn.apache.org/repos/asf/directory/naming/trunk
directory/naming/trunk
+
+svn co
https://svn.apache.org/repos/asf/directory/protocol-providers/changepw/trunk
directory/protocol-providers/changepw/trunk
+svn co
https://svn.apache.org/repos/asf/directory/protocol-providers/dhcp/trunk
directory/protocol-providers/dhcp/trunk
+svn co https://svn.apache.org/repos/asf/directory/protocol-providers/dns/trunk
directory/protocol-providers/dns/trunk
+svn co
https://svn.apache.org/repos/asf/directory/protocol-providers/kerberos/trunk
directory/protocol-providers/kerberos/trunk
+svn co
https://svn.apache.org/repos/asf/directory/protocol-providers/ldap/trunk
directory/protocol-providers/ldap/trunk
+svn co https://svn.apache.org/repos/asf/directory/protocol-providers/ntp/trunk
directory/protocol-providers/ntp/trunk
+
+svn co -N https://svn.apache.org/repos/asf/directory/clients directory/clients
+svn co https://svn.apache.org/repos/asf/directory/clients/kerberos/trunk
directory/clients/kerberos/trunk
+svn co https://svn.apache.org/repos/asf/directory/clients/ldap/trunk
directory/clients/ldap/trunk
+
+svn co https://svn.apache.org/repos/asf/directory/authx/trunk
directory/authx/trunk
+svn co https://svn.apache.org/repos/asf/directory/asn1/trunk
directory/asn1/trunk
+svn co https://svn.apache.org/repos/asf/directory/apacheds/trunk
directory/apacheds/trunk
Propchange: directory/checkout_directory.sh
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: directory/checkout_directory.sh
------------------------------------------------------------------------------
svn:executable =
Propchange: directory/checkout_directory.sh
------------------------------------------------------------------------------
svn:keywords = "Author Date Id Revision"