public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* Cygwin & Insight... grrr.
@ 2003-10-17 14:15 Duane Ellis
  2003-10-17 14:30 ` Keith Seitz
  0 siblings, 1 reply; 2+ messages in thread
From: Duane Ellis @ 2003-10-17 14:15 UTC (permalink / raw)
  To: insight


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

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Cygwin & Insight... grrr.
  2003-10-17 14:15 Cygwin & Insight... grrr Duane Ellis
@ 2003-10-17 14:30 ` Keith Seitz
  0 siblings, 0 replies; 2+ messages in thread
From: Keith Seitz @ 2003-10-17 14:30 UTC (permalink / raw)
  To: duane; +Cc: insight

On Fri, 2003-10-17 at 07:15, Duane Ellis wrote:
> 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 is probably normal -- I don't think cygtcl.m4, for example, existed
on gdb_5_1 branch.

If worse comes to worse, just whack your tcl/tk directories and checkout
tcl and tk on that branch.

Keith


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-10-17 14:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-17 14:15 Cygwin & Insight... grrr Duane Ellis
2003-10-17 14:30 ` Keith Seitz

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).