[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: <jostein_at_josander.net>
Date: 2003-01-24 12:57:43 CET

On Friday 24 January 2003 12.27, Wolf Josef wrote:

 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.

Just for fun (in a some_filename.bat file - and I have not tested it):

@echo off
svn diff %1
%EDITOR% %1

Jostein

-- 
----------------------------------------------------------------------
Jostein Christoffer Andersen jostein@josander.net
http://www.josander.net/
Public PGP Key:
Key: http://www.josander.net/pub_keys/jostein_josander.net.asc
----------------------------------------------------------------------
---------------------------------------------------------------------
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:21 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.