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

Re: svn failing commit messages.

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-01-14 18:49:56 CET

Karl Fogel wrote:

>"Mark H. Wilkinson" <mhw@kremvax.net> writes:
>
>
>>Anyway: how about storing a small number of recent log messages into the
>>~/.subversion/ directory, along with some noddy user interface during
>>the edit commit message process? I'm imagining something similar to the
>>CVS 'log message unchanged, abort, edit, commit' prompt that can be
>>accessed by exiting the editor immediately, through which you could
>>select one of the recent messages by number.
>>
>>
>
>Mmmm, lots of new code and potential bug sources, for a feature that
>users can achieve right now with a little planning (just write their
>log message in a file to begin with).
>
>Doesn't seem worth it to me...
>
>

Yeah, and if said user doesn't plan well enogh, there's still

    svn propget --revprop -r13 svn:log > log.txt
    svn commit -F log.txt foo/bar qux

So in fact, you have more than a small numer of log messages available
-- you have /all/ of them available.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jan 14 18:50:52 2003

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.