How to tag a project in cvs and eclipse
I want to tag a release, but I don't see any option for it as belo开发者_Go百科w. I am using from eclipse.
Open CVS Repositories
view (Window > Show View > Other > CVS Repositories). You should see your project location in this view. Navigate to you project and right clickt on it. You should then see the command Tag as Version...
.
You can even do it from Project Explorer or Navigator. Right click on source you would like to tag -> Team -> Tag as Version.
Once you click on Tag as Version, it will pop up another window as below. Add the tag name you wish and click OK.
You can verify tag name through Right click on resource -> Team -> Show History
精彩评论