[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Monotone-devel] Issue 97 - test diff_on_missing_trailing_newline_at_end
From: |
code |
Subject: |
[Monotone-devel] Issue 97 - test diff_on_missing_trailing_newline_at_end_of_file fails on Cygwin (monotone) |
Date: |
Wed, 27 Oct 2010 11:42:55 GMT |
Hello,
A new issue has been created and assigned
to you:
97 - test diff_on_missing_trailing_newline_at_end_of_file fails on Cygwin
Project: monotone
Status: New
Reported by: Stephen Leake
Labels:
Type:Defect
Priority:Critical
Description:
Steps to reproduce the problem:
-------------------------------
1. checkout nvm.monotone rev 8f507884dab9bab6b439cec51f6adc6d006d3e66
2. configure for Cygwin
3. run test
Expected result:
----------------
pass
Actual results:
---------------
fail on line 39
The immediate cause of failure is that the revid for the commit is different
from the expected:
stdout:
#
# old_revision [b0598d59ea7c3b8b4a6f27e5ac80c1337c33f1c3]
#
file13.diff:
#
# old_revision [40ea110392539e19c2d251569a3610c0051e0c64]
#
This may be caused by Cygwin setting the executable attribute, while MinGW and
Debian do not:
cygwin:
$../../../mtn.exe au get_manifest_of
format_version "1"
dir ""
file "file1"
content [a43dc27b1c92cccc533ceb3a27035128e26e5b07]
attr "mtn:execute" "true"
file "file2"
content [4f8091d2fa31b0598dd0ff6dc936f8d0b47b59d1]
attr "mtn:execute" "true"
mingw:
../../../mtn.exe au get_manifest_of
format_version "1"
dir ""
file "file1"
content [a43dc27b1c92cccc533ceb3a27035128e26e5b07]
file "file2"
content [4f8091d2fa31b0598dd0ff6dc936f8d0b47b59d1]
But that should not affect the revid; attrs can be set after a commit, so they
should not change the revid.
Output of `mtn version --full`:
-------------------------------
--
Issue: http://code.monotone.ca/p/monotone/issues/97/
- [Monotone-devel] Issue 97 - test diff_on_missing_trailing_newline_at_end_of_file fails on Cygwin (monotone),
code <=
- [Monotone-devel] Updated Issue 97 - test diff_on_missing_trailing_newline_at_end_of_file fails on Cygwin (monotone), code, 2010/10/27
- [Monotone-devel] Updated Issue 97 - test diff_on_missing_trailing_newline_at_end_of_file fails on Cygwin (monotone), code, 2010/10/27
- [Monotone-devel] Updated Issue 97 - test diff_on_missing_trailing_newline_at_end_of_file fails on Cygwin (monotone), code, 2010/10/27
- [Monotone-devel] Updated Issue 97 - test diff_on_missing_trailing_newline_at_end_of_file fails on Cygwin (monotone), code, 2010/10/27
- [Monotone-devel] Updated Issue 97 - test diff_on_missing_trailing_newline_at_end_of_file fails on Cygwin (monotone), code, 2010/10/27