Sometimes, it turns out that some changes made locally were
not necessary after all, or the writer just wants to start over.
Files can be “reset” to their unchanged form with
svn revert
. For example, to erase the edits
made to chapter.xml
and reset it to
unmodified form:
%
svn revert chapter.xml
All FreeBSD documents are available for download at http://ftp.FreeBSD.org/pub/FreeBSD/doc/
Questions that are not answered by the
documentation may be
sent to <freebsd-questions@FreeBSD.org>.
Send questions about this document to <freebsd-doc@FreeBSD.org>.