Hi,

I guess that your command "find ..." will also change the pristine copies localized in a subdirectory of the .svn directory.

On 15/02/2011 04:23, Ed wrote:
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


Reply via email to