How to get a list of tags created in CVS repository?

前端 未结 5 1847
故里飘歌
故里飘歌 2021-02-12 14:54

Are there any CLI commands that can be used to get a list of Tags that have been created on a branch or head of a module within a specified time frame?

What I briefly ne

5条回答
  •  一生所求
    2021-02-12 15:20

    I am Using Cvs Repository using cvsnt(install) ..

    Queries:

    1) I want only List of tag name from cvs.

    2) How to create Repository using cvsnt.

    3) How to Check-in Entire module into New Repository.

    I try Sample:

    1) when I try to create a new repository

    cvs -d :pserver:@: init
    

    2) Import Module into repository

    cvs -d repository_path import name_of_project vendor_tag release_tag
    

提交回复
热议问题