info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Tag a Repository without having to check out first.


From: Spiro Trikaliotis
Subject: Re: Tag a Repository without having to check out first.
Date: Tue, 9 Jul 2013 23:08:42 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

Hello,

* On Tue, Jul 09, 2013 at 01:00:13PM -0700 address@hidden wrote:
> Is this a way to tag and entire repository structure without having to
> check it out first.

cvs rtag 

("rtag" = "remote-tag")

> cvs tag <tag_name> :pserver:address@hidden:/usr/local/cvsroot/<project> 

I have not used it for ages, but IIRC,

cvs -d :pserver:address@hidden:/usr/local/cvsroot/<project> rtag <tag_name> 

should do exactly what you want. (Check the documentation and test it
before performing it on a production server!)

HTH,
Spiro.

-- 
Spiro R. Trikaliotis
http://www.trikaliotis.net/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]