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.

Reply via email to