Frank Terbeck venit, vidit, dixit 01.07.2010 10:54: > Hello, > > Running the test suite currently breaks for me at this point: > > [snip] > * ok 16: info --url added-file > * FAIL 17: info added-directory > > mkdir gitwc/added-directory svnwc/added-directory && > ptouch gitwc/added-directory svnwc/added-directory && > touch gitwc/added-directory/.placeholder && > cd svnwc && > svn_cmd add added-directory > /dev/null && > cd .. && > cd gitwc && > git add added-directory && > cd .. && > (cd svnwc; svn info added-directory) > > expected.info-added-directory && > (cd gitwc; git svn info > added-directory) > > actual.info-added-directory && > test_cmp expected.info-added-directory > actual.info-added-directory > > * ok 18: info --url added-directory > [...] > * failed 1 among 38 test(s) > make[2]: *** [t9119-git-svn-info.sh] Error 1 > [snap] > > I briefly searched the list archives via gmane but didn't find this > reported yet. I've got no idea what's going on in that test, as I'm no > expert in subversion matters at all. So I can't be of more help than > saying "well, it breaks for me.". :) > > Anyway, my svn version is "svn, version 1.6.9 (r901367)". The test suite > I ran is from yesterdays git master branch. If it matters, this is a > Linux box running a debian 2.6.26-2-686 kernel; the file system in > question is `ext3' being mounted `noatime'. It works for me with the exact same svn version on Fedora 13. Please run the test like that: cd t ./t9119-git-svn-info.sh -i This stop immediately after the failed test. Then, please tell us the contents of the actual.. and expected... files in the trash... subdir. Michael > > Regards, Frank > > PS: I hope I Cced the right group of people. Eric's the svn guy, the rest is just other helpful people ;) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html