I'm trying to set an external path on SVN. Here is what I do in SVN:
- Right click on folder where I want an external
- Select "Show Properties"
- New -> Externals
- In "Externals", I click New
At local path, I tried setting the path I wanted, but whatever I set, when I update the files, it adds the path I wrote to the folder which I added the external. For example my folder on SVN is "Externals". If I set Local path to
^/trunk/external
, when I'll commit it tries to fetch files from(all the long path before)/Externals/^/trunk/Externals
. How do I tell it that the local path is the current directory? If I set nothing, it complains, if I set./
it complains...For the URL where to fetch files from, it sometimes works when I set a file, but not a folder?
Note: I used this site but unfortunately, the part where I have trouble just says:
To add a new external, click the New... and then fill in the required information in the shown dialog.
I read the tips afters but they don't help... If someone has a concrete example it would help a lot.