Is this happening with trunk code too?
On Jul 5, 2005, at 6:37 AM, Julian Foad wrote:
> [Re-posting.]
>
> "svn update" incorrectly notifies that it is updating properties,
> if it is
> updating file contents and there is a local modification to the
> properties.
>
>
>> ~/tmp/sandbox> svn co -r15050 http://svn.collab.net/repos/svn/
>> trunk/subversion/libsvn_ra_dav prop-up
>>
> [...]
>
>> ~/tmp/sandbox> cd prop-up/
>> ~/tmp/sandbox/prop-up> svn propset p v file_revs.c
>> property 'p' set on 'file_revs.c'
>> ~/tmp/sandbox/prop-up> svn pl -v file_revs.c
>> Properties on 'file_revs.c':
>> p : v
>> ~/tmp/sandbox/prop-up> svn update -r15051 file_revs.c
>> UU file_revs.c
>> Updated to revision 15051.
>> ~/tmp/sandbox/prop-up> svn diff -r15050:15051 file_revs.c
>> Index: file_revs.c
>>
> [content change shown, but no property change]
>
>> ~/tmp/sandbox/prop-up> svn pl -v file_revs.c
>> Properties on 'file_revs.c':
>> p : v
>>
>
> I couldn't find an existing issue for this (searching for "prop").
>
> - Julian
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 5 14:22:32 2005