Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Wed, 5 Jan 2005 13:22:53 -0500 (EST) From: Igor Pechtchanski Reply-To: cygwin AT cygwin DOT com To: Max Bowsher cc: Diego Ernesto Malpica Chauvet , cygwin AT cygwin DOT com Subject: Re: Problems with subversion svn+ssh In-Reply-To: <03b101c4f352$db573590$5308a8c0@robinson.cam.ac.uk> Message-ID: References: <03b101c4f352$db573590$5308a8c0 AT robinson DOT cam DOT ac DOT uk> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="-559023410-342241519-1104949373=:7503" ---559023410-342241519-1104949373=:7503 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT On Wed, 5 Jan 2005, Max Bowsher wrote: > Diego Ernesto Malpica Chauvet wrote: > > I have been working with this versions of Subversion > > 1.0.6-1 > > 1.1.1-1 > > 1.1.2-1 > > > > snv+ssh doesn't work for me since 1.1.1-1 > > > > This is my test case: > > > > svnadmin create /repotest > > svn list file:///repotest > > svn list file://localhost/repotest > > svn list svn+ssh://localhost/repotest > > chmod -R 777 /repotest > > svn list svn+ssh://localhost/repotest > > > > The: svn list svn+ssh://localhost/repotest gives me the result > > "svn: No repository found in 'svn+ssh://localhost/repotest'" > > while I was especting and empty line like in version 1.0.6-1. > > > > I have also tried several paths to find one to access my repository but I > > have not succeded. > > May be I´m doing something o wrong, or there are changes in the default > > configuration of subversion that I´m not taking care of it. > > > > I have searched the lists users AT subversion DOT tigris DOT org for a clue but it > > seems to me that the problem related to the cygwin port. > > > > Could someone help me please? > > > > Thanks in advance =). > > Hmm, an unintended consequence of me relocating the executables to > /usr/lib/subversion/bin. > > Here's a simple workaround for now: > ====================================== > echo '#!/bin/sh > /usr/lib/subversion/bin/svnserve "$@" > ' > /usr/bin/svnserve > chmod +x /usr/bin/svnserve > ====================================== > > I think I may need to reconsider the whole /usr/lib/subversion/bin thing - > it's just too hard to make work transparently. Would adding a /etc/profile.d/subversion.sh with export PATH="/usr/lib/subversion/bin:$PATH" be a good solution, or was the whole point to not have the executables in the PATH? Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "The Sun will pass between the Earth and the Moon tonight for a total Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT ---559023410-342241519-1104949373=:7503 Content-Type: text/plain; charset=us-ascii -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/ ---559023410-342241519-1104949373=:7503--