You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Julian Foad <ju...@btopenworld.com> on 2005/06/14 15:42:36 UTC

"svn up" notifies "UU" on file with prop changed locally but not by update

"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