Euan Guttridge wrote:
I am trying to merge a branch with a tagged set of files. All works well except the newly created files in tag1 are not included in the merge, only existing files are merged. Please advise, thanks.I expect that you have created a revision tag, i.e., you have tagged a specific set of files. If it was a branch tag, then I realise that you would expect the merge to work, but a revision tag is a different beast. For a merge to work in such a case you have to first create and add a file, and then tag it with your tag:
touch foo.bar
cvs add foo.bar
cvs ci foo.bar
cvs tag tag1 foo.bar
Now, if you do a "cvs co -r tag1 module1" the newly created file will appear.
Karl-Koenig Koenigsson
--
LIFF (n.) A book, the contents of which are totally belied by its cover. For instance, any book the dust jacket of which bears the words. 'This book will change your life'. (The Meaning of Liff, Douglas Adams)
_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs
