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

Re: Log length limit on Windows? Problem with using notepad as log editor?

From: <kfogel_at_collab.net>
Date: 2004-12-02 20:15:55 CET

"Brass Tilde" <brasstilde@insightbb.com> writes:
> How did you start notepad? Some windows executables return control to the
> calling process immediately, rather than forcing them to wait until the
> program completes. Notepad is one of these (at least from a DOS prompt).
> This would cause control to return to the svn invokation, which would then
> see an empty file (because Notepad hasn't saved it yet) and continue with
> not committing the revision because of an empty comment.

Wow!

Brass Tilde, I'll bet you've got it. This seems to match the symptoms
(Scott, to verify you could try committing with -m "" and see if that
gets the same result).

This is so unexpected that I think we should make a FAQ item for it,
even though it is not all that frequently encountered. Let's wait for
verification from Scott first, though.

> There may be a way to specify your editor string by invoking the command
> interpreter as the editor command, rather than the editor itself. For
> instance, you might set your editor command to "cmd.exe /C notepad.exe". I
> haven't tested it, so use at your own risk.

If this works, it can go in the FAQ item.

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 2 20:22:51 2004

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.