Re: How to change default svn-commit.tmp contents

2010-05-20 Thread Bostjan Skufca
Hi again! I was wrong about calling the currently checked out revision HEAD. I want to see diff against currently checked out revision. I figured out what the problem is. Svn creates svn-commit.tmp one directory higher than I am currently in. - /trunk/lib/<--- this is where I execute "svn ci"

Re: How to change default svn-commit.tmp contents

2010-05-19 Thread Daniel Becroft
On Thu, May 20, 2010 at 10:40 AM, Bostjan Skufca wrote: > I should have known that the first thing to surface would be "why" and not > "the answer". But your question, Daniel, was polite at least :) > > If you pay attention to the command line in editor-cmd setting you can > notice that content is

Re: How to change default svn-commit.tmp contents

2010-05-19 Thread Bostjan Skufca
I should have known that the first thing to surface would be "why" and not "the answer". But your question, Daniel, was polite at least :) If you pay attention to the command line in editor-cmd setting you can notice that content is appended. Therefore it is positioned below the -- This line and e

Re: How to change default svn-commit.tmp contents

2010-05-19 Thread Daniel Becroft
On Thu, May 20, 2010 at 10:08 AM, Bostjan Skufca wrote: > Hi all! > > I would like to change default contents of commit message from 'svn status' > output to add 'svn diff' output. How can this be achieved? > > I have already tried setting editor-cmd in ~/.subversion/config to "svn diff >>> svn-co

Re: How to change default svn-commit.tmp contents

2010-05-19 Thread Andy Levy
On Wed, May 19, 2010 at 20:08, Bostjan Skufca wrote: > Hi all! > > I would like to change default contents of commit message from 'svn status' > output to add 'svn diff' output. How can this be achieved? > > I have already tried setting editor-cmd in ~/.subversion/config to "svn diff >>> svn-commi

How to change default svn-commit.tmp contents

2010-05-19 Thread Bostjan Skufca
Hi all! I would like to change default contents of commit message from 'svn status' output to add 'svn diff' output. How can this be achieved? I have already tried setting editor-cmd in ~/.subversion/config to "svn diff >> svn-commit.tmp && mcedit" and it partially works, but creates diff against