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