News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Github has removed Subversion support

Started by Miguel Gimenez, January 09, 2024, 09:13:47 AM

Previous topic - Next topic

Miguel Gimenez

Github has removed Subversion support (see this blog post), so the Python plugins external definition will fail permanently from now on.

ollydbg

Quote from: Miguel Gimenez on January 09, 2024, 09:13:47 AM
Github has removed Subversion support (see this blog post), so the Python plugins external definition will fail permanently from now on.

Do we have any plan to move to the pure git? I don't use pure svn for several years. Instead, I use "git svn".
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Miguel Gimenez