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

Re: svn-changes-dump

From: Vyacheslav Iutin <iutin_at_whirix.com>
Date: 2007-02-09 10:25:09 CET

Peter,

Peter Samuelson wrote:
> -rWORKING even when a peg rev is specified. That surprised me. 'svn
> export URL@REV' is different, -r defaults to the peg rev.

I was surprised too. Though, I think, it is correct.

> Ahh, much better syntax - I thought about suggesting this before, but I
> wasn't sure if it was common to all POSIX shells. But it is, I just
> checked.

Peter, how did you check it for POSIX compatibility?

> speaking of minor matters - also speaking about POSIX shell features -
> I like $() better than ``. I find it more readable, and you can nest
> $().

I just used `` all my life, since the day of my born. :)

> Insufficient quoting - if `dirname "$listItem"` has spaces in it, mkdir
> gets multiple arguments. "`dirname "$listItem"`" works, though as I
> said earlier I prefer "$(dirname "$listItem")".

You are right, I never think about people who like spaces... The working
  around the programmers spoil my vigilance...

-- 
Regards,
Slava


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Fri Feb 9 10:22:05 2007

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

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