[xmlrpc-c/f12/master] use stable, not advanced SVN repository for this branch

ensc ensc at fedoraproject.org
Fri Aug 27 18:08:21 UTC 2010


commit 100323295b69cda99e36ee4c3910e73546bdeccb
Author: Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de>
Date:   Fri Aug 27 20:04:45 2010 +0200

    use stable, not advanced SVN repository for this branch

 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile b/Makefile
index 7c81a4d..6664724 100644
--- a/Makefile
+++ b/Makefile
@@ -4,5 +4,5 @@ MAKEFILE_COMMON = $(HOME)/.fedora/common.mk
 all:
 
 svn-sources:
-	cd $(DESTDIR) . && svn export https://xmlrpc-c.svn.sourceforge.net/svnroot/xmlrpc-c/advanced@${SVN_REV} xmlrpc-c-${SVN_VER}
+	cd $(DESTDIR) . && svn export https://xmlrpc-c.svn.sourceforge.net/svnroot/xmlrpc-c/stable@${SVN_REV} xmlrpc-c-${SVN_VER}
 	cd $(DESTDIR) . && tar cJf xmlrpc-c-${SVN_VER}.tar.xz xmlrpc-c-${SVN_VER} --owner root --group root --mode=go-w,a+rX


More information about the scm-commits mailing list