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

RE: Including diffs in checkin log message comments

From: <josef.wolf_at_siemens.com>
Date: 2003-01-24 12:27:36 CET

Neil Schemenauer wrote:

 I have a little script that wraps svn commit. It includes the diffs
 as a comment at the end of the change log file. I find it
 very handy to
 have the diffs in the same buffer as the log message while editing it.

I have a similar wrapper for cvs too. (I have not moved my repos to svn
yet).

 Would anyone else use such a feature if it was added to the
 svn client?

I dont know if it would be worth it. Why not have a script like:

 #! /bin/sh
 svn diff $1
 $EDITOR $1

and set editor-cmd in your configuration to point to this script?
But I suppose this would not work on windows.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 14 02:13:18 2006

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.