svn: E170000: httpxxxx के लिए अपरिचित URL योजना


12

ऐसा लगता है कि कस्टम निर्मित svn http URL के लिए काम नहीं करता है। ऑनलाइन खोज करने के बाद, मैं समझ गया कि मुझे नियॉन लाइब्रेरी स्थापित करने की आवश्यकता है जो मैंने किया था। नियॉन स्थापित करने के बाद जब मैं तोड़फोड़ का निर्माण कर रहा हूं तो यह विफल हो जाता है। मैंने साफ और फिर से बनाने की कोशिश की, अभी भी मुद्दा है। तोड़फोड़ के स्थापित संस्करण के अलावा कुछ भी नहीं बदला है, अभी भी / usr / स्थानीय / तोड़फोड़ में मौजूद है। किसी भी विचार कैसे आगे बढ़ना है?

ओएस: रेडहैट 5

संस्करण

    [root@mercury lib]# svn --version
    svn, version 1.8.0 (r1490375)
       compiled Jul 10 2013, 20:07:32 on x86_64-unknown-linux-gnu

    Copyright (C) 2013 The Apache Software Foundation.
    This software consists of contributions made by many people;
    see the NOTICE file for more information.
    Subversion is open source software, see http://subversion.apache.org/

    The following repository access (RA) modules are available:

    * ra_svn : Module for accessing a repository using the svn network protocol.
      - with Cyrus SASL authentication
      - handles 'svn' scheme
    * ra_local : Module for accessing a repository on local disk.
      - handles 'file' scheme

तोड़फोड़ को कॉन्फ़िगर करें

[root@mercury subversion-1.8.0]# ./configure --prefix=/usr/local/subversion/ --with-apxs=/usr/local/subversion/bin/apxs --with-apr=/usr/local/subversion/bin/apr-1-config --with-apr-util=/usr/local/subversion/bin/apu-1-config --with-ssl --with-neon=/u01/soft/neon-0.29.6/


.....end lines...

config.status: executing svn_private_config.h.tmp commands
configure: WARNING: unrecognized options: --with-ssl, --with-neon
configure: WARNING: we have configured without BDB filesystem support


You don't seem to have Berkeley DB version 4.0.14 or newer
installed and linked to APR-UTIL.  We have created a Makefile which will build
Subversion without support for the Berkeley DB back-end.  You can find the
latest version of Berkeley DB here:

  http://www.oracle.com/technetwork/products/berkeleydb/downloads/index.html

or explicitly specify --without-berkeley-db to silence this warning.

बनाना

[root@mercury subversion-1.8.0]# make
/bin/sh /u01/soft/subversion-1.8.0/libtool --tag=CC --silent --mode=compile gcc -std=c89  -DLINUX -D_REENTRANT -D_GNU_SOURCE   -g -O2  -g -O2 -pthread  -I./subversion/include -I./subversion -I/usr/local/subversion//include   -I/usr/local/subversion//include -I/u01/soft/subversion-1.8.0/sqlite-amalgamation   -o subversion/libsvn_delta/cancel.lo -c subversion/libsvn_delta/cancel.c
/u01/soft/subversion-1.8.0/libtool: line 865: X--tag=CC: command not found
/u01/soft/subversion-1.8.0/libtool: line 898: libtool: ignoring unknown tag : command not found
/u01/soft/subversion-1.8.0/libtool: line 865: X--mode=compile: command not found
/u01/soft/subversion-1.8.0/libtool: line 1031: *** Warning: inferring the mode of operation is deprecated.: command not found
/u01/soft/subversion-1.8.0/libtool: line 1032: *** Future versions of Libtool will require --mode=MODE be specified.: command not found
/u01/soft/subversion-1.8.0/libtool: line 1175: Xgcc: command not found
/u01/soft/subversion-1.8.0/libtool: line 1175: X-std=c89: command not found
/u01/soft/subversion-1.8.0/libtool: line 1175: X-DLINUX: command not found
/u01/soft/subversion-1.8.0/libtool: line 1175: X-D_REENTRANT: command not found
/u01/soft/subversion-1.8.0/libtool: line 1175: X-D_GNU_SOURCE: command not found
/u01/soft/subversion-1.8.0/libtool: line 1175: X-g: command not found
/u01/soft/subversion-1.8.0/libtool: line 1175: X-O2: command not found
/u01/soft/subversion-1.8.0/libtool: line 1175: X-g: command not found
/u01/soft/subversion-1.8.0/libtool: line 1175: X-O2: command not found
/u01/soft/subversion-1.8.0/libtool: line 1175: X-pthread: command not found
/u01/soft/subversion-1.8.0/libtool: line 1175: X-I./subversion/include: No such file or directory
/u01/soft/subversion-1.8.0/libtool: line 1175: X-I./subversion: No such file or directory
/u01/soft/subversion-1.8.0/libtool: line 1175: X-I/usr/local/subversion//include: No such file or directory
/u01/soft/subversion-1.8.0/libtool: line 1175: X-I/usr/local/subversion//include: No such file or directory
/u01/soft/subversion-1.8.0/libtool: line 1175: X-I/u01/soft/subversion-1.8.0/sqlite-amalgamation: No such file or directory
/u01/soft/subversion-1.8.0/libtool: line 1175: X-c: command not found
/u01/soft/subversion-1.8.0/libtool: line 1227: Xsubversion/libsvn_delta/cancel.lo: No such file or directory
/u01/soft/subversion-1.8.0/libtool: line 1232: libtool: compile: cannot determine name of library object from `': command not found
make: *** [subversion/libsvn_delta/cancel.lo] Error 1

तोड़फोड़ 1.8 ने NEON को सर्फ़ के पक्ष में हटा दिया।
दून

आपने किस OS / Distro का उपयोग किया है?
ALex_hha

OS संस्करण RedHat5 है
user1595858

@ डून जहां से मैं सर्फ़ स्थापित कर सकता हूं, क्या मुझे सेफ़ स्थापित करने के बाद तोड़फोड़ की आवश्यकता है?
user1595858

वहाँ चाहिए एक libserf या libserf-devel के आसपास चल आरपीएम हो। और उपयोग करने के लिए आपको तोड़फोड़ को फिर से बनाने और इसे शामिल करने के लिए बताने की आवश्यकता होगी। लेकिन आपकी कॉन्फिगरेशन लाइन के आधार पर मुझे कुछ भी "रिवाज" नहीं दिखता है, इसलिए नीचे दिया गया @alex_hha उत्तर भी शायद काम करेगा।
दून

जवाबों:


19

आपने HTTP / HTTPS प्रोटोकॉल के लिए उपयोग की जाने वाली सीरप लाइब्रेरी के बिना सबवर्सन को संकलित किया: http://serf.apache.org/

--with-serfकॉन्फ़िगर विकल्प का उपयोग करके सीर्फ लाइब्रेरी स्थान निर्दिष्ट करें ।


हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.