Hi there, I'm trying to checkout a external repository to my current working copy. This is my setup: Current Working Copy
D:\working_copy\
External Path
D:\external_working_copy\uploads
Then I setup the svn:external property to D:\working_copy\:
uploads file:///D:/SVN/external_working_copy/trunk/uploads
then if I run update on D:\working_copy\ I got the following:
D:\working_copy\uploads
but I want the content of file:///D:/SVN/external_working_copy/trunk/uploads to go to the root of D:\working_copy\ and not create uploads inside D:\working_copy.
I have tried to set as
/ file:///D:/SVN/external_working_copy/trunk/uploads
but everything I got is:
Invalid svn:externals property on 'D:\working_copy': target '/' is an absolute path or involves '..'
Thank you in advance