RE: [Flightgear-devel] dumb CVS question

2002-10-02 Thread Jim Wilson

You can do that.  Just change the user in all the Root files to cvsguest in
your 0.7 tree.  Then do your diff command.

Best,

Jim

Boslough, Mark B [EMAIL PROTECTED] said:

 Thanks Eric.  I have both cvs branches of FlightGear 0.8.  What I am wanting
 to do is to reach back and get the changes I put into my local version of
 0.7,
 so I need to do the cvs diff on FlightGear 0.7.  I can do this manually,
 but
 I was hoping that FlightGear 0.7 would still be in a repository somewhere so
 I 
 could get CVS to tell me what I did, instead of digging back into the code
 manually. 
 Thanks,
 
 Mark
 
 
 -Original Message-
 From: Erik Hofman [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, October 02, 2002 1:51 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [Flightgear-devel] dumb CVS question
 
 
 Boslough, Mark B wrote:
  Hi, 
  
  I made a lot of local modifications to FlightGear 0.7, and now I want to
 put
  them into my copy of 0.8.  I tried to do a cvs diff (on my version of 0.7)
  to get the changes to put into 0.8, but I get the following complaint from
  CVS:
  
  $ cvs diff main.cxx
  /var/cvs/FlightGear-0.7: no such repository
  cvs diff: authorization failed: server cvs.flightgear.org rejected access
 to
  /var/cvs/FlightGear-0.7 for user cvs
 
  I'm sure I'm making this harder than it should be.  Any help would be
  appreciated.
 
 Things have changed since the release of 0.8.0, see:
 
 http://www.flightgear.org/cvsResources/anoncvs.html
 
 Erik
 
 
 ___
 Flightgear-devel mailing list
 [EMAIL PROTECTED]
 http://mail.flightgear.org/mailman/listinfo/flightgear-devel
 
 
 ___
 Flightgear-devel mailing list
 [EMAIL PROTECTED]
 http://mail.flightgear.org/mailman/listinfo/flightgear-devel
 



-- 
Jim Wilson - IT Manager
Kelco Industries
PO Box 160
58 Main Street
Milbridge, ME 04658
207-546-7989 - FAX 207-546-2791
http://www.kelcomaine.com




___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



RE: [Flightgear-devel] dumb CVS question

2002-10-02 Thread Boslough, Mark B


Maybe I misunderstood.  Sorry to be such a dope.
Mark

-Original Message-
From: Boslough, Mark B [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 02, 2002 3:31 PM
To: '[EMAIL PROTECTED]'
Subject: RE: [Flightgear-devel] dumb CVS question



Jim, thanks.  I already tried that.  Here's what I got:

$ cvs -d :pserver:[EMAIL PROTECTED]:/var/cvs/FlightGear-0.7 login
(Logging in to [EMAIL PROTECTED])
CVS password:
Fatal error, aborting.
cvsguest: no such user
cvs login: authorization failed: server cvs.flightgear.org rejected access
to /v
ar/cvs/FlightGear-0.7 for user cvsguest


 -Original Message-
 From: Jim Wilson [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, October 02, 2002 3:02 PM
 To: [EMAIL PROTECTED]
 Subject: RE: [Flightgear-devel] dumb CVS question
 
 
 You can do that.  Just change the user in all the Root files 
 to cvsguest in
 your 0.7 tree.  Then do your diff command.
 
 Best,
 
 Jim
 
 Boslough, Mark B [EMAIL PROTECTED] said:
 
  Thanks Eric.  I have both cvs branches of FlightGear 0.8.  
 What I am wanting
  to do is to reach back and get the changes I put into my 
 local version of
  0.7,
  so I need to do the cvs diff on FlightGear 0.7.  I can do 
 this manually,
  but
  I was hoping that FlightGear 0.7 would still be in a 
 repository somewhere so
  I 
  could get CVS to tell me what I did, instead of digging 
 back into the code
  manually. 
  Thanks,
  
  Mark
  
  
  -Original Message-
  From: Erik Hofman [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, October 02, 2002 1:51 PM
  To: [EMAIL PROTECTED]
  Subject: Re: [Flightgear-devel] dumb CVS question
  
  
  Boslough, Mark B wrote:
   Hi, 
   
   I made a lot of local modifications to FlightGear 0.7, 
 and now I want to
  put
   them into my copy of 0.8.  I tried to do a cvs diff (on 
 my version of 0.7)
   to get the changes to put into 0.8, but I get the 
 following complaint from
   CVS:
   
   $ cvs diff main.cxx
   /var/cvs/FlightGear-0.7: no such repository
   cvs diff: authorization failed: server cvs.flightgear.org 
 rejected access
  to
   /var/cvs/FlightGear-0.7 for user cvs
  
   I'm sure I'm making this harder than it should be.  Any 
 help would be
   appreciated.
  
  Things have changed since the release of 0.8.0, see:
  
  http://www.flightgear.org/cvsResources/anoncvs.html
  
  Erik
  
  
  ___
  Flightgear-devel mailing list
  [EMAIL PROTECTED]
  http://mail.flightgear.org/mailman/listinfo/flightgear-devel
  
  
  ___
  Flightgear-devel mailing list
  [EMAIL PROTECTED]
  http://mail.flightgear.org/mailman/listinfo/flightgear-devel
  
 
 
 
 -- 
 Jim Wilson - IT Manager
 Kelco Industries
 PO Box 160
 58 Main Street
 Milbridge, ME 04658
 207-546-7989 - FAX 207-546-2791
 http://www.kelcomaine.com
 
 
 
 
 ___
 Flightgear-devel mailing list
 [EMAIL PROTECTED]
 http://mail.flightgear.org/mailman/listinfo/flightgear-devel
 


___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel


___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



RE: [Flightgear-devel] dumb CVS question

2002-10-02 Thread Jim Wilson

Oops...guess I was wrong.  The user for that path is still cvs.  I just
checked and it worked fine for that path.  In each directory of your version 7
you'll find a CVS/Root file that should contain the text:
:pserver:[EMAIL PROTECTED]:/var/cvs/FlightGear-0.7

If they do then just typing cvs diff should work.  If it doesn't try cvs
login (password is guest) and then cvs diff.

If they don't contain that exact text, you will probably need to checkout to a
fresh tree and move just the source files (important) from your version 7 tree
into the new tree.   Then run the diff command.

Best,

Jim


Boslough, Mark B [EMAIL PROTECTED] said:

 
 Jim, thanks.  I already tried that.  Here's what I got:
 
 $ cvs -d :pserver:[EMAIL PROTECTED]:/var/cvs/FlightGear-0.7 login
 (Logging in to [EMAIL PROTECTED])
 CVS password:
 Fatal error, aborting.
 cvsguest: no such user
 cvs login: authorization failed: server cvs.flightgear.org rejected access
 to /v
 ar/cvs/FlightGear-0.7 for user cvsguest


___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



RE: [Flightgear-devel] dumb CVS question

2002-10-02 Thread Boslough, Mark B


Jim, thanks.  That worked.  No wonder I couldn't figure it out.
It was too easy :-)

-Original Message-
From: Jim Wilson [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 02, 2002 4:06 PM
To: [EMAIL PROTECTED]
Subject: RE: [Flightgear-devel] dumb CVS question


Oops...guess I was wrong.  The user for that path is still cvs.  I just
checked and it worked fine for that path.  In each directory of your version
7
you'll find a CVS/Root file that should contain the text:
:pserver:[EMAIL PROTECTED]:/var/cvs/FlightGear-0.7

If they do then just typing cvs diff should work.  If it doesn't try cvs
login (password is guest) and then cvs diff.

If they don't contain that exact text, you will probably need to checkout to
a
fresh tree and move just the source files (important) from your version 7
tree
into the new tree.   Then run the diff command.

Best,

Jim



___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



Re: [Flightgear-devel] dumb CVS question

2002-01-16 Thread Cameron Moore

* [EMAIL PROTECTED] (Boslough, Mark B) [2002.01.16 15:37]:
 I'm still trying to come up to speed and if I am going to do any serious
 work
 I need to be able to do CVS checkouts.  I downloaded wincvs and am following
 instructions (I think) on the flightgear website.  Here's what I get:
 
 $ cvs -d :pserver:[EMAIL PROTECTED]:/var/cvs/FlightGear-0.7.8 login

This is incorrect.  The directory ends with -0.7 not -0.7.8.  See
http://www.flightgear.org/cvsResources/anoncvs.html.
-- 
Cameron Moore
[ Plan to be spontaneous tomorrow. ]

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



RE: [Flightgear-devel] dumb CVS question

2002-01-16 Thread Boslough, Mark B

Thanks for catching my error.  Unfortunately, I am getting
the same result when I type it correctly.  So in addition to
me being dumb, there is still something else wrong.

Mark

-Original Message-
From: Cameron Moore [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 16, 2002 2:41 PM
To: '[EMAIL PROTECTED]'
Subject: Re: [Flightgear-devel] dumb CVS question


* [EMAIL PROTECTED] (Boslough, Mark B) [2002.01.16 15:37]:
 I'm still trying to come up to speed and if I am going to do any serious
 work
 I need to be able to do CVS checkouts.  I downloaded wincvs and am
following
 instructions (I think) on the flightgear website.  Here's what I get:
 
 $ cvs -d :pserver:[EMAIL PROTECTED]:/var/cvs/FlightGear-0.7.8 login

This is incorrect.  The directory ends with -0.7 not -0.7.8.  See
http://www.flightgear.org/cvsResources/anoncvs.html.
-- 
Cameron Moore
[ Plan to be spontaneous tomorrow. ]

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel


___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel