rsteele wrote:
Make sure the load rule(s) contains your VOB name (you can include an
initial "load" if you want) and make sure the branch(es) contains main. I
believe without these, updates will work just fine but all of the changes
returned by lshistory will get filtered out.
So I think I have all these what you mentioned, but to be sure, I copy my load rules and config spec:
Config spec:
element * CHECKEDOUT
element * \main\LATEST
Load rule:
\<VOB-name>\path\to\my\project\root
And usually my polling logs looks like that:
Started on 2009.11.06. 10:22:28
[my_view] $ cleartool pwv -root
d:\path\to\my\view
[my_view] $ cleartool lshistory -all -since 5-nov-09.23:31:28utc+0000 -fmt '\"%Nd\" \"%u\" \"%En\" \"%Vn\" \"%e\" \"%o\" \n%c\n' -nco <VOBname>\path\to\project\root
"20091106.101707" "username" "d:\path\to\my\view/<VOB-name>\path\to\project\folder\src\foo\bar" "\main\18" "create directory version" "checkin"
Added file element "anything.java".
"20091106.101705" "username" "d:\path\to\my\view/<VOB-name>\path\to\project\folder\src\foo\bar@@\main\18\anything.java" "\main\1" "create version" "checkin"
my comment here
"20091106.101705" "username" "d:\path\to\my\view/<VOB-name>\path\to\project\folder\src\foo\bar@@\main\18\anything.java" "\main\0" "create version" "mkelem"
"20091106.101705" "username" "d:\path\to\my\view/<VOB-name>\path\to\project\folder\src\foo\bar@@\main\18\anything.java" "\main" "create branch" "mkelem"
"20091106.101705" "username" "d:\path\to\my\view/<VOB-name>\path\to\project\folder\src\foo\bar@@\main\18\anything.java" "" "create file element" "mkelem"
my comment here
"20091106.084603" "username" "d:\path\to\my\view/<VOB-name>\path\to\project\folder\src\foo\bar2\test.txt" "\main\4" "create version" "checkin"
Test
"20091106.073058" "username" "d:\path\to\my\view/<VOB-name>\path\to\project\folder\src\foo2\apple\important.doc" "\main\2" "create version" "checkin"
first version
"20091106.060001" "vobadm" "/<VOBname>" "" "unlock versioned object base" "unlock"
"20091106.020002" "vobadm" "/<VOBname>" "" "lock versioned object base" "lock"
Locked for all users.
Done. Took 1,2 sec
No changes