Subversion disappeared from Goland
I used to use Subversion with my Go project, this being the choice at the place where I work.
I have upgraded to Goland 2024.3.1 and its Subversion support has disappeared. The menus now contain Git and Mercurial only, whereas previously Subversion was also present.
There is a .idea/vcs.xml that contains <mapping directory="" vcs="svn" /> still.
If I open the same project using CLion, I have no Go tools but the Subversion does work as expected.
Please sign in to leave a comment.
I downgraded to Goland 2023.3.8 and the same problem persists.
I have svn 1.14 commandline tools installed.
Is there something else I need to do to get Subversion working in Goland?
Hi Rick,
I think we clarified the behavior some time ago via a support ticket, but I'll still make my answer public in case other users will be looking for the same information. Using Subversion requires installing a plugin from our Marketplace - https://plugins.jetbrains.com/plugin/11553-subversion.
Once installed, the functionality will become available as per https://www.jetbrains.com/help/go/using-subversion-integration.html.
Thank you, and please let us know if any additional questions arise.