[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Hello, please help subversion using

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: Mon, 31 May 2010 10:34:45 +0200

On Friday 28 May 2010, Alex wrote:
> I have subversion copy of repository ex. php-3.2.0
> path: /usr/src/svn/php-3.2.0
>
> when im in this folder i can do anything: svn update, svn info, svn log
> and everything is work well.

...which means it is _NOT_ a repository but a working copy! You have to get
this terminology down, as this distinction is crucial for using SVN. Read the
docs.

> but if i want to make a non subversion
> copy: svn co file:///usr/src/svn/php-3.2.0 /usr/src/php-src
> svn doesn't do that and i see error
> svn: Unable to open an ra_local session to URL
> svn: Unable to open repository 'file:///usr/src/php-3.2.0'

Right, things like "file://" are locators for repositories, but there is none
there.

Uli

-- 
ML: http://subversion.tigris.org/mailing-list-guidelines.html
FAQ: http://subversion.tigris.org/faq.html
Docs: http://svnbook.red-bean.com/
Sator Laser GmbH, Fangdieckstraße 75a, 22547 Hamburg, Deutschland
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932
**************************************************************************************
Sator Laser GmbH, Fangdieckstraße 75a, 22547 Hamburg, Deutschland
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932
**************************************************************************************
           Visit our website at <http://www.satorlaser.de/>
**************************************************************************************
Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden.
E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Sator Laser GmbH ist für diese Folgen nicht verantwortlich.
**************************************************************************************
Received on 2010-05-31 10:35:28 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.