Changing Repository Directories?
Hello,
Intellij is saving all of its "Vault"/VCS information in this directory
c:\Documents and Settings\csamuels\.IntelliJIdea
... to the tune of 2.5Gb
My C drive keeps running out of space... how can tell Intellij to save this on my D: drive?
Thanks!
Corey
请先登录再写评论。
Edit idea.lax and/or idea.bat in your idea/bin dir and change the
idea.system.path setting.
Edit bin/idea.lax file -Didea.system.path="xxx" property to a sutable xxx
value like -Didea.system.path="D:\idea\system"
--
Best regards,
Maxim Shafirov
JetBrains, Inc / IntelliJ Software
http://www.intellij.com
"Develop with pleasure!"
"Corey Samuels" <corey_samuels@kaplan.com> wrote in message
news:31874167.1059052841023.JavaMail.itn@is.intellij.net...
>
>
this on my D: drive?
>
Maxim Shafirov wrote:
>Edit bin/idea.lax file -Didea.system.path="xxx" property to a sutable xxx
>value like -Didea.system.path="D:\idea\system"
>
>
This little tip has just found a new home :
http://www.intellij.org/twiki/bin/view/Main/UnofficialAuroraFAQ?sortcol=0&table=1&up=0#sorted_table
Alain
Good idea. Now, idea needs a link from the help menu to the faq :)
Let's create a plugin, which regisers an action in the help menu !
humm... I'm joking ;)
Guillaume