multiple targets for 'svnlook propget'
From: Johan Corveleyn <jcorvel_at_gmail.com>
Date: Fri, 16 Nov 2012 10:45:52 +0100
Right now, 'svnlook propget' supports only a single PATH_IN_REPOS argument:
usage: 1. svnlook propget REPOS_PATH PROPNAME PATH_IN_REPOS
I think it would be useful to support multiple targets, like 'svn
svnlook propget -t $TXN $REPOS svn:eol-style `svnlook changed -t
The only complication I see, is that the output for multiple targets
Looking at 'svn propget' for inspiration, we see that it doesn't
Current output of 'svn propget':
$ svn pg svn:eol-style ^/file.txt
(As you can see, the it simply does not output the targets that don't
Or with working copy targets:
$ svn pg svn:eol-style file.txt binary.exe file2.txt
Now, when we look at the output of 'svnlook propget':
$ svnlook pg repos svn:eol-style file.txt
We could have following multi-target output:
$ svnlook pg repos svn:eol-style file.txt binary.exe file2.txt
Thoughts?
P.S.: This multi-target output isn't very parseable for multi-line
-- JohanReceived on 2012-11-16 10:46:49 CET |
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.