Code

correct access right for git-svn-dcommit test
authorDmitry Potapov <dpotapov@gmail.com>
Mon, 4 Aug 2008 15:30:24 +0000 (19:30 +0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 5 Aug 2008 04:53:45 +0000 (21:53 -0700)
commitfba5279db904aa49bb75bb31614571b9b6d75b33
tree7bfd9971f77438858e412be0219ec78afb3ca46f
parent25032ccd5f2fc4f51c0804efa45be19513e04c8a
correct access right for git-svn-dcommit test

The tests requires anonymous write access. Therefore, "anon-access =
write" is added to conf/svnserve.conf. But because it was added to
the end of the file, it is impossible to guarantee in what section
it will be located. It turned out that on SVN 1.5, it was placed in
the wrong section and as result the test failed.

Signed-off-by: Dmitry Potapov <dpotapov@gmail.com>
Tested-by: Brad King <brad.king@kitware.com>
Acked-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9113-git-svn-dcommit-new-file.sh