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

Re: Bug in TSVN 1.6.1

From: Simon Large <simon.tortoisesvn_at_googlemail.com>
Date: Wed, 22 Apr 2009 15:09:12 +0100

2009/4/22 Ulrich Sørensen <uso_at_covidence.dk>:
> After upgrading to TSVN 1.6.1 I encountered a problem when using Checkout.
> When I checkout my project which has about 65 svn:external entries, it is
> only the first 6 subfolders which are checked out correctly. The last
> portion of the folders are checked out in the following manner:
>
> The svn:external reference:
>
> Modules\Crypto\AES -r1373 svn://Server1/Modules/trunk/Crypto/AES
>
> Will be checked out to the folder:
>
> ModulesCryptoAES
>
> I looks like all the back-slash’s have dissapered. I expected the folder to
> be:
>
> Modules\Crypto\AES

That change is part of the subversion 1.6 library and is due to the
fact that it now uses unix shell style escaping in path descriptions.
The backslash is now used an escape character. You have to use forward
slashes in paths.

Simon

-- 
:       ___
:  oo  // \\      "De Chelonian Mobile"
: (_,\/ \_/ \     TortoiseSVN
:   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
:   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1860877
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-04-22 16:09:26 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.