Update ClearCase documentation
Review Request #5158 — Created Dec. 24, 2013 and discarded
Information | |
---|---|
jan.koprowski | |
RBTools | |
2291, 3173 | |
Reviewers | |
rbtools | |
Internal ClearCase post-review implementation from the beginnig use semicolon as separator. Because there is a bug in documentation people believe the implemntation is wrong. This change fix the documentation making straight forward that delimieter to separate file revisions and files in ClearCase --revision-range should semicolon ';' for both of them. This is alternative fix for #5154 which does not break forward compatibility.
Description | From | Last Updated |
---|---|---|
an example with 2 files will prevent confusion, eg $ post-review --revision-range="/vobs/proj/file.c@@/main/0;/vobs/proj/file.c@@/main/1;/vobs/proj/file.h@@/main/1;/vobs/proj/file.h@@/main/2;" |
DE delyn |
Status: Re-opened
Summary: |
|
|||
---|---|---|---|---|
Description: |
|
|||
Bugs: |
|
|||
Depends On: |
|
|||
Groups: |
|
|||
Diff: |
Revision 1 (+3 -1) |
-
-
docs/rbtools/post-review.txt (Diff revision 1) an example with 2 files will prevent confusion, eg
$ post-review --revision-range="/vobs/proj/file.c@@/main/0;/vobs/proj/file.c@@/main/1;/vobs/proj/file.h@@/main/1;/vobs/proj/file.h@@/main/2;"