Eskil

Check-in [a83257241f]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Typo fix.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: a83257241f3d16c167526a842595fdc36283640d
User & Date: peter 2004-08-16 20:14:03.000
Context
2004-08-17
19:46
Made Redo Diff restore the view. Improved the look of Doc window a bit. check-in: 14d984e4a6 user: peter tags: trunk
2004-08-16
20:14
Typo fix. check-in: a83257241f user: peter tags: trunk
20:12
Added revision control docs. check-in: 7f94d0a40d user: peter tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to doc/revision.txt.
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
eskil -r rev1 -r rev2 file.txt
  Compare the two revisions. This does not involve the local copy of file.txt.


For RCS and CVS version numbers to -r are rather straightforward since they
work just like for -r to them.

For ClearCase there are more possibilites.
ClearCase stream names are build like file paths and in -r you can access the
streams similar to how you find files.
Your current stream is the "current directory".
-r 5                    : Version 5 in current stream.
-r .                    : Latest version in current stream.
-r /full/path/stream/4  : The identified version.
-r /full/path/stream    : Latest version in that stream.







|







19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
eskil -r rev1 -r rev2 file.txt
  Compare the two revisions. This does not involve the local copy of file.txt.


For RCS and CVS version numbers to -r are rather straightforward since they
work just like for -r to them.

For ClearCase there are more possibilities.
ClearCase stream names are build like file paths and in -r you can access the
streams similar to how you find files.
Your current stream is the "current directory".
-r 5                    : Version 5 in current stream.
-r .                    : Latest version in current stream.
-r /full/path/stream/4  : The identified version.
-r /full/path/stream    : Latest version in that stream.