Re: svn: E170013: Unable to connect to a repository at URL

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> On Fri, 07 Dec 2018 09:53:00 -0000
> "Martin Gansser" <martin.gansser(a)gmail.com&gt; wrote: 
> 
> this would have to be patched out as the builders don't have network
> available
> 
> 
> 		Dan

can you give me a hint, how to patching this out ?
this is the relevant part in CMakeLists.txt
....
# Use SVN to read repository version
IF(EXISTS "${CMAKE_SOURCE_DIR}/.svn")
    FIND_PACKAGE(Subversion)
    IF(Subversion_FOUND)
        IF( MINGW )
          msys_to_cmake_path(${CMAKE_SOURCE_DIR} CMAKE_SOURCE_DIR_MINGW )
          Subversion_WC_INFO( ${CMAKE_SOURCE_DIR_MINGW} GLMIXER)
        ELSE (MINGW)
          Subversion_WC_INFO( ${CMAKE_SOURCE_DIR} GLMIXER)
        ENDIF (MINGW)
        MESSAGE("Current subversion revision is ${GLMIXER_WC_REVISION}")
    ENDIF(Subversion_FOUND)
ENDIF()
...

Martin
_______________________________________________
devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Users]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]

  Powered by Linux