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

Re: [Issue 2319] Showing missing properties

From: Thomas Moschny <moschny_at_ipd.uni-karlsruhe.de>
Date: 2005-06-02 20:57:29 CEST

On Thursday 02 June 2005 20:20, Eli Barzilay wrote:
> On Jun 2, kfogel@collab.net wrote:
> > Well, the full-list comparison script is the idea I was suggesting
> >
> > :-).
>
> It will be difficult to bundle this up in a robust script. OTOH, it
> would probably be trivial to change proplist.

Here's a script that might to what you want, and it's rather short :-)
Maybe the sed part can be made more robust.

#! /bin/bash

comm -2 -3 \
 <( svn ls -R . | sort ) \
 <( ( svn propget -R svn:eol-style . ;
      svn propget -R svn:mime-type . ) |
    sed 's,^\(.*\) - [^ ]*$,\1,' |
    sort -u )

Regards,
Thomas

  • application/pgp-signature attachment: stored
Received on Thu Jun 2 20:59:40 2005

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.