[packages/git-core] Switch off subversion tests again

draenog draenog at pld-linux.org
Thu Jul 12 20:40:29 CEST 2012


commit 1f8979fc48643f6bf6662b4c3be7e221302cefe4
Author: Kacper Kornet <draenog at pld-linux.org>
Date:   Thu Jul 12 20:29:34 2012 +0200

    Switch off subversion tests again
    
    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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/git-core.spec b/git-core.spec
index 0b0de82..4f938a3 100644
--- a/git-core.spec
+++ b/git-core.spec
@@ -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


More information about the pld-cvs-commit mailing list