Re: Promting files from trunk to a specific tag

2010-07-11 Thread David Weintraub
Normally, you don't want to change a tag. A tag should be a snapshot to a particular version of your repository. However, some people have a tag liked BLESSED or APPROVED to mark their code. I'm not a fan of that, but if you do, there is no reason why you cannot just copy the files you want to "tag

Re: Promting files from trunk to a specific tag

2010-07-09 Thread Ryan Schmidt
On Jul 9, 2010, at 11:49, Les Mikesell wrote: > On 7/9/2010 11:04 AM, Eramo, Mark wrote: >> >> In CVS, if I made changes to some files in the trunk, I could promote >> those into a specific tag. Is it possible to do the same in SVN? >> >> I have a few files in the trunk that I want to promote to

Re: Promting files from trunk to a specific tag

2010-07-09 Thread Les Mikesell
On 7/9/2010 11:04 AM, Eramo, Mark wrote: I have a question. In CVS, if I made changes to some files in the trunk, I could promote those into a specific tag. Is it possible to do the same in SVN? I have a few files in the trunk that I want to promote to an existing tag without creating a new tag