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: mkruer
Subject: Re: Tag a Repository without having to check out first.
Date: Thu, 11 Jul 2013 13:21:32 -0700 (PDT)
User-agent: G2/1.0

On Tuesday, July 9, 2013 1:00:13 PM UTC-7, address@hidden wrote:
> Is this a way to tag and entire repository structure without having to check 
> it out first.  We have a huge repository about 2GB of data at a remote site. 
> Running a old verion of CVS 1.11.23.  Yeah I know its old, but i cant do 
> anything about it.
> 
> 
> 
> Something like 
> 
> 
> 
> cvs tag <tag_name> :pserver:address@hidden:/usr/local/cvsroot/<project> 
> 
> 
> 
> Thanks

Thanks for the info, very close

Here is what worked for me. This also assumes recursive

cvs -d :pserver:<username>:<password>@<server>:<path_to_repo> rtag <tag_name> 
<directory_being_tagged>


reply via email to

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