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 ?

Reply via email to