[Ohrrpgce] valgame.sh and valcustom.sh unrevertable

Ralph Versteegen teeemcee at gmail.com
Mon Feb 1 23:25:41 PST 2016


I see the same problem.
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.

On 2 February 2016 at 07:14, James Paige <Bob at hamsterrepublic.com> wrote:

> 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?
>
>
>
> _______________________________________________
> Ohrrpgce mailing list
> ohrrpgce at lists.motherhamster.org
> http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.motherhamster.org/pipermail/ohrrpgce-motherhamster.org/attachments/20160202/d6e86a0a/attachment.htm>


More information about the Ohrrpgce mailing list