home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!oracle!pyramid!infmx!dberg
- From: dberg@informix.com (David I. Berg)
- Newsgroups: comp.unix.questions
- Subject: Re: SCCS get
- Message-ID: <1993Jan28.045547.10144@informix.com>
- Date: 28 Jan 93 04:55:47 GMT
- References: <1993Jan26.103544@lectra.fr>
- Sender: news@informix.com (Usenet News)
- Organization: Informix Software, Inc.
- Lines: 7
-
- In article <1993Jan26.103544@lectra.fr> pierre@lectra.fr (Pierre Ficheux) writes:
- > I would like to change the version of an SCCS file (1.x ==> 2.x). I have
- >tried :
- >
- > get -e -r2.1 s.b.c
-
- Try get -e -r2 s.b.c. This will force the promotion of the version to 2.1.
-