platform-vcm-home/docs/online/cvs_features2.0/cvs-faq.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.55, Wed Apr 20 18:21:13 2005 UTC revision 1.56, Mon Jun 6 19:52:24 2005 UTC
# Line 1096  Line 1096 
1096  to see what messages are being communicated between the CVS client and  to see what messages are being communicated between the CVS client and
1097  server. Here's how:</p>  server. Here's how:</p>
1098      <ol>      <ol>
1099        <li>Create a file named ".options" in you eclipse directory (the        <li>Create a file named ".options" in the directory you start Eclipse from
1100  directory that contains the executable) that contains the following 2          (in most cases this is the directory that contains the executable but
1101  lines that enable CVS debugging.          it may differ in some cases: for instance, if you use a shortcut in windows
1102            and specify a different starting directory) that contains the following
1103            2 lines that enable CVS debugging.
1104          <pre>           org.eclipse.team.cvs.core/debug=true<br />              org.eclipse.team.cvs.core/cvsprotocol=true<br />                </pre>          <pre>           org.eclipse.team.cvs.core/debug=true<br />              org.eclipse.team.cvs.core/cvsprotocol=true<br />                </pre>
1105        </li>        </li>
1106        <li>Start Eclipse with the following parameters tailored to you        <li>Start Eclipse with the following parameters tailored to you

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56