Jeff Orrok wrote on Fri, Sep 16, 2016 at 12:26:06 -0600:
> As Firefox says, "well, this is embarrassing".
>
> It looks like I've misinterpreted lines which are actually patterns that
> pertain to a target on a previous line.
>
> I think I did this because the blank lines are inconsistent
>
> Here is the command run without filtering through sed. Note that for
> whatever reason, *.pid does NOT have a blank line before it.
The value of the property is "*.process\n*.pid\n". That value is
printed literally to stdout.
That changed in 1.8 or 1.9, which print the value in this format:
% svn propget -vR svn:ignore
Properties on 'tools/server-side':
svn:ignore
.libs
svn-populate-node-origins-index
svnauthz
svnauthz-validate
Cheers,
Daniel
|