To test what files would get changed or conflict when running an update:
With svn:
svn merge --dry-run -r BASE:HEAD .
With cvs:
cvs -nq update -d
cvsDry run update with svn and cvsSubmitted by sandip on Fri, 03/04/2011 - 17:04To test what files would get changed or conflict when running an update: With svn: svn merge --dry-run -r BASE:HEAD . With cvs: cvs -nq update -d »
Basic CVS command reference...Submitted by sandip on Fri, 05/06/2005 - 10:08Prior to using cvs, set up the CVSROOT and EDITOR environment if not set up already. $ export CVSROOT=/path/to/cvsroot $ export EDITOR=vi There are only a handful of CVS commands that you need to know to get everything done to control a project. All the commands share a common general syntax of: $ cvs [-d cvs_root_path] command [command-options-and-arguments]
$ cvs -d /path/to/cvs/PROJECT init |
User loginRecent blog posts
Who's onlineThere are currently 0 users and 3 guests online.
|