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

Difference between "--revision xyz" and "@xyz" ?

From: Daniel Gehriger <daniel.gehriger_at_linkcad.com>
Date: 2006-10-09 11:08:50 CEST

Hi,

What is the difference between

  [1] svn cat http://myserver/dev/trunk/test.h@1234

and

  [2] svn cat http://myserver/dev/trunk/test.h@1234 --revision 1234

and

  [3] http://myserver/dev/trunk/test.h@1234 --revision 1234

?

I found that if the file "test.h" has been renamed to "test2.h" in
revision 1235, only [2] and [3] will work, while [1] returns an error.

Regards,

Daniel

[I'm using SVN 1.4.0 on the client and server]

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 9 11:09:32 2006

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.