Re: svn build issue

2013-10-24 Thread Ben Boeckel
On Mon, 21 Oct, 2013 at 02:12:04 GMT, Kevin Kofler wrote: > Upstream's CMakeLists.txt does this: > FIND_PACKAGE(Subversion) > IF(Subversion_FOUND) > Subversion_WC_INFO(${PROJECT_SOURCE_DIR} GUAYADEQUE) > MESSAGE("Current revision is ${GUAYADEQUE_WC_REVISION}") >

Re: svn build issue

2013-10-24 Thread Adam Williamson
On Mon, 2013-10-21 at 04:12 +0200, Kevin Kofler wrote: > something. And the tarball they ship is a working copy in an outdated format > (outdated SVN version). (IMHO, shipping SVN working copies rather than > exports as tarballs is broken in the first place.) Very much agree with this; if I was

Re: svn build issue

2013-10-20 Thread Kevin Kofler
Martin Gansser wrote: > There is a problem during the fedora 19+ package building related to svn: > > -- Found Subversion: /usr/bin/svn (found version "1.8.3") > CMake Error at /usr/share/cmake/Modules/FindSubversion.cmake:83 (message): > Command "/usr/bin/svn info /builddir/build/BUILD/guayadeque

Re: svn build issue

2013-10-20 Thread Antonio Trande
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/20/2013 08:31 PM, Martin Gansser wrote: > Hi, > > hi I'm working on the packet guayadeque, when creating the rpm > package on Fedora 20 you get the following error message: > > bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=853553 > > T