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

relative filesystem path to local repository

From: anatoly techtonik <techtonik_at_gmail.com>
Date: Mon, 8 Feb 2010 16:41:50 +0200

Hello,

I am trying to checkout from local repository using relative file
path, but it fails to recognize it no matter how I try:
svn co testrepo testwc
svn co file:///testrepo testwc
svn co ./testrepo testwc
svn co file://./testrepo testwc
svn co file:///./testrepo testwc
svn co "file:/testrepo" testwc

svn: Unable to open an ra_local session to URL
svn: Unable to open repository 'file://./testrepo'

Why is this restriction?

I am trying to setup shared development environment for developing hook scripts.

Please, CC..

-- 
anatoly t.
Received on 2010-02-08 15:42:23 CET

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.