[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2005-06-14 17:42:36 CEST

"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
Received on Tue Jun 14 17:43:47 2005

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.