git-svn: test for creating new directories over svn://
commitb3bf96d483ac2ff4a7523445a4e3f53f266501a4
authorEric Wong <normalperson@yhbt.net>
Wed, 13 Jun 2007 09:37:04 +0000 (13 02:37 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Jun 2007 18:01:49 +0000 (13 11:01 -0700)
treef95f80c32ba486caac06f8828cd91744f9c2c027
parentb54a901e05235b2717da54d2a51b8cbd571cefcd
git-svn: test for creating new directories over svn://

As reported by Matthieu Moy, this is causing svnserve to
terminate connections, because it segfaults.

This test is disabled by default and can be enabled by setting
SVNSERVE_PORT to an unbound (for 127.0.0.1) TCP port in the
environment (in addition to SVN_TESTS=1).  I'm not comfortable
with having a test start a daemon by default and take up a port
that could potentially stay running if the test failed.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9113-git-svn-dcommit-new-file.sh [new file with mode: 0755]