till: doc/kde-client/svn-instructions checkout_proko2.sh,1.16,1.17

cvs at intevation.de cvs at intevation.de
Mon May 15 08:59:34 CEST 2006


Author: till

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

Modified Files:
	checkout_proko2.sh 
Log Message:
Doesn't work anyhow, checking out a single file is ot possible in svn,
it turns out. Will have to find another solution.


Index: checkout_proko2.sh
===================================================================
RCS file: /kolabrepository/doc/kde-client/svn-instructions/checkout_proko2.sh,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- checkout_proko2.sh	11 May 2006 19:44:59 -0000	1.16
+++ checkout_proko2.sh	15 May 2006 06:59:32 -0000	1.17
@@ -7,9 +7,9 @@
 # SVNPROTOCOL can be either svn+ssh or https.
 # SVNPROTOCOL and SVNUSER only need to be set for svn.kde.org, not for anonymous checkout.
 #
-#SVNSERVER=svn.kde.org
-#SVNPROTOCOL=https
-#SVNUSER=
+SVNSERVER=svn.kde.org
+SVNPROTOCOL=svn+ssh
+SVNUSER=tilladam
 
 if test -z "$SVNSERVER"; then
     echo "You must set SVNSERVER!"
@@ -64,14 +64,6 @@
   ( 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
@@ -89,6 +81,7 @@
 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}} \
@@ -109,12 +102,6 @@
     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