Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <41003B94.84D39495@hot.pl> Date: Fri, 23 Jul 2004 00:11:32 +0200 From: Jacek Trzmiel MIME-Version: 1.0 To: "cygwin AT cygwin DOT com" Subject: svn diff fails in textmode dir Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Subversion does have problem with doing diff inside working copy checked out on textmode mounted path. Win2kSP4 + all updates cygwin1-20040720 snapshot subversion-1.0.5-1 $ mount | grep work d: on /work type system (textmode) $ svnadmin create /svn $ mkdir -p /work/tmp/testdir $ cd /work/tmp/ $ echo "test" >testdir/testfile $ svn import -m "Test import." testdir file:///svn/testdir Adding testdir/testfile Committed revision 1. $ mv testdir testdir.old $ svn co file:///svn/testdir testdir A testdir/testfile Checked out revision 1. $ cd testdir $ echo "test2" >>testfile $ svn diff svn: Failed to read file '.svn/text-base/testfile.svn-base': End of file found Best regards, Jacek. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/