Simon,
Your example worked perfectly. There are not enough words to express my
gratitude. This had me bogged down most of the day before finally throwing
in the towel and requesting help.
I went back to the manual to find what I missed and reading between the
lines the first example under relative URL is applicable, but you need to be
imaginative to get there.
A later response to yours by Stephane also worked however it used a direct
path to the folder, quote: file:///D:/SVNrepository/folder1 folder1, which I
would expect to work.
My issue with this example is when the folder is transferred to my server
the file structure won't be the same (D:/ does not exist), hence the
solution of relative URL's.
Simon Large-5 wrote:
>
> 2009/6/14 manogolf <manogolf_at_charter.net>:
>> I am having a rough go of getting svn:externals to work for me. It seems
>> simple enough. I want files contained in folders 1 and 3 in folder 4. I
>> am
>> not even close to working with the server yet (linux-debian) and working
>> from my desktop pc on xp.
>>
>> SVNRepository
>> -folder1
>> -folder2
>> -folder3
>> -folder4
>>
>> From folder4 I select properties, svn:externals, and enter value as:
>> folder1
>> file://folder1
>> This produces an error when updating folder4. I've tried ../ and ^/ and /
>> all with errors.
>>
>> These folders will always reside in the same repository so it seems one
>> of
>> the relative url examples should work.
>
> You are using the old syntax which doesn't support relative URLs.
> Try setting this property on folder4:
> ../folder1 folder1
> ../folder2 folder2
>
> When you checkout folder4 it will have folder1 and folder2 as sub-folders:
> folder4
> -folder1
> -folder2
>
> 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=2362153
>
> To unsubscribe from this discussion, e-mail:
> [users-unsubscribe_at_tortoisesvn.tigris.org].
>
>
--
View this message in context: http://www.nabble.com/Using-Externals-tp24025456p24035612.html
Sent from the tortoisesvn - users mailing list archive at Nabble.com.
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2362204
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-06-15 16:33:38 CEST