info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tagging an alias module


From: Mark E. Hamilton
Subject: Re: tagging an alias module
Date: Mon, 11 Apr 2005 17:20:54 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040913

Jean-Pierre,

Jean-Pierre Sevigny wrote:
Hi,

I have a module, say "mymodule", defined like this:

mymodule -a Project/Web \
   !Project/Web/Client1 \
   !Project/Web/Client2

Your problem is that your alias module is defined incorrectly. It should be:

mymodule -a Project/Web/Clientx Project/Web

With my test modules set like this:

mod_test1 -a !test1/test2 test1
mod_test2 -a test1 !test1/test2

two test 'cvs rtags' produce the output shown below. Note that the first one does what you want; the second does what tags everything, which isn't what you want.

sahp6613% cvs rtag  test_tag1 mod_test1
cvs rtag: Tagging test1
cvs rtag: Ignoring test1/test2

sahp6613% cvs rtag  test_tag2 mod_test2
cvs rtag: Tagging test1
cvs rtag: Tagging test1/test2
cvs rtag: Tagging test1/test2/rtest
cvs rtag: Tagging test1/test2/rtest/null
cvs rtag: Tagging test1/test2/rtest/null/a


--
----------------
Mark E. Hamilton
Orion International Technologies, Inc.
Sandia National Laboratory, NM.
844-7666





reply via email to

[Prev in Thread] Current Thread [Next in Thread]