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

Re: Reusing svn-commit.tmp

From: David Weintraub <qazwart_at_gmail.com>
Date: Wed, 14 Oct 2009 15:55:37 -0400

You can use the "-F" option in the command line client:
*
**$ svn commit -F svn-commit.tmp*

However, if you prefer to see the previously failed comment and be given the
opportunity to edit it, things get a bit more tricky.

You can create a tiny shell script that will read in this file in the editor
if this file exists. Otherwise, the commit brings up a blank screen.

On Wed, Oct 14, 2009 at 2:17 PM, Ben Kim <bkim_at_tamu.edu> wrote:

> Hi list,
>
> I recently have a network problem to the svn server, so the connection
> fails intermittently. (This is not a svn problem.)
>
> When I do a commit when the connection fails, I'm left with the
> svn-commit.tmp.
>
> If I try a few times it works. But each time, I need to re-enter the
> log messages.
>
> Is there a switch that let me re-use the log messages (or read it from
> svn-commit.tmp, or the latest one, like svn-commit.6.tmp)?
>
>
>
> Thanks.
>
> Ben Kim
>
> ------------------------------------------------------
>
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2407680
>
> To unsubscribe from this discussion, e-mail: [
> users-unsubscribe_at_subversion.tigris.org].
>

-- 
David Weintraub
qazwart_at_gmail.com
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2407712
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-14 21:56:49 CEST

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

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