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

Key: QB-2637
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Scott Hunter
Votes: 0
Watchers: 0
Operations

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

Snapshot of Perforce repository doesn't always detect changes to task streams

Created: 17/Feb/16 09:00 PM   Updated: 02/Mar/16 12:03 AM
Component/s: None
Affects Version/s: 6.1.3
Fix Version/s: 6.1.6

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
Similar to previous issue QB-2254. More info about Perforce task streams in that previous issue.

takeSnapshot() calls getHeadRevision(). In PerforceRepository, this method needs to include the client name in the command line for p4 changes.

e.g. .addArgLine("-c " + getClientName())

The client name should also be included anywhere else p4 changes is run. So, it should also be added to the command in isQuietSince()

 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.