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

[PATCH] Provide meaningful message when svn update is run against an out of date mirror.

From: Kamesh Jayachandran <kamesh_at_collab.net>
Date: Fri, 09 Oct 2009 19:43:05 +0530

Hi All,

In Web dav write through proxy setups following situation is common.

1. svn co http://mirror/svn/repo/trunk
2. cd trunk
3. modify test.c(assuming one such file exists)
4. svn ci -m "log message"
5. svn up #This has a very high chance of triggering the vague error of
some working copy item having a rev > HEAD of mirror

The attached patch fixes it.

If there are no objections I will commit the same in a day or two.

With regards
Kamesh Jayachandran

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2405550

Received on 2009-10-09 16:15:04 CEST

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.