till: doc/kde-client/svn-instructions checkout_kde_i18n_proko2.sh, 1.1, 1.2 checkout_proko2.sh, 1.15, 1.16

cvs at intevation.de cvs at intevation.de
Thu May 11 21:45:01 CEST 2006


Author: till

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

Modified Files:
	checkout_kde_i18n_proko2.sh checkout_proko2.sh 
Log Message:
Checkout the file that is only in proko2, that's better than switching.


Index: checkout_kde_i18n_proko2.sh
===================================================================
RCS file: /kolabrepository/doc/kde-client/svn-instructions/checkout_kde_i18n_proko2.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- checkout_kde_i18n_proko2.sh	13 May 2005 17:24:45 -0000	1.1
+++ checkout_kde_i18n_proko2.sh	11 May 2006 19:44:59 -0000	1.2
@@ -11,8 +11,8 @@
 # Edit those lines or set the env vars out of the script.
 # SVNPROTOCOL can be either svn+ssh or https.
 #
-#SVNPROTOCOL=https
-#SVNUSER=
+SVNPROTOCOL=svn+ssh
+SVNUSER=tilladam
 
 if test -z "$SVNUSER"; then
     echo "You must set SVNUSER!"

Index: checkout_proko2.sh
===================================================================
RCS file: /kolabrepository/doc/kde-client/svn-instructions/checkout_proko2.sh,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- checkout_proko2.sh	11 May 2006 15:22:30 -0000	1.15
+++ checkout_proko2.sh	11 May 2006 19:44:59 -0000	1.16
@@ -64,6 +64,14 @@
   ( cd $dir && $SVN $USERNAMEOPT checkout "$SVNPROTOCOL://$SVNUSERAT$SVNSERVER/home/kde/branches/kdepim/proko2/kdepim/$dir/$file" $file )
 }
 
+function checkout_file() {
+  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
@@ -81,7 +89,6 @@
 switch_dir plugins
 
 for f in \
-     ReleaseNotes \
      Makefile.am.in \
      kaddressbook/{kabcore.cpp,kabcore.h,kaddressbook_part.rc} \
      kaddressbook/{searchmanager.{cpp,h},extensionmanager.{cpp,h}} \
@@ -102,6 +109,12 @@
     libpimldaptools
   do
   checkout_dir $f
+done
+
+for f in \
+     ReleaseNotes
+  do
+  checkout_file $f
 done
 
 ### How to finish the branching of a dir where some files were branched:





More information about the commits mailing list