Mac Pycharm check out SVN project

Submission and management use pycharm + svn code under Mac systems

 

1. Open pycharm, select svn version control;

2. ➕ in the bomb box click on the graph, svn add links, custom directory check completed click check out.

 

abnormal situation

Link inaccessible: copy the link in the browser open, despite the risks continue to open, try the above two steps after normal access;

Untrusted certificate: command line, enter the following command

svn list $svn_link$

Certification authority appears, enter p Enter, enter the computer password - svn account password, can be solved.

Guess you like

Origin blog.csdn.net/lan_yangbi/article/details/83090748