I try to use the annotation, but I have a problem: the output ignores some information (date and username) if it was shown for the same version earlier. I would like to display them on any line.
This is my command:
cleartool annotate -out - -rm -nhe -fmt "%Sd ||| %-12.12u ||| %Vn ||| ,,%Vn ||| " -rmf "" "G:\views\myview\myprojectvob\ Form1.frm@ @\main\john_myprject\12"
This is the way out. I would like to get the date and username for the second and third lines. Do you know if this is possible?
2008-05-22 ||| john ||| \main\john_myproject\10 ||| End Sub \main\john_myproject\10 ||| \main\john_myproject\10 ||| Private Sub mnuContents_Click() \main\john_myproject\10 ||| On Error GoTo errHandle \main\john_myproject\10 ||| \main\john_myproject\10 ||| Dim stat As Integer \main\john_myproject\10 ||| stat = ExecuteLink(App.path & "\manual.pdf") \main\john_myproject\10 ||| \main\john_myproject\10 ||| Exit Sub \main\john_myproject\10 ||| errHandle: \main\john_myproject\10 ||| MsgBox ("Error with PDF file")
source share