Remove empty directory from CVS?

后端 未结 7 1158
礼貌的吻别
礼貌的吻别 2020-12-14 06:53

I\'m not quite sure how this happened, but somehow a completely empty hierarchy of directories has ended up in my repository:

com/
com/companyname/
com/compa         


        
7条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-14 07:12

    AFAIK the CVS protocol does not allow to remove directories. You should go to the server console and remove them from the real physical repository.


    http://www.network-theory.co.uk/docs/cvsmanual/Removingdirectories.html

    You don't remove the directory itself; there is no way to do that.

提交回复
热议问题