First page Back Continue Last page Overview Graphics
svn commit (2/2)
SVN will normally open an editor (usually vi, but your $EDITOR environment variable is honoured) and prompted to enter a log message:
--This line, and those below, will be ignored--
A freeform.txt
Save and exit to use the log message and commit; exit without saving and SVN will prompt:
Log message unchanged or not specified
a)bort, c)ontinue, e)dit
You may pass a log message on the command-line by using the -m flag:
svn commit -m 'added' haiku.txt
Notes: