[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

svn status comes out empty

From: Ed <ed_at_kdtc.net>
Date: Tue, 15 Feb 2011 11:23:55 +0800

Hi,

Can someone check if this is a bug?

Script to reproduce:

~/test$ svnadmin create bar
~/test$ mkdir foo
~/test$ cd foo
~/test/foo$ svn co file:////path/to/bar
~/test/foo/bar$ echo "testing this file" > A.txt
~/test/foo/bar$ svn add A.txt
~/test/foo/bar$ svn ci A.txt -m "test"
~/test/foo/bar$ find -type f -exec sed -i 's/testing/running/g' {} \;
~/test/foo/bar$ svn status
~/test/foo/bar$

But A.txt is changed.

What should happen is
M A.txt

What happens:
Nothing.

Is this what is supposed to happen?

Ed
Received on 2011-02-15 04:38:48 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.