[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: Volker Kopetzky <vk_at_vzkb.de>
Date: Fri, 28 May 2010 21:36:59 +0700

Alex,

the command to use to create a copy without svn metadata (if this is your intention) is:
svn export /usr/src/svn/php-3.2.0 /some/target/path

You're getting the error because you are trying to access the working copy, but due to the file:/// prefix subversion expects this to be the location of the repository itself.

Beste Grüße,
kind regards,
Volker Kopetzky
vzk Beratung
Germany & Thailand

Am 28.05.2010 um 21:03 schrieb Alex:

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. 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'

anybody can help ?
Received on 2010-05-28 16:38:04 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.