History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-1063
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Arvind Gudipati
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

TFS Merge history not recognized

Created: 28/Sep/11 05:51 AM   Updated: 08/Oct/11 01:34 AM
Component/s: None
Affects Version/s: 3.1.61
Fix Version/s: 3.1.62

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: Windows


 Description  « Hide
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)

 All   Comments   Work Log   Change History      Sort Order:
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)