| 70 |
error. What does it mean?</a></li> |
error. What does it mean?</a></li> |
| 71 |
<li><a href="#server_9">How do I use a local connection with |
<li><a href="#server_9">How do I use a local connection with |
| 72 |
Eclipse?</a></li> |
Eclipse?</a></li> |
| 73 |
|
<li><a href="#server_10">With CVSNT, why do I get the error: "Error |
| 74 |
|
fetching file revisions"?</a></li> |
| 75 |
<li><a href="#server_11">Why can't I get Eclipse to work with |
<li><a href="#server_11">Why can't I get Eclipse to work with |
| 76 |
CVSNT and mapped network drives?</a></li> |
CVSNT and mapped network drives?</a></li> |
| 77 |
<li><a href="#server_12">Using CVSNT, Why do I get the error "cvs |
<li><a href="#server_12">Using CVSNT, Why do I get the error "cvs |
| 78 |
[server aborted]: cannot find .: No such file or directory"?</a></li> |
[server aborted]: cannot find .: No such file or directory"?</a></li> |
| 79 |
|
<li><a href="#server_13">Why do I get the error "Resource <name> |
| 80 |
|
is not a child of folder <folder>"?</a></li> |
| 81 |
|
<li><a href="#server_14">Why can't I set the keyword substitution mode for CVSNT using Eclipse?</a></li> |
| 82 |
</ol> |
</ol> |
| 83 |
</li> |
</li> |
| 84 |
<li><b><a href="#ssh">Using SSH with CVS</a></b> |
<li><b><a href="#ssh">Using SSH with CVS</a></b> |
| 97 |
<li><a href="#ssh_5">I got an 'Unknown response' while trying to |
<li><a href="#ssh_5">I got an 'Unknown response' while trying to |
| 98 |
perform CVS browsing. What went wrong?</a></li> |
perform CVS browsing. What went wrong?</a></li> |
| 99 |
<li><a href="#ssh_6">I can't get keys generated using Putty to work with Eclipse</a></li> |
<li><a href="#ssh_6">I can't get keys generated using Putty to work with Eclipse</a></li> |
| 100 |
|
<li><a href="#ssh_7">Why do CVS extssh connections fail on Fedora Core 4</a></li> |
| 101 |
|
<li><a href="#ssh_8">Why does CVS extssh prompt for my password even when it is saved?</a></li> |
| 102 |
</ol> |
</ol> |
| 103 |
</li> |
</li> |
| 104 |
<li><b><a href="#10">Upgrading from Eclipse 1.0</a></b> |
<li><b><a href="#10">Upgrading from Eclipse 1.0</a></b> |
| 414 |
same machine as the client, you should be able to use pserver.</p> |
same machine as the client, you should be able to use pserver.</p> |
| 415 |
</li> |
</li> |
| 416 |
|
|
| 417 |
|
<li><b><a name="server_10">With CVSNT, why do I get the error: "Error |
| 418 |
|
fetching file revisions"?</a></b> |
| 419 |
|
<p>This problem has several causes. One is the use of a backslash (\) in the |
| 420 |
|
repository path instead of a slash (/). Another can be a mismatch in the |
| 421 |
|
case of the letters in the repository path. See bug |
| 422 |
|
<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=56635">56635</a> for more details.</p> |
| 423 |
|
</li> |
| 424 |
|
|
| 425 |
<li><b><a name="server_11">Why can't I get Eclipse to work with CVSNT |
<li><b><a name="server_11">Why can't I get Eclipse to work with CVSNT |
| 426 |
and mapped network drives?</a></b> |
and mapped network drives?</a></b> |
| 427 |
<p>The problem is that CVSNT (as of 1.11.1.3) only supports using |
<p>The problem is that CVSNT (as of 1.11.1.3) only supports using |
| 445 |
<li>add all CVS users to PowerUsers on the machine CVSNT is |
<li>add all CVS users to PowerUsers on the machine CVSNT is |
| 446 |
running on</li> |
running on</li> |
| 447 |
</ul> |
</ul> |
| 448 |
|
<p> </p> |
| 449 |
|
</li> |
| 450 |
|
|
| 451 |
|
<li><b><a name="server_13">Why do I get the error "Resource <name> is not a child of folder <folder>"?</a></b> |
| 452 |
|
<p>CVSNT has a separate option called <em>Emulate "-n checkout" bug</em> that must be enabled for Eclipse |
| 453 |
|
to work properly. This is because the "bug" in question is the behavior of a 1.11.x server which |
| 454 |
|
Eclipse requires. |
| 455 |
|
</p> |
| 456 |
|
</li> |
| 457 |
|
|
| 458 |
|
<li><b><a name="server_14">Why can't I set the keyword substitution mode for CVSNT using Eclipse?</a></b> |
| 459 |
|
<p>CVSNT has a non-standard way of dealing with keyword substitution so you will |
| 460 |
|
need to use a CVSNT specific client to modify the keyword substitution mode. |
| 461 |
|
</p> |
| 462 |
</li> |
</li> |
| 463 |
|
|
| 464 |
</ol> |
</ol> |
| 552 |
href="http://www.networksimplicity.com/openssh/">OpenSSH</a>. </p> |
href="http://www.networksimplicity.com/openssh/">OpenSSH</a>. </p> |
| 553 |
</li> |
</li> |
| 554 |
<li><a name="ssh_6"><strong>I can't get keys generated using Putty to work with |
<li><a name="ssh_6"><strong>I can't get keys generated using Putty to work with |
| 555 |
Eclipse</strong></a></li> |
Eclipse</strong></a> |
| 556 |
<p>Putty's private key is encrypted by AES, but JCE (Java Crtptgraphy Extension) |
<p>Putty's private key is encrypted by AES, but JCE (Java Crtptgraphy Extension) |
| 557 |
included in J2SE 1.4.x does not support AES. So, at present time, there is |
included in J2SE 1.4.x does not support AES. So, at present time, there is |
| 558 |
no plan to support it. Of course, JSch (the SSH2 client used in Eclipse) may |
no plan to support it. Of course, JSch (the SSH2 client used in Eclipse) may |
| 559 |
support Putty's key by using the latest J2SE in the near future, but Eclipse |
support Putty's key by using the latest J2SE in the near future, but Eclipse |
| 560 |
3.0/3.1 will not be able to use it because they must run on J2SE 1.4.0. This |
3.0/3.1 will not be able to use it because they must run on J2SE 1.4.0. This |
| 561 |
is explained more in bug <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=84281">https://bugs.eclipse.org/bugs/show_bug.cgi?id=84281</a>.</p> |
is explained more in bug <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=84281">https://bugs.eclipse.org/bugs/show_bug.cgi?id=84281</a>.</p> |
| 562 |
|
</li> |
| 563 |
|
<li><a name="ssh_7"><strong>Why do CVS extssh connections fail on Fedora Core 4</strong></a> |
| 564 |
|
<p> |
| 565 |
|
There is an issue with Sun's JDK 1.4.2 and Fedora Core 4 that causes extssh |
| 566 |
|
connections to fail with the message: |
| 567 |
|
<pre> |
| 568 |
|
CVS Communication error: |
| 569 |
|
org.eclipse.team.internal.ccvs.ssh2.CVSSSH2ServerConnection$SSH2IOException: |
| 570 |
|
Invalid argument or cannot assign requested address |
| 571 |
|
</pre> |
| 572 |
|
The issue seems to be related to both IPv6 and IPv4 being available in FC4. The |
| 573 |
|
solution is to add |
| 574 |
|
<pre> |
| 575 |
|
-Djava.net.preferIPv4Stack=true |
| 576 |
|
</pre> |
| 577 |
|
with the -vmargs option when eclipse is started. |
| 578 |
|
</p> |
| 579 |
|
</li> |
| 580 |
|
<li><strong><a name="ssh_8">Why does CVS extssh prompt for my password even when it is saved?</strong></a> |
| 581 |
|
<p>This problem has been seen on servers that have a problems in a particular authentication |
| 582 |
|
method. This will cause extssh to believe that there has been an authentication failure which |
| 583 |
|
trigger a password prompt. See bug <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=119008">119008</a> |
| 584 |
|
for details. |
| 585 |
|
</p> |
| 586 |
|
</li> |
| 587 |
</ol> |
</ol> |
| 588 |
<br /> |
<br /> |
| 589 |
<!-- Upgrading from Eclipse 1.0 --> |
<!-- Upgrading from Eclipse 1.0 --> |