You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/faq.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -432,7 +432,12 @@ curl -D-
432
432
433
433
## 19. I get the error message "VS402625: Dates must be increasing with each revision."
434
434
435
-
ADO can sometimes add a few milliseconds to the work item changedDate when adding an attachment. This can have unfortunate consequences if the tool attempts to import a subsequent revision with a changedDate that is less than the previous reivison that was successfully imported.
435
+
This error message will show up if the tool attempts to import a subsequent revision with a changedDate that is less than the current changedDate of the current state of the Work Item.
436
+
437
+
This can have multiple causes:
438
+
439
+
- Two consecutive revisions have the same date stamp, or the difference is 1ms or less (i.e. the issue is in the Jira issue data itself).
440
+
- ADO can sometimes add a few milliseconds to the work item changedDate when adding an attachment.
436
441
437
442
You may end up receiving an error message similar to this one:
0 commit comments