El 16/11/2007, a las 13:48, Björn Steinbrink escribió:
On 2007.11.16 12:00:02 +0100, Wincent Colaiuta wrote:
That last commit is a no-op because, for some reason, the svn propset
before it is also a no-op:
svn propset svn:keywords Id kw.c
It _is_ a no-op. At least here. Because I got an auto-props setting in
my ~/.subversion/config to automatically add Id for *.c files. So that
property was already there before we explicitly ask for it and the
propset turns into a no-op. If I remove that line from the subversion
configuration, the test succeeds. Same for you I guess.
That said, I had a quick glance over the subversion CLI help, but it
didn't tell me how to ignore/override ~/.subversion/config. Anyone
less
clueless than me around, having a smart idea how to work around that
"bug"?
Ah, excellent catch, Björn. That's it. The --no-auto-props switch will
fix this then; will post a patch to the list in a few minutes.
Cheers,
Wincent
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html