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: Dan Langille
Subject: Re: Moving files onto an existing branch
Date: Tue, 12 Feb 2002 18:08:10 -0500

On Tue, 12 Feb 2002 16:23:05 -0500 (EST), address@hidden (Larry
Jones) wrote:

> Dan Langille writes:
> > 
> > On Mon, 11 Feb 2002 12:41:08 GMT, Dave <address@hidden> wrote:
> > > 
> > > Why can't you do a "cvs update -j 1.5" in the branch directory?
> > 
> > That will get the file into the working directory, but it won't be on the
> > branch.
> 
> It will be if you commit it.

OK, let's do a test.  I just did this:

$ cvs add watch-list.php
$ cvs commit watch-list.php
$ cvs stat -v watch-list.php
===================================================================
File: watch-list.php    Status: Up-to-date

   Working revision:    1.1
   Repository revision: 1.1     
/home/repositories/freshports-1/www/watch-list.php,v
   Sticky Tag:          (none)
   Sticky Date:         (none)
   Sticky Options:      (none)

   Existing Tags:
        No Tags Exist

$ cvs update -j 1.1 watch-list.php
$ cvs stat -v watch-list.php
===================================================================
File: watch-list.php    Status: Up-to-date

   Working revision:    1.2
   Repository revision: 1.2     
/home/repositories/freshports-1/www/watch-list.php,v
   Sticky Tag:          (none)
   Sticky Date:         (none)
   Sticky Options:      (none)

   Existing Tags:
        No Tags Exist

I still have to move this file to the FreshPorts2 branch.  Before I try the
"cvs -q tag -b FreshPorts2", do you have any other suggestions?
-- 
Dan Langille - novice in training


reply via email to

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