[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #14776] cvs update from HEAD to branch with -n option fails
From: |
anonymous |
Subject: |
[bug #14776] cvs update from HEAD to branch with -n option fails |
Date: |
Thu, 13 Oct 2005 15:03:38 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050909 Fedora/1.0.6-1.2.fc3 Firefox/1.0.6 |
URL:
<http://savannah.nongnu.org/bugs/?func=detailitem&item_id=14776>
Summary: cvs update from HEAD to branch with -n option fails
Project: Concurrent Versions System
Submitted by: None
Submitted on: Thu 10/13/05 at 15:03
Category: None
Severity: 3 - Normal
Item Group: None
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Release:
Fixed Release: None
Fixed Feature Release: None
_______________________________________________________
Details:
I created a tag on the HEAD.
I branched the project from the tag
I updated to the branch tag
My colleague updated some files on the HEAD
I tried to merge the changes from the HEAD to my branch, but being cautious
I used the "-n" option to supress the actual changes from being implemented.
The command failed indicating "No such file or directory".
Running the same command for "real" worked fine.
I am running on Linux RHEL 3
>cvs --version
Concurrent Versions System (CVS) 1.11.2 (client/server)
Copyright (c) 1989-2001 Brian Berliner, david d `zoo' zuhn,
Jeff Polk, and other authors
CVS may be copied only under the terms of the GNU General Public License,
a copy of which can be found with the CVS distribution kit.
Specify the --help option for further information about CVS
Both client and server are RHEL 3 with the same patch, but they are different
hosts.
Here is the console output of my attempts:
(2302) mardi_gras>cvs stat cfg/core.cfg
===================================================================
File: core.cfg Status: Up-to-date
Working revision: 1.34
Repository revision: 1.34 /W/cvs/cvsroot/mardi_gras/cfg/core.cfg,v
Sticky Tag: intelligence_dev (branch: 1.34.2)
Sticky Date: (none)
Sticky Options: (none)
(2303) mardi_gras>cvs -nq up -j HEAD cfg/core.cfg
RCS file: /W/cvs/cvsroot/mardi_gras/cfg/core.cfg,v
retrieving revision 1.34
retrieving revision 1.35
Merging differences between 1.34 and 1.35 into core.cfg
cvs server: core.cfg: No such file or directory
(2304) mardi_gras>cvs -nq up -j intelligence_dev -j HEAD cfg/core.cfg
RCS file: /W/cvs/cvsroot/mardi_gras/cfg/core.cfg,v
retrieving revision 1.34
retrieving revision 1.35
Merging differences between 1.34 and 1.35 into core.cfg
cvs server: core.cfg: No such file or directory
(2305) mardi_gras>cvs stat cfg/core.cfg
===================================================================
File: core.cfg Status: Up-to-date
Working revision: 1.34
Repository revision: 1.34 /W/cvs/cvsroot/mardi_gras/cfg/core.cfg,v
Sticky Tag: intelligence_dev (branch: 1.34.2)
Sticky Date: (none)
Sticky Options: (none)
(2306) mardi_gras>cvs -q up -j intelligence_dev -j HEAD cfg/core.cfg
RCS file: /W/cvs/cvsroot/mardi_gras/cfg/core.cfg,v
retrieving revision 1.34
retrieving revision 1.35
Merging differences between 1.34 and 1.35 into core.cfg
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?func=detailitem&item_id=14776>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #14776] cvs update from HEAD to branch with -n option fails,
anonymous <=