Skip site navigation (1)Skip section navigation (2)
Date:      01 Apr 2002 23:49:26 +0200
From:      Dag-Erling Smorgrav <des@ofug.org>
To:        Josef Karthauser <joe@tao.org.uk>
Cc:        Gregory Neil Shapiro <gshapiro@FreeBSD.org>, Mark Murray <mark@grondar.za>, Giorgos Keramidas <keramida@ceid.upatras.gr>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/contrib/openpam/lib pam_set_data.c
Message-ID:  <xzpzo0n1449.fsf@flood.ping.uio.no>
In-Reply-To: <20020401213641.GE34214@genius.tao.org.uk>
References:  <20020401132445.GA7049@hades.hell.gr> <200204011329.g31DT7PL027493@grimreaper.grondar.org> <15528.39118.594495.477422@horsey.gshapiro.net> <xzphemv2jnj.fsf@flood.ping.uio.no> <20020401213641.GE34214@genius.tao.org.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
Josef Karthauser <joe@tao.org.uk> writes:
> I guess that the cvsroot scripts should try and look this up if its
> numeric?

It can be ambiguous:

des@des ~/cvstest% echo foo >file
des@des ~/cvstest% cvs import -m'Test' test TEST_VENDOR_1 TEST_RELEASE_1
N test/file

No conflicts created by this import

des@des ~/cvstest% echo bar >file
des@des ~/cvstest% cvs import -m'Test' test TEST_VENDOR_2 TEST_RELEASE_2
U test/file

No conflicts created by this import

des@des ~/cvstest% cvs rlog test/file

RCS file: /home/des/cvs/test/file,v
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
        TEST_RELEASE_2: 1.1.1.2
        TEST_VENDOR_2: 1.1.1
        TEST_RELEASE_1: 1.1.1.1
        TEST_VENDOR_1: 1.1.1
keyword substitution: kv
total revisions: 3;     selected revisions: 3
description:
----------------------------
revision 1.1
date: 2002/04/01 21:47:37;  author: des;  state: Exp;
branches:  1.1.1;
Initial revision
----------------------------
revision 1.1.1.2
date: 2002/04/01 21:47:44;  author: des;  state: Exp;  lines: +1 -1
Test
----------------------------
revision 1.1.1.1
date: 2002/04/01 21:47:37;  author: des;  state: Exp;  lines: +0 -0
Test
=============================================================================

DES
-- 
Dag-Erling Smorgrav - des@ofug.org

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzpzo0n1449.fsf>