[Ohrrpgce] valgame.sh and valcustom.sh unrevertable

James Paige Bob at HamsterRepublic.com
Mon Feb 1 10:14:27 PST 2016


I guess this is a subversion question mainly, but I'll ask here anyway.

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.

I have not done so, and didn't even notice they existed until now.

When I do svn revert valgame.sh valcustom.sh it acts like the revert
succeeded, but nothing changed.

This is the diff:

james at ghostorchid:~/src/ohr/wip$ svn diff
Index: valcustom.sh
===================================================================
--- valcustom.sh    (revision 7704)
+++ valcustom.sh    (working copy)
@@ -1,8 +1 @@
-link #!/bin/sh
-# Run Custom under valgrind's memcheck.
-#
-# Add --vgdb-error=0 to pause before starting the program to attach gdb.
-# Add --show-reachable=yes for more complete memory leak checking.
-# With older valgrind, --db-attach=yes instead of --vgdb-error=1 can be
convenient.
-
-valgrind --suppressions=misc/valgrind_suppressions.txt --vgdb-error=1
--track-fds=yes --read-var-info=yes --gen-suppressions=yes
--leak-check=full ./ohrrpgce-custom $*
+link #!/bin/sh
\ No newline at end of file
Index: valgame.sh
===================================================================
--- valgame.sh    (revision 7704)
+++ valgame.sh    (working copy)
@@ -1,8 +1 @@
-link #!/bin/sh
-# Run Game under valgrind's memcheck.
-#
-# Add --vgdb-error=0 to pause before starting the program to attach gdb.
-# Add --show-reachable=yes for more complete memory leak checking.
-# With older valgrind, --db-attach=yes instead of --vgdb-error=1 can be
convenient.
-
-valgrind --suppressions=misc/valgrind_suppressions.txt --vgdb-error=1
--track-fds=yes --read-var-info=yes --gen-suppressions=yes
--leak-check=full ./ohrrpgce-game $*
+link #!/bin/sh
\ No newline at end of file


I guess that means they changed from being links to being plain files?

Any idea what is happening here?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.motherhamster.org/pipermail/ohrrpgce-motherhamster.org/attachments/20160201/ed231a92/attachment.htm>


More information about the Ohrrpgce mailing list