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

Re: svn status comes out empty

From: Roch Auburtin <rauburtin_at_gmail.com>
Date: Tue, 15 Feb 2011 06:24:46 +0100

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
>
>
Received on 2011-02-15 06:25:29 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.