How to set up "local" CVS? [message #157356] |
Wed, 05 May 2004 12:57  |
Eclipse User |
|
|
|
Originally posted by: malcolm.chaires.asrc.com
I'm using Eclipse 3.0 M8 on Windows XP Pro and I'm trying to configure CVS.
I inherited my CVS installation and as far as I can tell, it's an
open-source command-line utility, probably from GNU. It's name is
cvs-1.11.5.exe. I can open a command prompt window, key the
fully-qualified name of this .exe followed by a valid CVS command and I'm
off to the races. My repository is on a network drive. I don't have any
CVS environment variables set nor do I have to supply any user
authtication or login info. There are other developers successfully using
this program from NetBeans.
My question is how do I configure Eclipse to use this program?
Specifically, when I go to define a new Respository Location, what
Connection Type should I use and what values should I key for User and
Password (the OK button is disabled without User and Password)? NetBeans
offers all the same connection types as Eclipse does, except for "local"
which Eclipse does not have.
I've tried any number of different combinations of values in the Add CVS
Repository dialog and the Ext Connection Method dialog (under Windows |
Preferences | CVS) but as yet I haven't hit on the correct one. What I get
is a progress dialog that eventually times out with a connection error
after about a minute.
I've done some reading and every CVS installation that I've come across
seems to implement a client/server model that uses some kind of user
authenticaion protocol (rsh, ssh, pserver). What kind of non-standard
one-off do I have here?
Any ideas? Thanks in advance to all who reply ...
Malcolm Chaires
|
|
|
|
Re: How to set up "local" CVS? [message #157439 is a reply to message #157356] |
Thu, 06 May 2004 04:34   |
Anonymous Coward Messages: 4 Registered: December 1969 |
Junior Member |
|
|
Malcolm Chaires wrote:
> I'm using Eclipse 3.0 M8 on Windows XP Pro and I'm trying to configure CVS.
<snip>
> Any ideas? Thanks in advance to all who reply ...
Hi Malcolm,
As far as I know (and found when I looked after an answer for the same
question), there's no support for this configuration in Eclipse.
You definitly need a "real" CVS server, i.e. a machine running the CVS
service/daemon, which you authenticate against.
As you're accessing your repository on a network share, you already have a
machine available/dedicated, and should install the cvs service on it (see
www.cvsnt.org for instructions if under windows, and a Unix flavor your
admin surely know how to do this).
Btw, and IMHO, it's not a good idea to work with cvs (or any code
repository) thought a network (read "netbios") share: I got several
problems when I tried to use a network share for my workspace: "make" not
making anything as if the files had not been changed, which may be an hint
that file timestamping is not really working properly when files are
accessed through a smb share. I don't know how well it works with CVS,
though.
Steph.
|
|
|
Re: How to set up "local" CVS? [message #157461 is a reply to message #157356] |
Thu, 06 May 2004 07:01   |
Eclipse User |
|
|
|
malcolm,
i found this one to be quite useful:
http://w1.858.telia.com/~u85831169/InstallCVSNT.html
/eike
"Malcolm Chaires" <malcolm.chaires@asrc.com> schrieb im Newsbeitrag news:c7b6cs$l5h$1@eclipse.org...
> I'm using Eclipse 3.0 M8 on Windows XP Pro and I'm trying to configure CVS.
>
> I inherited my CVS installation and as far as I can tell, it's an
> open-source command-line utility, probably from GNU. It's name is
> cvs-1.11.5.exe. I can open a command prompt window, key the
> fully-qualified name of this .exe followed by a valid CVS command and I'm
> off to the races. My repository is on a network drive. I don't have any
> CVS environment variables set nor do I have to supply any user
> authtication or login info. There are other developers successfully using
> this program from NetBeans.
>
> My question is how do I configure Eclipse to use this program?
> Specifically, when I go to define a new Respository Location, what
> Connection Type should I use and what values should I key for User and
> Password (the OK button is disabled without User and Password)? NetBeans
> offers all the same connection types as Eclipse does, except for "local"
> which Eclipse does not have.
>
> I've tried any number of different combinations of values in the Add CVS
> Repository dialog and the Ext Connection Method dialog (under Windows |
> Preferences | CVS) but as yet I haven't hit on the correct one. What I get
> is a progress dialog that eventually times out with a connection error
> after about a minute.
>
> I've done some reading and every CVS installation that I've come across
> seems to implement a client/server model that uses some kind of user
> authenticaion protocol (rsh, ssh, pserver). What kind of non-standard
> one-off do I have here?
>
> Any ideas? Thanks in advance to all who reply ...
>
> Malcolm Chaires
>
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04095 seconds