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

Re: ...... path malfunctions

From: Ryan Schmidt <subversion-2005_at_ryandesign.com>
Date: 2005-10-04 23:09:29 CEST

On Oct 3, 2005, at 20:18, Joakim Simonsson wrote:

> This works:
> svn co svn://server/module/trunk ..\module
> svn co svn://server/module/trunk ..\..\module
>
> But this doesn't work:
> svn co svn://server/module/trunk ..\..\..\module (It checksout
> the module on ..\module)
>
> Neither does this work:
> svn co svn://server/module/trunk ..\..\..\..\module (It checksout
> the module on ..\..\module)

Do any of

..\module
..\..\module
..\..\..\module
..\..\..\..\module

already exist?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 4 23:11:34 2005

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.