[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [Subclipse-users] Multiple users, same workspace

From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-07-17 20:15:41 CEST

Dan Falconer <dan@avsupport.com> wrote on 07/17/2006 01:59:11 PM:

> I'm the head of a development group, and am presently the only one
that uses
> Eclipse/Subclipse: I would like to change this. I wanted to put a copy
of my
> Eclipse directory on the server, and somehow have everybody use that
same
> directory (with their own workspaces) to do development work. Since
it's
> linux, I was planning on just having everybody establish an SSH
connection
> (with X11 forwarding) & forward the GUI.
>
> Unfortunately, I've had some problems with Eclipse caching my
username, so
> all the commits go under my name. I'd rather not have each user have
their
> own copy of Eclipse, since my own directory is over 350 megs... any
> suggestions? I can't imagine I'm the first person that's tried to do
this.

You are probably using JavaSVN for the adapter. It caches Eclipse
credentials in the keyring and you are probably sharing it, as the default
location is a common location. You can use the command line argument of
--keyring to direct the user to a file in their home folder. You might
also want to do the same for the --configuration argument.

If you are using JavaHL, then it caches information in the Subversion
runtime configuration folder which defaults to your home folder.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Mon Jul 17 20:15:54 2006

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.