<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Dirk Botha wrote:
<blockquote cite="mid200606280111.05983.bothadj@wdsl.co.za" type="cite">
  <pre wrap="">Greetings all,

I have just committed my first module, and have arrived at the point where I 
need to tag it. After 4 hours of searching and reading of forums, cvs man 
pages, etc. I have come to the conclusion that there is something I do not 
understand.

Simply stated, I have attempted every logical combinations of options for both 
"cvs tag" and "cvs rtag". My attempts have all failed with:

--- start of error ---
Invalid tag for /contributions/modules/easylinks.

cvs rtag: Pre-tag check failed
cvs [rtag aborted]: correct the above errors first!
--- end of error ---

I have also attempted to use a GUI (Cervisia) in order to achieve this. The 
result was exactly the same.

Is there perhaps something I need to do between committing my module and 
tagging it, that I am missing?

Regards,
Athelas
  </pre>
</blockquote>
The instructions I used to do this are in /contributions/FAQ.txt.<br>
<br>
Try this from the contributions directory:<br>
<br>
cvs tag -b DRUPAL-4-7 modules/mymodule<br>
<br>
(where 'mymodule' is the name of your module).<br>
<br>
It still seems a little mysterious to someone used to svn, but it seems
to have worked.<br>
<div class="moz-signature">-- <br>
<style type="text/css">
.signame {
    font-family : Garamond, Verdana, Tahoma, "Trebuchet MS";
    font-size : 16px;
    color : black;
}

.sigdetails {
    font-family : Tahoma, Verdana, "Trebuchet MS";
    font-size : 12px;
    color : #2F4F4F;
}

.siglinks {
    font-family : Tahoma, Verdana, "Trebuchet MS";
    font-size : 10px;
}
</style><br>
<p class="signame"><b>Alex Chapman</b> | <em>Software Engineer</em></p>
<p class="sigdetails">
email: <a href="mailto:alex@agileware.net">alex@agileware.net</a> |
web: <a href="http://www.agileware.net">http://www.agileware.net</a><br>
office: +61 02 61620640 | mobile: +61 0422 994 710<br>
address: Unit 17/160 Lysaght Street, Mitchell, ACT 2911, Australia<br>
Agileware Pty. Ltd. | ABN: 46 100 906 947</p>
<p class="siglinks">
<a href="http://www.agileware.net/linux">Linux</a> | <a
 href="http://www.agileware.net/lotus-domino">IBM Lotus Domino</a> | <a
 href="http://www.agileware.net/services">Software Development &amp;
Support</a> | <a href="http://www.agileware.net/hosting-services">Web
Hosting</a> | <a href="http://www.agileware.net/aboutus">Novell Gold
Partner</a> | <a href="http://www.agileware.net/aboutus">IBM Business
Partner</a><br>
<a href="http://blog.agileware.net">Check out our Blog - Agileview</a>
| <a href="http://walnut.agileware.net">We support the Canberra Lotus
User Group</a>
</p>
</div>
</body>
</html>