[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

$EDITOR idea

From: Craig Peterein <craig_at_peterein.org>
Date: 2002-10-03 05:43:13 CEST

On IRC, we discussed an idea about the $EDITOR text.

The current $EDITOR behaviour adds an "SVN: " string to the front of 'svn
status' output. To make it easier to create a log message, it would be nice to
also chop off the file after a special marker. Something like this:

---8<---
SVN: Enter Log. Lines beginning with 'SVN:' are removed automatically
SVN: Lines after "SVN-EOF" are removed automatically
SVN:
SVN: Current status of the target files and directories:
SVN:
SVN-EOF
M /path/to/foo
A /other/path/to/bar
SVN-EOF
SVN:
SVN: Current diffs of the target files and directories:
SVN:
[output of svn diff on the targets]
---8<---

This makes it easier for the user to delete one line (the first SVN-EOF line),
optionally rearrange the added/modified/deleted files, and add comments about
them, while looking at the diffs.

Craig

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 3 05:43:48 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.