i have an svn working copy which i executed the following command in
find ./source * -type f -exec sed "s/@version 0.5.3/@version 0.5.4/" -i {} \;
the files are all updated but svn doesn't recognize any change when executing one of theese
svn status ./source
svn diff ./source
svn commit ./source
i also tried to write a script which shpould check the $? from sed and it it's ok the "touch" the file to update it's mdate but sed seems to always return 0 -.-
what can i do now? -.-

-Ioption. You might have intended the-ioption. Is this really the command you ran? – Gilles Sep 12 '10 at 11:58