bh: doc/kde-client/svn-instructions checkout_proko2.sh,1.12,1.13

cvs at intevation.de cvs at intevation.de
Thu Jan 26 19:02:22 CET 2006


Author: bh

Update of /kolabrepository/doc/kde-client/svn-instructions
In directory doto:/tmp/cvs-serv21354/kde-client/svn-instructions

Modified Files:
	checkout_proko2.sh 
Log Message:
Apply an update from Till Adam


Index: checkout_proko2.sh
===================================================================
RCS file: /kolabrepository/doc/kde-client/svn-instructions/checkout_proko2.sh,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- checkout_proko2.sh	28 Dec 2005 16:39:46 -0000	1.12
+++ checkout_proko2.sh	26 Jan 2006 18:02:20 -0000	1.13
@@ -57,6 +57,13 @@
   ( cd $dir && $SVN $USERNAMEOPT switch "$SVNPROTOCOL://$SVNUSERAT$SVNSERVER/home/kde/branches/kdepim/proko2/kdepim/$dir/$file" $file )
 }
 
+function checkout_dir() {
+  echo "checking out $1 ..."
+  file=`basename $1`
+  dir=`dirname $1`
+  ( cd $dir && $SVN $USERNAMEOPT checkout "$SVNPROTOCOL://$SVNUSERAT$SVNSERVER/home/kde/branches/kdepim/proko2/kdepim/$dir/$file" $file )
+}
+
 switch_dir certmanager/lib
 switch_dir kmail
 switch_dir korganizer
@@ -82,9 +89,17 @@
      kaddressbook/features/resourceselection.{cpp,h} \
      certmanager/{aboutdata.cpp,certificatewizard{.ui,impl.cpp},lib/backends/qgpgme/qgpgmejob.cpp} \
      libkdenetwork/Makefile.am \
-     wizards/{Makefile.am,kolabwizard.cpp,kolabwizard.h,kmailchanges.cpp,kolab.kcfg}
+     wizards/{Makefile.am,kolabwizard.cpp,kolabwizard.h,kmailchanges.cpp,kolab.kcfg} \
+     kioslaves/Makefile.am
  do
  switch_file $f
+done
+
+for f in \
+    kioslaves/ldap \
+    libpimldaptools
+  do
+  checkout_dir $f
 done
 
 ### How to finish the branching of a dir where some files were branched:





More information about the commits mailing list