Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
NEW cvs-integration: wrong method error when i set cvs root
Permanently deleted user
Created
hi, i use wincvs under winXP. i go to tools/checkout project. here i clicked to the ... button left of the comboBox. now i must edit the cvsroot, but when i edit it and press ok, i get these error: wrong method: D:\cvsroot where's my mistake??? thanks!!!
Not sure, but you seem to use a local cvs root, so you might try prepending your cvs root with ":local:", i.e. ":local:d:\cvsroot".
Michael Seele wrote:
hi, i use wincvs under winXP. i go to tools/checkout project. here i clicked to the ... button left of the comboBox. now i must edit the cvsroot, but when i edit it and press ok, i get these error: wrong method: D:\cvsroot where's my mistake??? thanks!!!
For the moment only "pserver" connection is supported.
I know that this is an EAP version but it would be appropriate for such a major limitation to have at least a tiny little note in the Known Issues file or even better: on the download page. You could extend that to something like:
----
download one
download two
Known Issues for this build (#810):
- CVS currently only supports pserver
- please especially test new keyboard implementation
- ...
REAL TOUGH DISCLAIMER ABOUT HOW BAD THE WORLD IS
----
that would save you a lot of bug reports and give us a direction on what to focus.
This is not even beta code, this is alpha code, they're adding features and handing them to us for testing. This is what eXtreme programming is about. What are you doing using EAP builds as production software? You should have 3.0.3 installed and use it for production, then have 8xx installed to look at the new features and try to use it for your work. If you hit a snag, you go back to production and continue your work. If this is too much to ask then EAP is not for you.
Don't just on the IntelliJ guys for providing us with FREE previews of what's coming, or how they choose to do their releases. That's just not cool.
R
Michael Seele wrote:
i hope that's a joke!!! that means that all who work with a local cvs cannot use it. i cannot belive that the software from jetbrains is so poor!!!
While I agree that no one needs to comment on the skills of the JetBrains folks (as it is very high), it would be nice knowing what is in the build. Hard to test when the functionality isn't there. I grabbed this release to test the CVS integration but use SSH to connect. Would have been nice to know I was wasting my time trying to get it to work.
NEVER use the local mode for serious development, except if you are the only one developer on a project or you want to get corrupted repository. But even in this case it is easy enough to setup a CVS server on the machine.
CVSNT is a CVS-server, WinCVS (or SmartCVS -- sorry for ads) is a CVS client. WinCVS uses a native CVS implementation (quite adequate to cvs.exe) and therefore supports server functionality like :local: mode. SmartCVS, Eclipse and IDEA Aurora are/have "only" CVS clients (without the server functionality to run in :local: mode).
now i have installed cvsnt and initialised all. but when i edit the cvsroot(:pserver:Michael@localhost:/cvs/cvsrep) i get the error wrong password. how can i include the password into my message(:pserver:Michael@localhost:/cvs/cvsrep)???
now i have installed cvsnt, but when i set the cvsroot(:pserver:Michael@localhost:/cvsroot) in IDEA(b809) i got the error wrong passord. what's my mistake???
>how can i include the password into my message(:pserver:Michael@localhost:/cvs/cvsrep)???
You can't. It is stored somewhere else (newer CVSNT versions are said to store the passwords in the registry). Don't know, how IDEA handles it now, since I cannot use builds >=807 at all.
do you work with cvsnt and IDEA??? how/where can i set the password?? when i set the cvsroot(:pserver:Michael@localhost:/cvsrep/root) IDEA(b809) shows an error: wrong password! can you help me? thanks!!!
do you work with cvsnt and IDEA??? how/where can i set the password?? when i set the cvsroot(:pserver:Michael@localhost:/cvsrep/root) IDEA(b809) shows an error: wrong password! can you help me? thanks!!!
On Wed, 02 Apr 2003 08:28:52 +0200, Thomas Singer wrote:
You can't. It is stored somewhere else (newer CVSNT versions are said to store the passwords in the registry). Don't know, how IDEA handles it now, since I cannot use builds >=807 at all.
Any idea what cvs client Idea is now using? Before, one would set the path to the cvs binary in the project options, which no longer exists.
If you get "Wrong password" message while checkout project try to connect to cvs using any cvs client (cvs login). Copy cvsroot from .cvspass file (ignoring scrambled password) and past it to the cvs configuration dialog.
-- Best regards, Olesya Smirnova JetBrains, Inc / IntelliJ Software http://www.intellij.com "Develop with pleasure!"
If you get "Wrong password" message while checkout project try to connect to cvs using any cvs client (cvs login). Copy cvsroot from .cvspass file (ignoring scrambled password) and past it to the cvs configuration dialog.
What directory does the CVS integration regard as the user's home directory? The Windows user profile directory, "C:\Documents and Settings\bob" or the HOME environment variable?
Ciao, Gordon
-- Gordon Tyler (Software Developer) Quest Software <http://java.quest.com/> 260 King Street East, Toronto, Ontario M5A 4L5, Canada Voice: 416-643-4846 | Fax: 416-594-1919
>Olesya Smirnova wrote: >> If you get "Wrong password" message while checkout project try to connect to >> cvs using any cvs client (cvs login). Copy cvsroot from .cvspass file >> (ignoring scrambled password) and past it to the cvs configuration dialog. > >What directory does the CVS integration regard as the user's home >directory? The Windows user profile directory, "C:\Documents and >Settings\bob" or the HOME environment variable? > >Ciao, >Gordon
Not sure, but you seem to use a local cvs root, so you might try
prepending your cvs root with ":local:", i.e. ":local:d:\cvsroot".
Michael Seele wrote:
no i get another error g:
cannot connect to host
For the moment only "pserver" connection is supported.
"Michael Descher" <michael.descher@gmx.de> wrote in message
news:b65822$jl$1@is.intellij.net...
>
to the ... button left of the comboBox. now i must edit the cvsroot,
but when i edit it and press ok, i get these error:
>
i hope that's a joke!!!
that means that all who work with a local cvs cannot use it. i cannot belive that the software from jetbrains is so poor!!!
Michael Seele wrote:
Remember that you are talking about an eap-version of IDEA; Use the
"normal" version of IDEA and you can work with local cvs...
Best regards,
Tom Schreiber
Olesya Smirnova wrote:
I know that this is an EAP version but it would be appropriate for such
a major limitation to have at least a tiny little note in the Known
Issues file or even better: on the download page. You could extend that
to something like:
----
download one
download two
Known Issues for this build (#810):
- CVS currently only supports pserver
- please especially test new keyboard implementation
- ...
REAL TOUGH DISCLAIMER ABOUT HOW BAD THE WORLD IS
----
that would save you a lot of bug reports and give us a direction on what
to focus.
Best regards,
Dirk Dittert
good idea!!!
post it in the itn tracker as feature!!!
This is not even beta code, this is alpha code, they're adding features
and handing them to us for testing. This is what eXtreme programming is
about. What are you doing using EAP builds as production software? You
should have 3.0.3 installed and use it for production, then have 8xx
installed to look at the new features and try to use it for your work.
If you hit a snag, you go back to production and continue your work. If
this is too much to ask then EAP is not for you.
Don't just on the IntelliJ guys for providing us with FREE previews of
what's coming, or how they choose to do their releases. That's just not
cool.
R
Michael Seele wrote:
While I agree that no one needs to comment on the skills of the JetBrains folks (as it is very high), it would be nice knowing what is in the build. Hard to test when the functionality isn't there. I grabbed this release to test the CVS integration but use SSH to connect. Would have been nice to know I was wasting my time trying to get it to work.
NEVER use the local mode for serious development, except if you are
the only one developer on a project or you want to get corrupted
repository. But even in this case it is easy enough to setup a CVS
server on the machine.
Tom
i work with winCVS under winXP. how can i setup a CVS server on my machine and how can i use the new CVSintegration??? thanks
Please try CVSNT (www.cvsnt.org).
Tom
Michael Seele <jiveadmin@jetbrains.com> schrieb:
>i work with winCVS under winXP. how can i setup a CVS server on my machine and how can i use the new CVSintegration??? thanks
HI,
I use pserver but got the same error :
"krr@nswnt1.shd.lan:d:/cvs/cvsrep" for example...
please post a little help for the cvs configuration !
Greets -Ralf-
thanks. is cvsnt better or as good as wincvs???
CVSNT is a CVS-server, WinCVS (or SmartCVS -- sorry for ads) is a CVS
client.
WinCVS uses a native CVS implementation (quite adequate to cvs.exe)
and therefore supports server functionality like :local: mode.
SmartCVS, Eclipse and IDEA Aurora are/have "only" CVS clients (without
the server functionality to run in :local: mode).
Cheers,
Tom
Hi,
okay I finaly got it
":pserver:krr@nswnt1.shd.lan:d:/cvs/cvsrep" is it.
But where is the EDIT option ???
now i have installed cvsnt and initialised all. but when i edit the cvsroot(:pserver:Michael@localhost:/cvs/cvsrep) i get the error wrong password. how can i include the password into my message(:pserver:Michael@localhost:/cvs/cvsrep)???
now i have installed cvsnt, but when i set the cvsroot(:pserver:Michael@localhost:/cvsroot) in IDEA(b809) i got the error wrong passord. what's my mistake???
>how can i include the password into my message(:pserver:Michael@localhost:/cvs/cvsrep)???
You can't. It is stored somewhere else (newer CVSNT versions are said
to store the passwords in the registry). Don't know, how IDEA handles
it now, since I cannot use builds >=807 at all.
Tom
do you work with cvsnt and IDEA??? how/where can i set the password?? when i set the cvsroot(:pserver:Michael@localhost:/cvsrep/root) IDEA(b809) shows an error: wrong password! can you help me? thanks!!!
Michael, I too have had this problem since 809 and been asking about it on
here for a while to no avail. I have filed a bug for this at
http://www.intellij.net/tracker/idea/viewSCR?publicId=11026
N.
Michael Seele wrote:
On Wed, 02 Apr 2003 08:28:52 +0200, Thomas Singer wrote:
Any idea what cvs client Idea is now using? Before, one would set the
path to the cvs binary in the project options, which no longer exists.
Is it a pure java cvs library?
Yes, by the looks of it they are using the netbeans javacvs library
(http://javacvs.netbeans.org/)
N
Mark Derricutt wrote:
>
If you get "Wrong password" message while checkout project try to connect to
cvs using any cvs client (cvs login). Copy cvsroot from .cvspass file
(ignoring scrambled password) and past it to the cvs configuration dialog.
--
Best regards,
Olesya Smirnova
JetBrains, Inc / IntelliJ Software
http://www.intellij.com
"Develop with pleasure!"
"Michael Seele" <jiveadmin@jetbrains.com> wrote in message
news:32436392.1048943594074.JavaMail.jrun@is.intellij.net...
to the ... button left of the comboBox. now i must edit the cvsroot,
but when i edit it and press ok, i get these error:
Olesya Smirnova wrote:
What directory does the CVS integration regard as the user's home
directory? The Windows user profile directory, "C:\Documents and
Settings\bob" or the HOME environment variable?
Ciao,
Gordon
--
Gordon Tyler (Software Developer)
Quest Software <http://java.quest.com/>
260 King Street East, Toronto, Ontario M5A 4L5, Canada
Voice: 416-643-4846 | Fax: 416-594-1919
User profile. Environment variables do not matter for JAVA
development.
Tom
Gordon Tyler <gordon.tyler@sitraka.com> schrieb:
>Olesya Smirnova wrote:
>> If you get "Wrong password" message while checkout project try to connect to
>> cvs using any cvs client (cvs login). Copy cvsroot from .cvspass file
>> (ignoring scrambled password) and past it to the cvs configuration dialog.
>
>What directory does the CVS integration regard as the user's home
>directory? The Windows user profile directory, "C:\Documents and
>Settings\bob" or the HOME environment variable?
>
>Ciao,
>Gordon