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

[BUG] Commit message editor stuck in loop when no save or empty message

From: Francois Beausoleil <fbos_at_users.sourceforge.net>
Date: 2004-07-21 17:53:40 CEST

Hi !

Here's a repro recipe:
$ svnadmin create repos

$ svn co file:///repos test
Checked out revision 0.

$ cd test

$ echo >test.txt

$ svn add test.txt
A test.txt

$ svn ci

Log message unchanged or not specified
a)bort, c)ontinue, e)dit

Log message unchanged or not specified
a)bort, c)ontinue, e)dit

Log message unchanged or not specified
a)bort, c)ontinue, e)dit

Log message unchanged or not specified
a)bort, c)ontinue, e)dit

$ svn --version
svn, version 1.1.0 (Release Candidate 1)
   compiled Jul 19 2004, 09:03:26

The gist of it is that with 1.0.5, I exit the editor without saving, and
Subversion would wait for me to say "Continue, Abort" or "Edit". Now,
it doesn't wait anymore. It simply pops the editor again.

Bye !
François
Developer of Java Gui Builder
http://jgb.sourceforge.net/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 21 17:54:07 2004

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.