Re: Difference between "--revision xyz" and "@xyz" ?
From: Daniel Gehriger <daniel.gehriger_at_linkcad.com>
 
Date: 2006-10-09 14:50:32 CEST 
Duncan Murdoch wrote:
 If I understand correctly, this means that, given the following repos:
 r1: import of file-1.h, file-2.h
 then
 [1] svn cat .../file-1.h --revision 1
 returns file-2.h of rev 1 because the filename identifies "file-1.h of 
 and
 [2] svn cat .../file-1.h@1
 return "file-1.h" of rev 1;
 and finally:
 [2] svn cat .../file-1.h@1 --revision 3
 returns "file-1a.h" of rev 3.
 Correct ?
 - Daniel
 ---------------------------------------------------------------------
  | 
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.