onsdag 14 september 2022 kl. 12:35:15 UTC+2 skrev [email protected]: > Im trying to create externals , > > 1. I create a new folder in SVN called "common" where I want my external > files to be located in. > > 2. I check out that folder > 3. right click on folder->TortoiseSVN->properties > 4. Click New->Externals > 5. New-> Under URL: I write the url of the file i want. eg. > modules/Project1/file1.txt > > But I get an error msg saying > Error parsing Svn:externals property on "...modules/common": > "modules/Project1" > > What am I doing wrong? >
You should provide a full URL or a "relative" url as described in the Subversion book: https://svnbook.red-bean.com/en/1.7/svn.advanced.externals.html /Daniel -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/7160acb9-bb7d-4e73-b36d-a6f9aa553accn%40googlegroups.com.
