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

Re: svn:externals doesn't work with absolute paths

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-04-09 09:29:02 CEST

Alex Kolesnichenko wrote:

> I'm experimenting with referenced projects, using "5.2.4" help section as a
> user guide.
>
> I added a property svn:externals to my folder:
> SomeLibrary
> file:///C:\Projects\__VersionControl\ExternalizedProjects\SomeLibrary

You have to use forward slashes:
SomeLibrary
file:///C:/Projects/__VersionControl/ExternalizedProjects/SomeLibrary

Don't forget: you're dealing with URLs here, and URLs don't know
backslashes.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon Apr 9 09:29:22 2007

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

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