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:47:09 -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.

After my previous post, I had the change to do this properly.  The
difference here is that I was in another working directory:

$ cvs update -j 1.2 watch-list.php
$ cvs stat -v watch-list.php

[showed no FreshPorts2 tags]

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

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

   Existing Tags:
        FreshPorts2                     (branch: 1.2.2)

Thank you Larry.  That's a very easy way to achieve what I need.  Much
appreciated.

-- 
Dan Langille - novice in training


reply via email to

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