> How do I find the version that a branch stems from?
ct desc -fmt '%PSn' <path>@@/main/<branch>/0
> How do I find merge hyperlinks - and the endpoints?
if you are on Unix, make sure your cwd is in a Vob, and try:
ct desc -l -ahl Merge `ct find -all -version '{hltype(Merge)}' -print` |
egrep [<>]
Probably you will have to post-process the output a bit. I don't know of a
way to extract source or target of a hyperlink, or the hyperlink id itself
via a format specification (-fmt) to "ct describe".
In a windows environment you would have to write a perl script that does the
same.
Cheers, Axel.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
This archive was generated by hypermail 2b29 : Sun May 06 2001 - 00:22:31 EDT