On Wed, Apr 25, 2012 at 10:42 AM, Geoffrey Myers
<li...@serioustechnology.com> wrote:
>>>
>>> I created a tag in my branches directory, can I simply move it to the
>>> tags
>>> directory?  My google foo was not successful.
>>
>>
>> Yes. Subversion preserves history through copies&  moves.
>
>
> Thanks, I thought as much, but wanted to get a warm and fuzzy feeling about
> it first.

You can copy the tag to the right place and delete it (or do a move
which does both).   However, the copy will still appear in the wrong
place at the revision where it was committed since the repository
maintains the history.   This is rarely a problem since subversion
handles copies efficiently.

-- 
  Les Mikesell
    lesmikes...@gmail.com

Reply via email to