[svk-devel] svk propget doesn't seem to pick up properties
recursively
Paul Cochrane
paultcochrane at gmail.com
Mon Nov 13 16:40:26 EST 2006
Hi all,
Checking out the parrot repository, once using svn, and once using
svk, I get different behaviour when looking for the svn:mime-type
property
This (in the svk working directory):
$ svk propget svn:mime-type -R ./
produces no output, but this (in the svn working directory):
$ svn propget svn:mime-type -R ./
produces many files which have the mime-type set.
However, running 'svk propget' on individual files works:
$ svk propget svn:mime-type t/distro/manifest.t
text/plain
I don't understand the difference, and am wondering if this is possibly a bug.
Regards,
Paul
More information about the svk-devel
mailing list