clearcase checkin not detected
I have a problem with some which don't use trivial clearcase config_spec like that:
element * CHECKEDOUT
element .../linux* /main/0
element .../iris* /main/0
element .../irix* /main/0
element /magic_src/... .../dev3.0/LATEST
element /magic_src/... .../dev2.1/LATEST
element /magic_src/... I2.0b.2
element /magic_src/... /main/LATEST -mkbranch dev3.0
element * /main/LATEST
load \magic_src
When I checkin some modification on a file, TeamCity don't detect the change and don't trigger the needed build. In the teamcity-vcs.log file , the modification seems to be detected :
...
[2009-07-10 09:57:45,190] INFO [hanges loader 3] - .clearcase.ClearCaseConnection - output line read: D:\ccviews\LTR_s0003900_tv_snapshot_view\magic_src\magic\configXP8.0\magic30_delivery.sln@@\main\dev3.0\33
[2009-07-10 09:57:45,190] INFO [hanges loader 3] - .clearcase.ClearCaseConnection - output line read: D:\ccviews\LTR_s0003900_tv_snapshot_view\magic_src\magic\configXP8.0\magic30_delivery.sln@@\main\dev3.0\34 <= here my modification
[2009-07-10 09:57:45,190] INFO [hanges loader 3] - .clearcase.ClearCaseConnection - output line read: Command 1 returned status 0
[2009-07-10 09:57:45,237] DEBUG [hanges loader 3] - vcs.clearcase.ClearCaseSupport - Collecting changes was finished.
[2009-07-10 09:57:45,237] INFO [hanges loader 3] - .clearcase.ClearCaseConnection - interactive execute: cleartool quit
[2009-07-10 09:57:45,237] DEBUG [hanges loader 3] - jetbrains.buildServer.VCS - VCS plugin clearcase reported changes for clearcase: D:\ccviews\LTR_s0003900_tv_snapshot_view\magic_src\magic {id=5}; 0 changes collected
I have try the latest TeamCity release (4.5.4) but nothing change.
Problem with my config spec ? Teamcity don't support clearcase branch ?
Configuration:
Windows XP, Clearcase 7.0.1, TeamCity 4.5.4
Attachment(s):
teamcity-vcs.zip
teamcity-clearcase.zip
Please sign in to leave a comment.
Hello,
Thank you for your feedback!
It is a bug, and seems I fixed it. I attached the patch (for TC 4.5.4), to install it please replace your "<TeamCity Home>\webapps\ROOT\WEB-INF\plugins\clearcase\server\clearcase.jar" file with the attached one and restart the server.
Attachment(s):
clearcase.jar
Many thanks, it works for my test case.
Regards
I've test this patch in several configurations and the changed are now correctly detected. But, the snapshot view is no more updated when I start a manual build, I've missed something ?
Thanks
Hi!
About update problem, let's see this post:
http://www.jetbrains.net/devnet/message/5243410#5243410
Regards,
Olivier.
Many thanks, It works with the patched files ! Any release date for a 4.5.5 ?
Except clearcase are there other bugfixes you are waiting for?
Hi Pavel!
For me, there's an old bug about symlinks (but relative also a with ClearCase)
http://www.jetbrains.net/tracker/issue/TW-3563
but the more important is the relative to config spec one:
http://www.jetbrains.net/tracker/issue/TW-9089
Olivier.