<div dir="ltr">I guess this is a subversion question mainly, but I'll ask here anyway.<br><div><br>I am not sure what is going on, but my local copy of valgame.sh and valcustom.sh behave as if I have made local modifications to them.<br><br></div><div>I have not done so, and didn't even notice they existed until now.<br><br></div><div>When I do svn revert valgame.sh valcustom.sh it acts like the revert succeeded, but nothing changed.<br><br></div><div>This is the diff:<br><br>james@ghostorchid:~/src/ohr/wip$ svn diff<br>Index: valcustom.sh<br>===================================================================<br>--- valcustom.sh    (revision 7704)<br>+++ valcustom.sh    (working copy)<br>@@ -1,8 +1 @@<br>-link #!/bin/sh<br>-# Run Custom under valgrind's memcheck.<br>-#<br>-# Add --vgdb-error=0 to pause before starting the program to attach gdb.<br>-# Add --show-reachable=yes for more complete memory leak checking.<br>-# With older valgrind, --db-attach=yes instead of --vgdb-error=1 can be convenient.<br>-<br>-valgrind --suppressions=misc/valgrind_suppressions.txt --vgdb-error=1 --track-fds=yes --read-var-info=yes --gen-suppressions=yes --leak-check=full ./ohrrpgce-custom $*<br>+link #!/bin/sh<br>\ No newline at end of file<br>Index: valgame.sh<br>===================================================================<br>--- valgame.sh    (revision 7704)<br>+++ valgame.sh    (working copy)<br>@@ -1,8 +1 @@<br>-link #!/bin/sh<br>-# Run Game under valgrind's memcheck.<br>-#<br>-# Add --vgdb-error=0 to pause before starting the program to attach gdb.<br>-# Add --show-reachable=yes for more complete memory leak checking.<br>-# With older valgrind, --db-attach=yes instead of --vgdb-error=1 can be convenient.<br>-<br>-valgrind --suppressions=misc/valgrind_suppressions.txt --vgdb-error=1 --track-fds=yes --read-var-info=yes --gen-suppressions=yes --leak-check=full ./ohrrpgce-game $*<br>+link #!/bin/sh<br>\ No newline at end of file<br><br><br></div><div>I guess that means they changed from being links to being plain files?<br><br></div><div>Any idea what is happening here?<br><br><br></div></div>