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
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