You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Andy Levy <an...@gmail.com> on 2010/07/20 13:24:36 UTC

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

On Mon, Jul 19, 2010 at 18:43, jason_zhuyx <ja...@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.