Following the steps on http://drupal.org/node/100748 and http://drupal.org/handbook/cvs/quickstart#add I am unable to add my new module to contributions/modules/feedbacktab (http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/feedbacktab/). Here is my project page; http://drupal.org/project/feedbacktab
And the bash commands demonstrating the error "cvs add: nothing known about `feedbacktab'"
bevan@Bevans-MacBook.local:~/Sites/_assets/contributions/modules
> cvs login
Logging in to :pserver:bevan@cvs.drupal.org:2401/cvs/drupal-contrib
CVS password:
bevan@Bevans-MacBook.local:~/Sites/_assets/contributions/modules
> ll
total 0
drwxr-xr-x 5 bevan bevan 170B 20 Apr 23:15 CVS/
drwxr-xr-x 7 bevan bevan 238B 20 Apr 17:44 feebacktab/
bevan@Bevans-MacBook.local:~/Sites/_assets/contributions/modules
> cvs status
? .DS_Store
? feebacktab
cvs status: Examining .
bevan@Bevans-MacBook.local:~/Sites/_assets/contributions/modules
> cvs add feedbacktab
cvs add: nothing known about `feedbacktab'
I can not find any further resources to help me solve this issue, and think it must be something out of my control.
Thanks very much for your help! :)
Comments
Comment #1
avpadernoI had the same problem. In my case, I simply changed the directory from were I was executing the command, and all worked again.
To be clearer, before I executed the commands from the parent directory of contributions, then I executed them from that directory.
I take your directory didn't get damaged, and the CVS directory is still on its place.
Comment #2
Bevan commentedI had a typo. feeback instead of feedback. doh.