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

Re: export of invalid revision

From: Ryan Schmidt <subversion-2009a_at_ryandesign.com>
Date: Wed, 15 Apr 2009 07:24:38 -0500

On Apr 15, 2009, at 06:27, Jay Foad wrote:

> I get:
>
> $ svn checkout -r 1000000
> https://llvm.org/svn/llvm-project/llvm/trunk/include/llvm/ADT
> svn: No such revision 1000000
>
> but:
>
> $ svn export -r 1000000
> https://llvm.org/svn/llvm-project/llvm/trunk/include/llvm/ADT foo
> A foo
> A foo/ScopedHashTable.h
> [...]
> A foo/APFloat.h
> Exported revision 69159.
>
> Instead of diagnosing that I've asked for a valid revision, svn export
> has quietly given me a different revision instead. Is this a bug?
>
> I'm using:
>
> $ svn --version
> svn, version 1.5.1 (r32289)
> compiled Dec 31 2008, 06:38:09

Issue confirmed on svn 1.6.1 on Mac OS X 10.4.11.

"svn ls -r 1000000 DIRURL" also produces a listing, unexpectedly.

"svn cat -r 1000000 FILEURL" also produces the file contents,
unexpectedly.

I would call these bugs.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-15 14:25:38 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.