[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svnlook cat -t $TXN $REPO broken ?

From: Mark Eichin <eichin_at_gmail.com>
Date: Fri, 25 Sep 2009 16:22:09 -0400

I do almost exactly that, with

if $SVNLOOK changed -t "$TXN" "$REPOS" | grep --quiet /Jamfile ; then
    echo found jamfile >&2
    JAMPATH=$($SVNLOOK changed -t "$TXN" "$REPOS" | cut -c5- | egrep
'Jamfile$')
     $SVNLOOK cat "$REPOS" -t "$TXN" "$JAMPATH" > $tmpdir/Jamfile

(leaving out the tmpdir bits and the rest - we actually have a
(product-specific) "jamlint" script we check out at the same time, and
if it fails, the commit fails...) So the obvious question is *what*
error are you getting? You didn't say in your post...

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2400396

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-09-25 22:22:59 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.