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

1.6.0 svn client commit bug

From: Kyle McKay <mackyle_at_gmail.com>
Date: Mon, 23 Mar 2009 17:24:01 -0700

Using the released 1.6.0 svn client from the command line on Mac OS X
(bash shell):

$ svnadmin create /tmp/svntest
$ SVN_EDITOR=/bin/cat svn mkdir file:///tmp/svntest/dir

--This line, and those below, will be ignored--

A .

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

Using the released 1.5.6 (and 1.5.5) svn client from the command line
on Mac OS X (bash shell):

$ svnadmin create /tmp/svntest2
$ SVN_EDITOR=/bin/cat svn mkdir file:///tmp/svntest2/dir

--This line, and those below, will be ignored--

A file:///tmp/svntest2/dir

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

Notice how the "A ." comment line is incorrect with the 1.6.0 client.

In fact if you list multiple directories to create with the svn 1.6.0
client mkdir command, they all show exactly the same way as "A ."
in the comments.

The same behavior has been observed with the svn 1.6.0 client against
a remote (svn+ssh) 1.5.5 repository. The above is simply the easiest
and quickest way to reproduce it.

The 1.5 series client does not seem to have this bug.

-- 
Kyle McKay
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1394906
Received on 2009-03-24 11:12:11 CET

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.