Add support for ClearCase snapshot views.
Review Request #3322 — Created Sept. 6, 2012 and submitted
Add support for ClearCase snapshot views. This is especially useful for Windows installations due to the pathname limitation.
Tested on Windows ReviewBoard 1.6.11 installation. Done some basic tests on Linux.
Description | From | Last Updated |
---|---|---|
Instead of returning strings here, can you define some constants? You can do that like this: VIEW_SNAPSHOT, VIEW_DYNAMIC, VIEW_UNKNOWN = … |
david | |
Add a space between # and the text. |
david | |
Add a space between # and the text. |
david | |
This shouldn't be necessary, since NamedTemporaryFile defaults to delete=True |
david | |
Indent only 4 spaces |
david |