<< Back to previous view |
![]() |
[QB-1063] TFS Merge history not recognized
|
|
Status: | Resolved |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | 3.1.61 |
Fix Version/s: | 3.1.62 |
Type: | Bug | Priority: | Major |
Reporter: | Arvind Gudipati | Assigned To: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown | ||
Environment: | Windows |
Description |
If any of the changes in the TFS (source control system) contain 'merged' actions, the QuickBuild checkout step fails to recognize it and fails as a result.
Following is the exception from the logs. 23:43:08,153 [master>Checkout Latest@TFS2010WEB1:8810] INFO - Getting changes since build '1.1.279'... 23:43:16,263 [master>Checkout Latest@TFS2010WEB1:8810] ERROR - Error pumping stream. com.pmease.quickbuild.plugin.scm.helper.ScmException: Unknown action 'merge, edit', you may need change your TFS to English version. at com.pmease.quickbuild.plugin.scm.tfs.ActionMul.getAction(ActionMul.java:83) at com.pmease.quickbuild.plugin.scm.tfs.ChangeLogConsumer.parseChangeLog(ChangeLogConsumer.java:185) at com.pmease.quickbuild.plugin.scm.tfs.ChangeLogConsumer.consume(ChangeLogConsumer.java:60) at com.pmease.quickbuild.execution.LineConsumer.processBuffer(LineConsumer.java:86) at com.pmease.quickbuild.execution.LineConsumer.write(LineConsumer.java:73) at java.io.OutputStream.write(Unknown Source) at com.pmease.quickbuild.execution.ProcessStreamPumper$1.run(ProcessStreamPumper.java:87) at java.lang.Thread.run(Unknown Source) |
Comments |
Comment by Arvind Gudipati [ 28/Sep/11 08:13 AM ] |
Another TFS action that has same issue with QuickBuild - 'undelete'
Exception log below: 2011-09-28 01:06:56,570 [Thread-44092] ERROR com.pmease.quickbuild.DefaultBuildEngine - Error processing build request. com.pmease.quickbuild.plugin.scm.helper.ScmException: Unknown action 'undelete', you may need change your TFS to English version. at com.pmease.quickbuild.plugin.scm.tfs.ActionMul.getAction(ActionMul.java:83) at com.pmease.quickbuild.plugin.scm.tfs.ChangeLogConsumer.parseChangeLog(ChangeLogConsumer.java:185) at com.pmease.quickbuild.plugin.scm.tfs.ChangeLogConsumer.getChanges(ChangeLogConsumer.java:208) at com.pmease.quickbuild.plugin.scm.tfs.TfsCli.changes(TfsCli.java:431) at com.pmease.quickbuild.plugin.scm.tfs.TfsCli.changes(TfsCli.java:485) at com.pmease.quickbuild.plugin.scm.tfs.TfsRepository.isQuietSince(TfsRepository.java:145) at com.pmease.quickbuild.plugin.scm.tfs.TfsRepository$$EnhancerByCGLIB$$2b7a1943.CGLIB$isQuietSince$15(<generated>) at com.pmease.quickbuild.plugin.scm.tfs.TfsRepository$$EnhancerByCGLIB$$2b7a1943$$FastClassByCGLIB$$4571c13e.invoke(<generated>) at net.sf.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:215) at com.pmease.quickbuild.DefaultScriptEngine$Interpolator.intercept(DefaultScriptEngine.java:273) |