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