info-cvs
[Top][All Lists]
Advanced

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

RE: checkout latest revisions


From: Jim.Hyslop
Subject: RE: checkout latest revisions
Date: Thu, 13 May 2004 10:09:04 -0400

Ionita Alexandru wrote:
> This is a multi-part message in MIME format.
BTW, please post in plain text. Some users of this list have text-only
readers, and HTML/MIME is just a lot of noise to them.

>             I'm using Eclipse CVS plugin, and in the right 
> side of file is a number... 1.1, or 1.2.1 or 1.2.2 depends how 
> many times I've modified (commit) that file! These 
> modifications are made to the HEAD version.
1.2.1 and 1.2.2 are not valid CVS revision numbers. CVS revision numbers
have an even count of groups of numbers, i.e. 1.1 or 1.1.2.1 or 1.232.4.3
Are these the exact numbers that Eclipse displays, or were you writing the
numbers from memory?

If they were more like 1.1.2.1 and 1.1.2.2, then that means your revisions
were *not* made on the HEAD version, or on the trunk, they were made on a
branch.

What is the output of CVS log (without the actual commit messages)? In
particular, look for any branch tags. These will be listed (assuming the
Eclipse output uses the same format as the GNU command-line client) in the
"symbolic names:" section, and will have a zero as part of the revision
number:

symbolic names:
        tag1: 1.1
        tag2: 1.1.0.2

tag1 is not a branch tag. tag2 is a branch tag.

>             And when I'm trying to checkout HEAD version, the 
> files are all tagged with 1.1, and of course without any 
> modifications that I've made!
Since it appears the changes were made on the branch, then the HEAD revision
will not pick them up.

-- 
Jim Hyslop
Senior Software Designer
Leitch Technology International Inc. (http://www.leitch.com)
Columnist, C/C++ Users Journal (http://www.cuj.com/experts)




reply via email to

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