Is it possible to add non-branch tags to modules in the /contributions? I'm about to make a major update of banner.module and I would like to mark the latest "known good" version. When I try to tag using TortoiseCVS, I get the following errors: --begin-- In D:\projekter\drupal\drupal-HEAD\modules\banner: "C:\Program Files\TortoiseCVS\cvs.exe" "-q" "--lf" "tag" "-c" "pre-node-conversion-20060417" "." CVSROOT=:pserver:wulff@cvs.drupal.org:/cvs/drupal-contrib Invalid tag for /contributions/modules/banner. cvs tag: Pre-tag check failed Invalid tag for /contributions/modules/banner/contributed/theme. cvs tag: Pre-tag check failed Invalid tag for /contributions/modules/banner/po. cvs tag: Pre-tag check failed cvs [tag aborted]: correct the above errors first! --end-- Med venlig hilsen / Kind regards, Morten Wulff -- Self Injury Information and Support: http://www.psyke.org/ "I did not, you see, want to kill myself. Not at that time, anyway. But I wanted to know that if need be, if the desperation got so terribly bad, I could inflict harm on my body. And I could." - Elizabeth Wurtzel
I'm about to make a major update of banner.module and I would like to
Unrelated to your question but, oh? My understanding was that Jeremy had deprecated that module in favor of a new version called ad.module. -- Morbus Iff ( were you a community theatre satan? ) Technical: http://www.oreillynet.com/pub/au/779 Culture: http://www.disobey.com/ and http://www.gamegrene.com/ icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus
Morbus Iff wrote:
Unrelated to your question but, oh? My understanding was that Jeremy had deprecated that module in favor of a new version called ad.module.
He had, but I needed the module for some projects at work (also there's no word on when ad.module will be released), so I am the new maintainer. I've just finished updating it to make banners "just another node type". Med venlig hilsen / Kind regards, Morten Wulff -- Self Injury Information and Support: http://www.psyke.org/ "I did not, you see, want to kill myself. Not at that time, anyway. But I wanted to know that if need be, if the desperation got so terribly bad, I could inflict harm on my body. And I could." - Elizabeth Wurtzel
On Apr 17, 2006, at 7:19 AM, Morten Wulff wrote:
Is it possible to add non-branch tags to modules in the /contributions?
yes, but currently it only allows you to add tags of the same names as the main branches we care about. so, you can add a "DRUPAL-4-7" tag to your module, and it can be either a branch tag or a non-branch tag, but it must have that name. :(
I'm about to make a major update of banner.module and I would like to mark the latest "known good" version.
yeah, that'd be a good thing to do. sadly, the current contrib repository doesn't allow it. for now, the best you can do is remember the date of the last known good version (perhaps sticking it in the CHANGELOG.txt or something). and then if you wanted to checkout a known-working copy, you'd use: cvs co -D [last-good-date] -r [branch-you-care-about] contributions/modules/[modulename] if you're just talking the trunk of the repository, you can leave off the "-r [branch]" part. at this point, preventing contrib developers who aren't too familiar with cvs from making a mess of things is one of the main reasons they're disallowing arbitrary tags. the other reason is that the integration w/ the project.module (which provides all the downloads on drupal.org) has some hard-coded logic regarding tags, and that functionality would have to be improved and extended to work better with arbitrary tags. getting all this cleaned up and improved is on my medium-term todo list, so i hope all this will change in the not-too-distant future.
Invalid tag for /contributions/modules/banner.
cvs tag: Pre-tag check failed
that's right. you're not doing anything wrong, the repository is configured to prevent this. -derek (dww)
participants (3)
-
Derek Wright -
Morbus Iff -
Morten Wulff