Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>The simple answer is: You don't need to. The <code>CVSROOT</code> environment variable is terribly overrated. CVS(NT) will only use it if all other methods of determining the repository connection string have been exhausted. People often assume that it is the other way round and then wonder that changes they've made to the CVSROOT environment variable are not effective.</p> <p>The order in which CVS evaluates possible sources for the repository connection string:</p> <ol> <li><p>The <code>-d</code> option on the commandline. This is what WinCvs allows you to set via the CVSROOT option on the following dialogs: <code>login</code>, <code>init</code>, <code>import</code>, <code>checkout</code> and <code>rtag</code>. Also note that WinCvs remembers the CVSROOTs you've used in the past: If you revisit one of these dialogs you can simply pick the previous CVSROOTs from the dropdown.</p></li> <li><p>The contents of any ./CVS/Root files if present (they have the hidden attribute set by default in case you don't see them). This means that as soon as you are running a command inside a working copy there is no need to specify the CVSROOT via any other means. WinCvs also displays this in the status bar if available.</p></li> <li><p>Finally, as a last resort, the <code>CVSROOT</code> environment variable. This is useful when you're actually working on the commandline, executing commands outside a checked out sandbox but inside WinCvs there really is no point... either you already are inside a sandbox or you can simply pick the CVSROOT from the dropdown where it is needed.</p></li> </ol> <p>If you need to change the connection settings of an existing working copy you need to modify the contents of the ./CVS/Root files. WinCvs comes with a macro that will simplify this for you. Just select the root folder of the working copy you want to change the CVSROOT for and go to Macros|CVS|Change CVSROOT...</p> <p>Also see this FAQ item on the whole issue: <a href="http://cvsgui.sf.net/newfaq.htm#CvsrootWizard" rel="noreferrer">http://cvsgui.sf.net/newfaq.htm#CvsrootWizard</a></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload