[cvsnt] Need help in tagging multiple files at a time
Gerhard Fiedler
lists at connectionbrazil.com
Thu Apr 26 15:47:46 BST 2007
raghu hs wrote:
> Hi,
> Is it possible to tag only few files from the top
> level folder structure. For example:
> Folder1
> --ww.doc
> --yy.xls
> --Folder2
> ---x.doc
> ---y.xls
> ---z.mpp
> --Folder3
> ---abc.doc.
> Is it possilbe to tag ww.doc,x.doc,z.mpp,abc.doc in
> one shot.
You can list them all individually on the command line (with paths relative
to where you are, eg. inside Folder1, for tag; with paths relative to the
repository root for rtag).
cvs tag YourTag ww.doc Folder2/x.doc Folder2/z.mpp Folder3/abc.doc
Run this inside your Folder1 sandbox directory.
Gerhard
More information about the cvsnt
mailing list