Author: glen Date: Mon Aug 24 23:10:46 2009 GMT Module: packages Tag: HEAD ---- Log message: - based on kde4diff.sh
---- Files affected: packages/koffice: branch.sh (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/koffice/branch.sh diff -u /dev/null packages/koffice/branch.sh:1.1 --- /dev/null Tue Aug 25 01:10:46 2009 +++ packages/koffice/branch.sh Tue Aug 25 01:10:41 2009 @@ -0,0 +1,11 @@ +#!/bin/sh + +set -x +prog=koffice +ver=1.6.3 +branch=1.6 + +svn diff \ + svn://anonsvn.kde.org/home/kde/tags/$prog/$ver/$prog \ + svn://anonsvn.kde.org/home/kde/branches/$prog/$branch/$prog \ + > koffice-branch.diff ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
