public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Rupert Wood" <me@rupey.net>
To: "'Bansidhar Arvind Deshpande  - CTD,
	Chennai.'" <bansidhara@ctd.hcltech.com>
Cc: <gcc-help@gcc.gnu.org>
Subject: RE: cvs checkout problem.
Date: Fri, 14 Nov 2003 10:21:00 -0000	[thread overview]
Message-ID: <E1AKb5O-000DrI-0Y@anchor-post-34.mail.demon.net> (raw)
In-Reply-To: <9F54AA5915501745A385AF7CBDC7E87169846C@HARITHA.ctd.hcltech.com>

Bansidhar Arvind Deshpande wrote:

> I want to checkout my cvs project (project1 ) files of having
> tagname "imp" e.g. If i want to check out my latest version of the
> same project i do cvs get project1
> To get the tagged version which command should i use.

You'd use

   cvs get -r imp project1

or similar. There's plenty of other options you can use, e.g.

   cvs -qz9 -d :pserver:anoncvs@subversions.gnu.org:/cvsroot/gcc
       get -r gcc-3_3-branch -d gcc33 gcc

will fetch you a copy of the GCC 3.3 branch into a directory called 'gcc33'.
You can get help from cvs itself with

   cvs --help get

or find docs online at http://www.cvshome.org/docs/manual/. Note that your
'get' is an alias for 'checkout' (as is 'co') so that's the command you
should look up.

We can probably cope with the basic stuff here but if you've got more
complex CVS problems you might do better on a CVS mailing list.

Good luck,
Rup.


      reply	other threads:[~2003-11-14 10:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-14  9:49 Bansidhar Arvind Deshpande  - CTD, Chennai.
2003-11-14 10:21 ` Rupert Wood [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1AKb5O-000DrI-0Y@anchor-post-34.mail.demon.net \
    --to=me@rupey.net \
    --cc=bansidhara@ctd.hcltech.com \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).