How to upload module to Drupal 6 Branch/Tag?
I have 2 version of Drupal in my PC:
- module for D5: "C:\wamp\www\drupal-5\sites\all\modules\counter"
- module for D6: "C:\wamp\www\drupal-6\sites\all\modules\counter". (NEW VERSION for D6)
I want to upload this new version to Drupal.org, I have created a new Branch "DRUPAL-6--1" and New Tag "DRUPAL-6--1-0", and here is the result when I create new Branch and Tag using Tortoise-CVS:
----------------------------------------------------------------------------------
In C:\wamp\www\drupal-6\sites\all\modules\counter: "C:\Program Files\CVSNT\cvs.exe" -q tag -c
DRUPAL-6--1-0
CVSROOT=:pserver:thenicespider@cvs.drupal.org:/cvs/drupal-contrib? CHANGELOG.TXT
? README.TXT
? counter.info
? counter.install
? counter.moduleSuccess, CVS operation completed
----------------------------------------------------------------------------------
But all of the file still have "?" mark. And when I do "commit" this message appear:
---------------------------
TortoiseCVS
---------------------------
There is nothing to commit.All the files and folders that you selected are unchanged since you last performed a commit.
---------------------------
OK
---------------------------
Any suggestion how to fix this problem? So, I can maintenance both module for D5 and D6.
