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

export of invalid revision

From: Jay Foad <jay.foad_at_gmail.com>
Date: Wed, 15 Apr 2009 12:27:21 +0100

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

Thanks,
Jay.

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

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