[ooo-build-commit] bin/cws-extract

Jan Holesovsky kendy at kemper.freedesktop.org
Sat Oct 31 15:26:39 PDT 2009


 bin/cws-extract |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 54ac18110109be0b3c9a736a5bf3e473dfca721c
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Sat Oct 31 23:23:01 2009 +0100

    One more fix in cws-extract.
    
    * bin/cws-extract: SVN revisions apparently do not mean the same thing on
      various branches :-/

diff --git a/bin/cws-extract b/bin/cws-extract
index ec65008..0db45cd 100755
--- a/bin/cws-extract
+++ b/bin/cws-extract
@@ -33,5 +33,5 @@ MERGE_BASE=`svn log --stop-on-copy "svn+ssh://svn@svn.services.openoffice.org/oo
             sed 's/^.*trunk@\([0-9]\+\).*$/\1/'`
 
 if [ -n "$MERGE_BASE" ] ; then
-    svn diff -r "$MERGE_BASE" -x "$DIFFPARAMS" "svn+ssh://svn@svn.services.openoffice.org/ooo/cws/$CWS" > "cws-$CWS.diff"
+    svn diff -x "$DIFFPARAMS" "svn+ssh://svn@svn.services.openoffice.org/ooo/trunk@$MERGE_BASE" "svn+ssh://svn@svn.services.openoffice.org/ooo/cws/$CWS" > "cws-$CWS.diff"
 fi


More information about the ooo-build-commit mailing list