Quick Summary:
I'm new to SVN and need some help with externals. I'm trying to add a separate project to the root of my local working copy, but TortoiseSVN only lets me set the externals property to a subfolder.
Details:
I found a set of scripts here on stackoverflow that can be used with all of my MS Access projects. I've placed it into its own folder (project) in my SVN repo, and I want to reference it in each of my MS Access projects. Presumably, adding an svn:externals property would be the best way to accomplish this, but I can't seem to save the property unless I set the "Local path" to a subfolder.
Screenshot of the property I'm trying to add: https://picasaweb.google.com/lh/photo/b9xwLnfqaRjllQwxhO4gT9MTjNZETYmyPJy0liipFm0?feat=directlink
(for the record: I plan on using the ^/AccessDecomposer/trunk instead of the URL shown in the pic)
I've tried . and ./ and a few other things, but when I try to save the property I get an error saying Invalid svn:externals property on 'C:\Development\Access\BeneStr'
(which is my working copy), because target '' is an absolute path or involves '..'
(which it's not!)
The error message: https://picasaweb.google.com/lh/photo/-gwfPnzGrID3DKCHo3KkvtMTjNZETYmyPJy0liipFm0?feat=directlink
Only 2 links allowed. I'll see if I can add a comment with a screenshot of my repo later.
Any suggestions? Am I doing something wrong? Is this not allowed? Am I misunderstanding the purpose of externals?