info-cvs
[Top][All Lists]
Advanced

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

Re: Moving files onto an existing branch


From: Pierre Asselin
Subject: Re: Moving files onto an existing branch
Date: 11 Feb 2002 21:26:32 -0600

Dan Langille <address@hidden> writes:

>I have files which exist on the main trunk but not on the branch.  I'd like
>them to exist on the branch as well.

>For example, this file exists on the branch:

>$ cvs stat index.php
>===================================================================
>File: index.php         Status: Up-to-date

>   Working revision:    1.1.2.10
>   Repository revision: 1.1.2.10        
> /home/repositories/freshports-1/www/Attic/index.php,v
>   Sticky Tag:          FreshPorts2 (branch: 1.1.2)
>   Sticky Date:         (none)
>   Sticky Options:      (none)

>This file does not exist on the branch but I would like it to:

>$ cvs stat pkg_process.inc
>===================================================================
>File: pkg_process.inc   Status: Up-to-date

>   Working revision:    1.5
>   Repository revision: 1.5     
> /home/repositories/freshports-1/www/pkg_process.inc,v
>   Sticky Tag:          (none)
>   Sticky Date:         (none)
>   Sticky Options:      (none)

>How do I active that goal please?

Does the branch tag "FreshPorts2" exist in pkg_process.inc ?  Do
a "cvs status -v" on it to find out.

If the branch tag is there, do "cvs update -rFreshPorts2 pkg_process.inc"

If the branch tag is not there, create it first with
"cvs tag -b FreshPorts2 pkg_process.inc" , then run the "cvs update"
command above.  This assumes that you want FreshPorts2 to start off of
revision 1.5 in pkg_process.inc .

--
Pierre Asselin
Westminster, Colorado


-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----==  Over 80,000 Newsgroups - 16 Different Servers! =-----


reply via email to

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