Difference between revisions of "How do I... ?"

From CVC4
Jump to: navigation, search
m (Dealing with Subversion)
Line 4: Line 4:
  
 
*[[...check out CVC4 from the repository?]]
 
*[[...check out CVC4 from the repository?]]
 +
**From the command line:
 +
    svn co https://subversive.cims.nyu.edu/cvc4/cvc4
 +
**From eclipse: ?
 +
 
*[[...browse CVC4 sources online?]]
 
*[[...browse CVC4 sources online?]]
 +
  The source code is available at https://subversive.cims.nyu.edu/cvc4/cvc4/.  CIMS login is required.  Expect for your browser to whine about the certificate.
 +
 
*[[...update my working copy to the newest committed version?]]
 
*[[...update my working copy to the newest committed version?]]
 +
**From the command line: enter the root cvc4 source directory and issue an svn update
 +
  cd cvc4
 +
  svn update
 
*[[...rename a file or directory?]]
 
*[[...rename a file or directory?]]
 
*[[...revert changes in my working directory?]]
 
*[[...revert changes in my working directory?]]

Revision as of 13:19, 15 December 2009

This page is a repository for questions about working with CVC4. If you have a question, please add it here. If you have an answer, please add the answer to the Developer's Guide, or another wiki page, and then link to it from here.

Dealing with Subversion

   svn co https://subversive.cims.nyu.edu/cvc4/cvc4
    • From eclipse: ?
  The source code is available at https://subversive.cims.nyu.edu/cvc4/cvc4/.  CIMS login is required.  Expect for your browser to whine about the certificate.
  cd cvc4
  svn update

Dealing with the source tree

Dealing with tests