On Wed, Feb 20, 2013 at 12:30 PM, C M <cmanalys...@gmail.com> wrote: > I am not seeing anything in: /tags/Rel_1.0. > > Mind you I am using the Tortoise SVN 1.7 client to do the copy.
Subversion commands don't recurse into the stuff pulled in with externals, if that is what you are expecting. But if the thing you tag has external references, you should get the same structure re-created when you check it out. That is, it copies the reference only. The usual issue with this is that if the externals point to trunk versions without peg revisions, the subsequent checkout may pull in components that are newer than what you tagged. But it sounds like you have some other issue or misunderstanding. -- Les Mikesell lesmikes...@gmail.com