emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/vc2-xtra.texi


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/man/vc2-xtra.texi
Date: Sat, 06 May 2006 14:24:41 +0000

Index: emacs/man/vc2-xtra.texi
diff -u emacs/man/vc2-xtra.texi:1.3 emacs/man/vc2-xtra.texi:1.4
--- emacs/man/vc2-xtra.texi:1.3 Sat May  6 13:25:54 2006
+++ emacs/man/vc2-xtra.texi     Sat May  6 14:24:41 2006
@@ -38,8 +38,14 @@
   The local copy of the unmodified file is called a @dfn{version
 backup} to indicate that it corresponds exactly to a version that is
 stored in the repository.  Note that version backups are not the same
-as ordinary Emacs backup files (@pxref{Backup,,,emacs, the Emacs
-Manual}).  But they follow a similar naming convention.
+as ordinary Emacs backup files
address@hidden
+(@pxref{Backup,,,emacs, the Emacs Manual}).
address@hidden iftex
address@hidden
+(@pxref{Backup}).
address@hidden ifnottex
+But they follow a similar naming convention.
 
   For a file that comes from a remote CVS repository, VC makes a
 version backup whenever you save the first changes to the file, and
@@ -50,12 +56,17 @@
 @cindex manual version backups
   The name of the automatic version backup for version @var{version}
 of file @var{file} is @address@hidden@var{version}.~}.  This is
-almost the same as the name used by @kbd{C-x v ~} (@pxref{Old
-Versions,,,emacs, the Emacs Manual}), the only difference being
-the additional dot (@samp{.})  after the version number.  This
-similarity is intentional, because both kinds of files store the same
-kind of information.  The file made by @kbd{C-x v ~} acts as a
address@hidden version backup}.
+almost the same as the name used by @kbd{C-x v ~}
address@hidden
+(@pxref{Old Versions,,,emacs, the Emacs Manual}),
address@hidden iftex
address@hidden
+(@pxref{Old Versions}),
address@hidden ifnottex
+the only difference being the additional dot (@samp{.})  after the
+version number.  This similarity is intentional, because both kinds of
+files store the same kind of information.  The file made by @kbd{C-x v
+~} acts as a @dfn{manual version backup}.
 
   All the VC commands that operate on old versions of a file can use
 both kinds of version backups.  For instance, @kbd{C-x v ~} uses
@@ -127,10 +138,16 @@
 
 When you are done with local editing, you can commit the final version
 back to the CVS repository by typing @kbd{C-u C-x v v cvs @key{RET}}.
-This initializes the log entry buffer (@pxref{Log Buffer,,,emacs, the
-Emacs Manual}) to contain all the log entries you have recorded in the
-RCS master; you can edit them as you wish, and then commit in CVS by
-typing @kbd{C-c C-c}.  If the commit is successful, VC removes the RCS
+This initializes the log entry buffer
address@hidden
+(@pxref{Log Buffer,,,emacs, the Emacs Manual})
address@hidden iftex
address@hidden
+(@pxref{Log Buffer})
address@hidden ifnottex
+to contain all the log entries you have recorded in the RCS master;
+you can edit them as you wish, and then commit in CVS by typing
address@hidden C-c}.  If the commit is successful, VC removes the RCS
 master, so that the file is once again registered under CVS only.
 (The RCS master is not actually deleted, just renamed by appending
 @samp{~} to the name, so that you can refer to it later if you wish.)
@@ -163,9 +180,15 @@
 Thus, if you are using local RCS, and you want to pick up some recent
 changes in the file from remote CVS, first visit the file, then type
 @kbd{C-x v b} to switch to CVS, and finally use @kbd{C-x v m
address@hidden to merge the news (@pxref{Merging,,,emacs, the Emacs
-Manual}).  You can then switch back to RCS by typing @kbd{C-x v b}
-again, and continue to edit locally.
address@hidden to merge the news
address@hidden
+(@pxref{Merging,,,emacs, the Emacs Manual}).
address@hidden iftex
address@hidden
+(@pxref{Merging}).
address@hidden ifnottex
+You can then switch back to RCS by typing @kbd{C-x v b} again, and
+continue to edit locally.
 
 But if you do this, the revision numbers in the RCS master no longer
 correspond to those of CVS.  Technically, this is not a problem, but
@@ -219,7 +242,13 @@
 you need not hesitate to create snapshots whenever they are useful.
 
   You can give a snapshot name as an argument to @kbd{C-x v =} or
address@hidden v ~} (@pxref{Old Versions,,,emacs, the Emacs Manual}).
address@hidden v ~}
address@hidden
+(@pxref{Old Versions,,,emacs, the Emacs Manual}).
address@hidden iftex
address@hidden
+(@pxref{Old Versions}).
address@hidden ifnottex
 Thus, you can use it to compare a snapshot against the current files,
 or two snapshots against each other, or a snapshot against a named
 version.
@@ -283,9 +312,15 @@
 @subsubsection Change Logs and VC
 
   If you use RCS or CVS for a program and also maintain a change log
-file for it (@pxref{Change Log,,,emacs, the Emacs Manual}), you
-can generate change log entries automatically from the version control
-log entries:
+file for it
address@hidden
+(@pxref{Change Log,,,emacs, the Emacs Manual}),
address@hidden iftex
address@hidden
+(@pxref{Change Log}),
address@hidden ifnottex
+you can generate change log entries automatically from the version
+control log entries:
 
 @table @kbd
 @item C-x v a
@@ -458,8 +493,13 @@
 The exception is RCS---with RCS, version headers are sometimes more
 reliable than the master file to determine which version of the file
 you are editing.  Note that in a multi-branch environment, version
-headers are necessary to make VC behave correctly (@pxref{Multi-User
-Branching,,,emacs, the Emacs Manual}).
+headers are necessary to make VC behave correctly
address@hidden
+(@pxref{Multi-User Branching,,,emacs, the Emacs Manual}).
address@hidden iftex
address@hidden
+(@pxref{Multi-User Branching}).
address@hidden ifnottex
 
   Searching for RCS version headers is controlled by the variable
 @code{vc-consult-headers}.  If it is address@hidden (the default),
@@ -559,8 +599,14 @@
 registered in more than one system (@pxref{Local Version Control}), VC
 uses the system that comes first in @code{vc-handled-backends} by
 default.  The order is also significant when you register a file for
-the first time, @pxref{Registering,,,emacs, the Emacs Manual} for
-details.
+the first time, see
address@hidden
address@hidden,,,emacs, the Emacs Manual},
address@hidden iftex
address@hidden
address@hidden,
address@hidden ifnottex
+for details.
 
 @menu
 * General VC Options::  Options that apply to multiple back ends.
@@ -711,7 +757,13 @@
 somebody else has already checked in other changes to the file, you
 are not notified of it until you actually try to commit.  (But you can
 try to pick up any recent changes from the repository first, using
address@hidden v m @key{RET}}, @pxref{Merging,,,emacs, the Emacs Manual}).
address@hidden v m @key{RET}},
address@hidden
address@hidden,,,emacs, the Emacs Manual}).
address@hidden iftex
address@hidden
address@hidden).
address@hidden ifnottex
 
   When @code{vc-cvs-stay-local} is @code{t}, VC also makes local
 version backups, so that simple diff and revert operations are




reply via email to

[Prev in Thread] Current Thread [Next in Thread]