When preparing the first release of the Evolution theme, I was presented with this error:
$ cvs -z6 checkout -d evolution-HEAD contributions/themes/evolution/
cvs checkout: warning: new-born `evolution-HEAD/themes/evolution' has disappeared
True enough, the /contributions/themes/evolution directory is missing from CVS. Was it not created in the first place when the project node was created?
Comments
Comment #1
killes@www.drop.org commentedI can confirm that the directory doesn't exist.
I would assume that you created it in a wrong place and it got cleaned up.
Comment #2
christefano commentedThis theme was transferred to me last year (#430350: Request to transfer Evolution theme maintainership) so I don't know what happened.
How can this be fixed?
Comment #3
avpadernoBasing on the CVS log (http://drupal.org/project/cvs/323938), the directory for the project has never been created. This could also mean the directory has not been created where it should have been created.
Comment #4
mcrittenden commentedYou need to create the directory and add it to
/contributions/modules//contributions/themes/ when starting a new project. See http://drupal.org/handbook/cvs/quickstart#add for instructions on how to do that.Comment #5
killes@www.drop.org commented/contributions/themes in this case!
Comment #6
mcrittenden commentedOops, yep, thanks killes.
Comment #7
christefano commentedThanks, all.
cvs add contributions/themes/evolutionwasn't working but for some reasoncd contributions/themes && cvs add evolutiondid work. I hate CVS.