public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: Duane Ellis <duane@franklin.com>
To: insight@sources.redhat.com
Subject: Cygwin & Insight... grrr.
Date: Fri, 17 Oct 2003 14:15:00 -0000	[thread overview]
Message-ID: <200310171415.h9HEF9e05307@europa.franklin.com> (raw)


i'm trying to reconstruct something that i had working before
and I'm following the instructions on the insight/cygwin.html page

using the script (below) to check out from CVS what I think
should work:

Problem: During the REVERT TCL step, I get various messages like this:

	 cvs server: cygtcl.m4 is no longer in the repository
	 cvs server: compat/getcwd.c is no longer in the repository
	 cvs server: doc/TclInitStubs.3 is no longer in the repository
	 cvs server: generic/patchlevel.h is no longer in the repository	

This continues for a large number of things.

Any clue what I'm doing wrong?

I got this to work earlier, but I did some house cleaning
and wiped out my previous copy, grrrrr....

-Duane.

----------------------------------------
#!/bin/bash

rm -rf src

echo "----- LOGIN ----"

cvs -z9 -d:pserver:anoncvs@sources.redhat.com:/cvs/src login

echo "----- MAIN CHECK OUT ---"

cvs -z9 -d:pserver:anoncvs@sources.redhat.com:/cvs/src co -r gdb_5_2-branch insight+dejagnu

echo "----- REVERT TCL ----"

cd src/tcl

cvs -q update -r gdb_5_1-2001-07-29-branch 

echo "----- REVERT TK ----"

cd ../tk

cvs -q update -r gdb_5_1-2001-07-29-branch

echo "----- REVERT ITCL ----"

cd ../itcl

cvs -q update -r gdb_5_1-2001-07-29-branch 

echo "----- REVERT LIBGUI ----"

cd ../libgui/src

cvs -q update -r gdb_5_1-2001-07-29-branch tkGraphCanvas.c tkCanvEdge.c

----------------------------------------

             reply	other threads:[~2003-10-17 14:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-17 14:15 Duane Ellis [this message]
2003-10-17 14:30 ` Keith Seitz

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=200310171415.h9HEF9e05307@europa.franklin.com \
    --to=duane@franklin.com \
    --cc=insight@sources.redhat.com \
    /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).