Eclipse Juno doesn't save passwords (SVN & RSE) - eclipse

I just installed Eclipse Juno with following packages:
Subclipse 1.8.14
Subversion Client Adapter 1.8.3
SVNKit Library 1.7.5
SVNKit Client Adapter 1.7.5
Remote System Explorer User Actions 1.1.400
Remote System Explorer End-User Runtime 3.4.0
I can configure and access to remote repositories and ssh connections without problems. But every time I close the Eclipse and run it back, when I try to connect to remote machine or remote repository always ask me for the password even though I select to save it.
This didn't happened with previous versions of Eclipse (Indigo or Helios). Has anyone had the same problem and was able to fix it?

Looks like this issue. Solved in the latest SVNKit trunk, but the fix wasn't included in any release yet.

Related

How to reconnect with SVN repository from Eclipse

I installed CollabNet Subversion Server on my server and had been using it with Eclipse on my desktop for a long time. Through some Eclipse changes, my SVN client install was lost (the server was untouched). After re-installation of the SVN client plug-in, I am unable to re-connect my projects with the SVN repository; I don't know the URL or anything.
When I open "SVN Repository Browser" in Eclipse, right click and select New > Repository Location, It asks me for a URL. I have typed "file://machineName" and "http://machineName", then the Browse... button, but I get "An error occurred while accessing the repository entry". Since the server hasn't changed, and I see that svnserve.exe is listening on 3690, and httpd.exe on port 90, I presume there's more needed on the URL, but I don't know what that is.
Resources available to use to recover the connection to the repository:
The .svn file in the project folder
The files on the server supporting the repository
svn.exe on the server (it says '.' is not a working copy when I tried a few commands). I don't have svn.exe on the client machine.
Where should I look to see how to reconnect my projects with the CollabNet svn server?
Make sure the expected Eclipse SVN plugin is being used (subversive vs subclipse, etc).
Try connecting with svn://
collabnet has its own plug-in try to install them from eclipse marketplace in Help menu.
Check the repository name it should be
"http:// [Your_Machine_name] / svn / [Your_Repository_name]"

clearteam explorer as a plugin to eclipse

I am trying to configure Clearteam explorer in eclipse 3.5.
I downloaded Eclipse 3.5
installed GEF plugin.
Installed clearcase plugin from sourceforge.
http://sourceforge.net/apps/mediawiki/eclipse-ccase/index.php?title=Installation
Installed clearcase 8.0 in machine and made my machine act as a registry server. Clearcase 8 is included with Clearteam explorer (CCRC).
here is the process for installing CTE for eclipse
http://pic.dhe.ibm.com/infocenter/cchelp/v8r0m0/index.jsp?topic=/com.ibm.rational.clearcase.ccrc.help.doc/topics/t_ccrc_eclipse.htm
I gave my machine //hostname/ccrc/update as given in the doc, but it isnt working.
There is also another way to give the path as - file:/c:/my repository path... even this way its not working. it is showing an error as repository not fount at ...file:/c:/my repository path
Some Doubts which may help in resolving problems:
Will there be any plugin inside Clearcase which i can use for eclipse.
I did not install CCRC WAN server into my machine as am using my machine as a registry server. Is it Mandatroy to install CCRC WAN.
If i want to install CCRC WAN i need to install IBM HTTP server and websphere along with that.
Does this make any impact on the current issue.
To my knowledge, the eclipse--case plugin couldn't possibly work with the ClearTeam 8.x new release of ClearCase.
eclipse-ccase, like the IBM ClearCase plugin for Eclipse are for a full ClearCase 6.x - 7.x installation, not for CCRC (7.2) or ClearTeam (8.x).
With ClearCase 8.0, what you would need to follow is the IBM article
"Installation of ClearTeam Explorer into an existing IDE (such as Eclipse SDK)"

Working on clearcase environment using eclipse plugin?

Hi I am new to clearcase and eclipse.
I want to connect to my office clearcase environment with eclipse which is installed in my home laptop. Is it possible ?
I installed ClearCase SCM adapter, but i am unable to find an option which mentions remote workspace !!!
Eclipse - Europa 3.3
It's possible only if you have the full ClearCase client installed.
Without it, your SCM adapter won't do much.
(Note: you don't have to use Eclipse3.3, it should support up to 3.6 or even 3.7)
The only other option is to use a CCRC client (ClearCase Remote Client), but that supposes a CM server is running, and that your office accepts incoming connection from "outside" for that specific service.
In that case, you need a CCRC client (not an SCM adapter)

subclipse broke in sts after I used svn from eclipse

For a long time my subversion client was working just fine, and I used it for a while out of sts, but one day sts crashed and I rolled back to eclipse for a while and during that time I used subclipse to update a project of mine. Now STS is up and running again, but for some reason now if I ever try to update or commit from sts I get the following error:
The path '{pathname}' appears to be part of a Subversion 1.7 or greater
working copy. Please upgrade your Subversion client to use this
working copy.
There is not actually an available update for subclipse and sts still recognizes the most recently installed subclipse from the dashboard. Any ideas on how to fix this one?
You should be able to install Subclipse 1.8.x in STS. The update site URL is:
http://subclipse.tigris.org/update_1.8.x
That release includes Subversion 1.7 client so you should be all set once you do this.
Subclipse the JavaHL library to do SVN connections. On Windows, if you have the most recent Subclipse it looks like you should automatically have that installed, but if not they have a variety of installation instructions (alas system dependent).

Flashbuilder 4 and Clearcase plugin

I am running flash builder 4 plugin on eclipse Ganymede 3.4.2
I'm trying to install ClearCase plugin for eclipse but it is giving me no repository found errors. Has anyone run into this? I saw a workaround on a Java forum but it doesn't work in flex view.
Also, I'm willing to even install ClearCase remote client 7.1 bit I can't even get the IBM installation manager installed. Their instructions are impossible. I'm at my wits end.
Can anyone possibly lend a hand? Any help is greatly appreciated.
Thank you
ClearCase plugin and CCRC are two very different programs:
ClearCase plugin is a full ClearCase integration with Eclipse, made to work within a full ClearCase client installation.
can be installed through the p2 update site mentioned in the
Rational ClearCase SCM Adapter (For Eclipse), Version 7.5.0.0 page:
SCM Adapter for Eclipse on Windows
http://www3.software.ibm.com/ibmdl/pub/software/rationalsdp/clearcase/60/update/windows/
SCM Adapter for Eclipse on Solaris/Linux
http://www3.software.ibm.com/ibmdl/pub/software/rationalsdp/clearcase/60/update/unix/
CCRC client is a client for a CCRC web server (which in turn with the ClearCase VOB server): no actual ClearCase client locally installed, no cleartool, no nothing: just a lightweight ClearCase client.
You cannot use a CCRC client if you already have a full ClearCase client installed.
You cannot use a CCRC client if you don't have a CCRC server somewhere listening for the request of that (CCRC) client.