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

Re: Commit fails after delete then add sequence

From: Stefan Sperling <stsp_at_elego.de>
Date: Sun, 19 Jul 2009 11:34:38 +0100

On Sun, Jul 19, 2009 at 10:20:19AM +1200, Talden wrote:
> > You can't expect Subversion to update any items to HEAD during
> > a commit expect those being committed. When the commit is confirmed
> > by the server, the client can infer the latest state of items
> > it has just committed, but it has no idea about any other items.
> > The other items need to be checked for pending updates separately.
> > And that's what "svn update" is for.
>
> Is that actually true if your WC revision is X and the server response
> to a commit reports revision X+1 was committed? Surely in this case
> updating all parts of the WC that are revision X can be bumped to
> revision X+1.

Yeah, that could probably be done, but evidently isn't being
done right now.

Stefan
Received on 2009-07-19 12:35:39 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.