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

Re: svn propget -R displays inconsistent paths

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Mon, 19 Sep 2016 06:55:46 +0000

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
Received on 2016-09-19 08:56:55 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.