14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
<pre>eskil -r rev1 -r rev2 file.txt</pre>
Compare the two revisions. This does not involve the local copy of file.txt.
The -r options are also available in the GUI in the "Rev 1" and "Rev 2" fields.
<ul>RCS/CVS</ul>
For RCS and CVS the arguments to -r are standard version numbers just like to their -r options. RCS style -r<rev> is allowed.
<ul>ClearCase</ul>
ClearCase has more complex version "numbers".
ClearCase stream names are built like file paths and in -r you can access the streams similar to how you find files.
Your current stream is the "current directory".
<pre>-r 5 </pre>: Version 5 in current stream.
|
|
|
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
<pre>eskil -r rev1 -r rev2 file.txt</pre>
Compare the two revisions. This does not involve the local copy of file.txt.
The -r options are also available in the GUI in the "Rev 1" and "Rev 2" fields.
<ul>RCS/CVS</ul>
For RCS and CVS the arguments to -r are standard version numbers just like to their -r options. RCS style -r\u003crev\u003e is allowed.
<ul>ClearCase</ul>
ClearCase has more complex version "numbers".
ClearCase stream names are built like file paths and in -r you can access the streams similar to how you find files.
Your current stream is the "current directory".
<pre>-r 5 </pre>: Version 5 in current stream.
|