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

Re: Is there such a thing as property conflicts?

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-04-30 02:46:47 CEST

Philip Martin <philip@codematters.co.uk> writes:

> Also update seems to be showing 'UU' when only the properties
> change. Should this not be '_U'?

In my repository the difference between rev18 and rev19 is a property
change on the file trunk/foo, now when using ra_dav I see

$ cd wc
$ svn up -r18
UU ./trunk/foo
Updated to revision 18.
$ svn up -r19
UU ./trunk/foo
Updated to revision 19.
$ svn up -r18 trunk
U ./trunk/foo
Updated to revision 18.
$ svn up -r19 trunk
U ./trunk/foo
Updated to revision 19.

Note I get 'UU' or 'U ' depending on whether I specify an explicit
path or not. What I should get is '_U'.

Anyone else seeing this?

-- 
Philip
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 30 02:47:59 2002

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.