Crystal Hammer

Results 232 comments of Crystal Hammer

Maybe, IDK If it isn't leaking then I don't see the point. Plenty of Ogre classes use * pointers anyway, even in [SR3](https://github.com/stuntrally/stuntrally3)

I tried again and it got almost to last revision but failed with similar error: Fetching from SVN, revision 8724/svn info https://svn.code.sf.net/p/doublecmd/code/trunk output did not specify the current revision Rebasing...

And I also tried doing an update command, which failed similarly: $ python ../svn2github.py update stuntrally/doublecmd-test Cloning [email protected]:stuntrally/doublecmd-test.git Checking for SVN updates Traceback (most recent call last): File "../svn2github.py", line...

Okay I did it with: `git` svn clone http://svn.code.sf.net/p/doublecmd/code/trunk . and then just doing `git svn rebase` updates git master, with new svn revisions only (since last time). I made...

I guess I can look into that at some point. No idea when though, I moved away from Windows.

I had exactly the same issue (on Debian 12). IMO zip is bad for this, IDK if it even can pack symlinks. I did a symlink on my own and...

.tar.xz should be fine too

Okay if format zip has to stay, then could you rename these files like in my [comment](https://github.com/RigsOfRods/rigs-of-rods/issues/3110#issuecomment-1913741253)? So users don't have to do it manually, if they know what to...

BTW, apparently 7z is bad too, info here: https://unix.stackexchange.com/questions/600282/preserve-file-permissions-and-symlinks-in-archive-with-7-zip So the only good way I know is compressing using .tgz

You could e.g. at least make a .sh script that users need to run after downloading to get it fixed. And write about it on download page etc. Because otherwise...