views:

25

answers:

2

I use IntelliJ Idea (Ultimate 9.0.3) on Linux at work, and our VCS is Subversion.

Idea proposes to store my SVN password but then tells me it is unable to store the password encrypted, and asks if I want to store it in plain text. Well, no. This is on an Ubuntu 10.04 install with Gnome Keyring available.

Any hints how I could convince Subversion and Idea to work securely together?

A: 

This blog details the possible options you have

Version Control Buddy
A: 

The best you can do is to vote for Linux/OS X Subversion credentials working only when stored in plaintext bug in the IDEA issue tracker.

CrazyCoder