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

Encoding & External editor (SVN_EDITOR)

From: Alexander Korsukov <akorsukov_at_ozero.net>
Date: 2005-02-25 06:34:51 CET

Hello.

http://svn.collab.net/repos/svn/tags/1.1.3/subversion/clients/cmdline/util.c

#line 532:
      /* Use the external edit to get a log message. */
      err = svn_cl__edit_externally (&msg_string, &lmb->tmpfile_left,
                                     lmb->editor_cmd, lmb->base_dir,
                                     msg_string, "svn-commit",
                                     lmb->config, TRUE, NULL, pool);

Why 9th argument (const char *encoding) is NULL? What about lmb->message_encoding?

--
Alexander

Received on Fri Feb 25 22:33:56 2005

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.