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

Re: svn update -r $revision could hang if $revsion is greater than HEAD

From: Andy Levy <andy.levy_at_gmail.com>
Date: Tue, 20 Jul 2010 09:24:36 -0400

On Mon, Jul 19, 2010 at 18:43, jason_zhuyx <jason_zhuyx_at_yahoo.com> wrote:
>
> For instance, when the latest revision of the repository is 100, running the following command will hang:
>
>         svn update -r 101
>
> where the revision given is any positive number greater than HEAD.
>
> This happened on both Windows (XP SP2, svn version 1.5.5 (r34862)) and Lunix (CentOS 5.3, svn version 1.6.2 r37639) systems.
>
> Can someone confirm if this is a bug?

XP SP3 here, 1.6.6 (r40053), I cannot reproduce the issue.

C:\_Projects\workspace\proj>svn up
At revision 5604.

C:\_Projects\workspace\proj>svn up -r 6000
svn: No such revision 6000

C:\_Projects\workspace\proj>svn --version
svn, version 1.6.6 (r40053)
   compiled Oct 19 2009, 09:36:48

No hangs.
Received on 2010-07-20 15:25:37 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.