My company uses TortoiseSVN for version control. I am trying to integrate it into PyCharm v18.2.
Step 1 was to directly download the svn.exe file (see here) as it does not come by default w/ TortoiseSVN. This gets rid of the Cannot run program âsvnâ
error.
Now however, when I want to commit, PyCharm asks me for my SVN credentials ( UN/password). The repo I want to access is local and made by me. I never set up credentials in TortoiseSVN. How do I get around this to be able to see history/commit/etc...
Thanks!