<div dir="ltr"><div>I see the same problem.<br></div>It seems that this is a problem caused by the git-svn bridge. I accidentally checked those files in a symlinks, but after replacing them I see that SVN still considers them to be symlinks. Apparently svn marks symlinks using the svn:special property, which git-svn failed to remove. I think I've fixed it now by deleting and readding them.<br><div><div><div class="gmail_extra"><br><div class="gmail_quote">On 2 February 2016 at 07:14, James Paige <span dir="ltr"><<a href="mailto:Bob@hamsterrepublic.com" target="_blank">Bob@hamsterrepublic.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><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>
<br>_______________________________________________<br>
Ohrrpgce mailing list<br>
<a href="mailto:ohrrpgce@lists.motherhamster.org" target="_blank">ohrrpgce@lists.motherhamster.org</a><br>
<a href="http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org" rel="noreferrer" target="_blank">http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org</a><br>
<br></blockquote></div><br></div></div></div></div>