I work behind multi-proxy network. I need use different proxy for different SVN repos.
How to assign different http proxy for different svn URL’s in IntelliJ IDEA?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
IDEA uses your system Subversion configuration file where you can specify proxy for repositories. If your command line SVN works fine, then IDEA integration should work fine as well.
Note that current IDEA versions may use non-default Subversion configuration directory in your user profile (~/.subversion_IDEA on Linux/Mac), so you may need to copy your original config there or set up IDEA to use the explicit Subversion configuration directory.