naidu / mercurialeclipse

Automatically exported from code.google.com/p/mercurialeclipse
Other
0 stars 0 forks source link

hgrc - default repository #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently eclipse doesn't create the hgrc file in the repository with the 
default path.

For example:
- I have an eclipse project
- Share project with Mercurial
- Push to "default" repository

- Under project properties the default repository is now set
- There is no hgrc file created in the repository containing the paths section 
with a default path

Tested with:
- MercurialEclipse 1.9.4.201203270141
- Eclipse Indigo, Helios and Galileo
- Windows 7 and XP

Original issue reported on code.google.com by ronald.k...@gmail.com on 20 Jun 2012 at 7:03

GoogleCodeExporter commented 9 years ago
Yes MercurialEclipse has it's own storage of the known paths, default paths, 
usernames and passwords. We'd like to use Eclipse's secure storage for 
passwords in the future so merging this into the hgrc file would partly be a 
step backwards.

Original comment by johnpeb@gmail.com on 20 Jun 2012 at 1:34

GoogleCodeExporter commented 9 years ago
Ok, That is clear. But when I clone an existing project form Mercurial the 
.hgrc file is created also. 

Is it possible that when you save the default path in eclipse it still used the 
eclipse configuration with the advantages that you describe, but also create an 
.hgrc file with the default path?

Original comment by ronald.k...@gmail.com on 27 Jun 2012 at 12:49