t9155 fails on current next when running the testsuite on a Fedora
Core 7 system. The reason is that FC7 comes with svn 1.4.4, while
in commit 3235b70 the --parents option was introduced into t9155
which was added in svn 1.5.
What minimum svn version is required for git svn? I didn't find any
information about that, but I might have overlooked something ...
On Thu, Aug 19, 2010 at 16:57, Jens Lehmann [off-list ref] wrote:
t9155 fails on current next when running the testsuite on a Fedora
Core 7 system. The reason is that FC7 comes with svn 1.4.4, while
in commit 3235b70 the --parents option was introduced into t9155
which was added in svn 1.5.
What minimum svn version is required for git svn? I didn't find any
information about that, but I might have overlooked something ...
We currently require >= 1.1.0 of SVN::Core for the git-svn tests at least.
From: Eric Wong <hidden> Date: 2016-06-15 22:49:20
Ævar Arnfjörð Bjarmason [off-list ref] wrote:
On Thu, Aug 19, 2010 at 16:57, Jens Lehmann [off-list ref] wrote:
quoted
t9155 fails on current next when running the testsuite on a Fedora
Core 7 system. The reason is that FC7 comes with svn 1.4.4, while
in commit 3235b70 the --parents option was introduced into t9155
which was added in svn 1.5.
The --parents option appears completely unnecessary in this case,
so removing it should be safe. Patch coming...
quoted
What minimum svn version is required for git svn? I didn't find any
information about that, but I might have overlooked something ...
We currently require >= 1.1.0 of SVN::Core for the git-svn tests at least.
That's still the only hard requirement I know of. While I haven't had a
1.1.x installation in years, reports of incompatibility have been few.
So either people find it easier to upgrade to newer versions of SVN,
don't care, or there just aren't that many incompatibilities.
I'd say we will continue to do our best to support whatever versions
people care to report (preferably with patches :) incompatibilities for.
--
Eric Wong
From: Eric Wong <hidden> Date: 2016-06-15 22:49:20
The "--parents" option did not appear until SVN 1.5.x
and is completely unnecessary in this case.
Reported-by: Jens Lehmann <redacted>
Signed-off-by: Eric Wong <redacted>
---
Also pushed up to git://git.bogomips.org/git-svn
t/t9155-git-svn-fetch-deleted-tag.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)