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

Re: "unknown node kind" ?

From: Kylo Ginsberg <kylo.ginsberg_at_gmail.com>
Date: 2007-03-24 06:39:51 CET

Btw, one thing I forgot: having just been bitten by filenames with
spaces in them, in my pre-commit scripts, I replaced all my lines
like:

> for ITEM in `$SVNLOOK changed -t "$TXN" "$REPOS" | $CUT -c 5-`; do

with lines like:
$SVNLOOK changed -t "$TXN" "$REPOS" | $CUT -c 5- | while read ITEM; do

Pass it on.

Cheers,
Kylo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Mar 24 06:40:13 2007

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.