]> git.pld-linux.org Git - packages/git-core.git/commitdiff
Switch off subversion tests again
authorKacper Kornet <draenog@pld-linux.org>
Thu, 12 Jul 2012 18:29:34 +0000 (20:29 +0200)
committerKacper Kornet <draenog@pld-linux.org>
Thu, 12 Jul 2012 18:29:34 +0000 (20:29 +0200)
New subversion insists the spaces in repo names to be escaped. There
is still lack of consensus among the git developers how to fix it
without breaking of compatibility if old versions of subversion.

git-core.spec

index 0b0de827dfffc929a1290009622ff1a786df30c4..4f938a394f68c8906cb8f8a159758f1fbfecc11b 100644 (file)
@@ -2,7 +2,7 @@
 # Conditional build:
 %bcond_without tests           # don't perform make test
 %bcond_with    tests_cvs       # perform tests which use CVS
-%bcond_without tests_svn       # perform tests which use subversion
+%bcond_with    tests_svn       # perform tests which use subversion
 %bcond_without doc             # skip building/packaging docs/manuals (takes some time)
 
 %include       /usr/lib/rpm/macros.perl
This page took 0.040049 seconds and 4 git commands to generate.