CVS commit error
DynV - June 29, 2008 - 14:25
I made a small error and now it's weighing on me ! My text editor (Bluefish) make file backup by adding a tild (~) at the end of the file name and I forgot to remove the backups before entering the command cvs add menu_restricter/* and it added the unwanted backup files. I removed them from the local contributions directory then entered the command cvs remove menu_restricter/*~ which seemed to work properly but I entered after cvs commit -m "Initial commit of Menu Restricter module. Restrict the menu display within alternative blocks." and I'm now stuck with this error :
cvs commit: Examining .
cvs commit: Examining menu_restricter
cvs commit: warning: new-born menu_restricter/menu_restricter.info~ has disappeared
cvs commit: warning: new-born menu_restricter/menu_restricter.install~ has disappeared
cvs commit: warning: new-born menu_restricter/menu_restricter.module~ has disappeared
cvs commit: warning: new-born menu_restricter/menu_trim-debug.module~ has disappeared
cvs commit: warning: new-born menu_restricter/menu_trim.info~ has disappeared
cvs commit: warning: new-born menu_restricter/menu_trim.install~ has disappeared
cvs commit: warning: new-born menu_restricter/menu_trim.module~ has disappeared
cvs commit: warning: directory CVS specified in argument
cvs commit: but CVS uses CVS for its own purposes; skipping CVS directory
? menu_restricter/.patch
cvs commit: Up-to-date check failed for `menu_restricter/menu_restricter.info~'
cvs commit: Up-to-date check failed for `menu_restricter/menu_restricter.install~'
cvs commit: Up-to-date check failed for `menu_restricter/menu_restricter.module~'
cvs commit: Up-to-date check failed for `menu_restricter/menu_trim-debug.module~'
cvs commit: Up-to-date check failed for `menu_restricter/menu_trim.info~'
cvs commit: Up-to-date check failed for `menu_restricter/menu_trim.install~'
cvs commit: Up-to-date check failed for `menu_restricter/menu_trim.module~'
** Access denied: this file is not allowed:
** contributions/modules/menu_restricter/LICENSE.txt
** The only files allowed in contributions/profiles are .txt and .profile
** Packaged files (.gz, .tar, .tgz, and .zip) are not allowed anywhere.
** License files (LICENSE.txt) are not allowed, since everything committed
** to the Drupal CVS repository must be licensed under the GPL.
cvs commit: Pre-commit check failed
cvs [commit aborted]: correct above errors first!Any tip on how to get unstuck from this mess ?
Thanks !

resolved
Thank to Heine ( http://drupal.org/user/17943 ), the issue is solved.
Here's the #drupal log:
DynV, you apparently added the CVS directory with a CVS add
command.
DynV: follow the quickstart guide anew to add your module