Skip to content

Commit e38bbc6

Browse files
committed
2 parents 3f517d2 + d3f1bc5 commit e38bbc6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# AccuRevMergeWrapper
2-
Wrapper around the AccuRev Merge command
2+
3+
Sometime after AccuRev 4, the "merge -o -K" command was changed to return 1 if there were no files to merge. This causes an error when using nAnt to auto merge files.
4+
5+
This program wraps the "merge -o -K" command, intercepts the output when there are no files to merge, and returns 0 if that is the case. This fixed the way nAnt handled the command.

0 commit comments

Comments
 (0)