Re: relative filesystem path to local repository

2010-02-09 Thread Ulrich Eckhardt
On Monday 08 February 2010, anatoly techtonik wrote: > On Mon, Feb 8, 2010 at 11:04 PM, Ryan Schmidt > > I don't think of it as a restriction; it's just a feature that doesn't > > exist. "svn checkout" simply currently requires you to supply a > > fully-qualified URL. > > So, does it worth entering

Re: relative filesystem path to local repository

2010-02-08 Thread anatoly techtonik
On Mon, Feb 8, 2010 at 11:04 PM, Ryan Schmidt wrote: > On Feb 8, 2010, at 08:41, anatoly techtonik wrote: > >> 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 >>

Re: relative filesystem path to local repository

2010-02-08 Thread Ryan Schmidt
On Feb 8, 2010, at 08:41, anatoly techtonik wrote: > 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 >

relative filesystem path to local repository

2010-02-08 Thread anatoly techtonik
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" t