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

From CVC4
Jump to: navigation, search
Line 11: Line 11:
 
*[[Developer's Guide#Reverting a commit|...revert changes that have already been committed to the repository?]]
 
*[[Developer's Guide#Reverting a commit|...revert changes that have already been committed to the repository?]]
 
*[[Developer's Guide#Accessing CVC4's repository|...see what I've changed in my working copy?]]
 
*[[Developer's Guide#Accessing CVC4's repository|...see what I've changed in my working copy?]]
*[[Developer's Guide#Resolving working directory conflicts|...resolve a conflict?]]
+
*[[Developer's Guide#Resolving conflicts in a working directory|...resolve a conflict?]]
 
*[[Developer's Guide#Branching and merging|...create a branch?]]
 
*[[Developer's Guide#Branching and merging|...create a branch?]]
 
*[[Developer's Guide#Branching and merging|...merge a branch back into the trunk?]]
 
*[[Developer's Guide#Branching and merging|...merge a branch back into the trunk?]]

Revision as of 16:50, 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

Dealing with the source tree

Dealing with tests