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

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

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-07-05 14:20:29 CEST

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

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.