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

[Fwd: Externals]

From: Lübbe Onken <luebbe.tortoisesvn_at_googlemail.com>
Date: Thu, 02 Apr 2009 15:50:46 +0200

Forwarding to users list

Cheers
- Lübbe

--
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net  PGP Key ID 0x23F511AB
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1519185
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].

attached mail follows:


Hi Lübbe,

I don't know if it's the best place to report bugs (I'm sure not in fact,
but I can't access the site from my office, it's blacklisted... no comment)
but I just installed the last version and there's a tiny regression on the
svn externals stuff (I guess).

My externals have this form (for example) :

-r8025 ../../../SharedLib/VcControls/trunk SharedLib\VcControls

When I update with the new version, TSVN checks out :
 ../../../SharedLib/VcControls/trunk

into :
SharedLibVcControls

instead of :
SharedLib\VcControls

To make it work, I must replace (slash / backslash problem)

-r8025 ../../../SharedLib/VcControls/trunk SharedLib\VcControls

by

-r8025 ../../../SharedLib/VcControls/trunk SharedLib/VcControls

I'm using windows XP.

Regards
Frédéric

PS : sorry to not work a lot on the translation these times, I'm quite busy
:S
Received on 2009-04-02 15:51:02 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.