This guide will demonstrate how to mirror an SVN into a Git repo. You're the target audience if you're an SVN user, just getting started with Git and need to coax your project team over to Git.
The branching scenario has been simplified for clarity.
| I got problems installing Matlab R2022a on Arch. Running the installer throws the following error: | |
| ``` | |
| terminate called after throwing an instance of 'std::runtime_error' | |
| what(): Failed to launch web window with error: Unable to launch the MATLABWindow application. The exit code was: 127 | |
| fish: Job 1, 'sudo ./install' terminated by signal SIGABRT (Abort) | |
| ``` | |
| I fixed it by running the following commands. |
| # for more info: https://gist.github.com/1120938 |