home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / gnu / utils / bug / 2064 next >
Encoding:
Text File  |  1992-11-15  |  1.8 KB  |  62 lines

  1. Newsgroups: gnu.utils.bug
  2. Path: sparky!uunet!stanford.edu!agate!spool.mu.edu!sol.ctr.columbia.edu!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!cis.ohio-state.edu!cs.montana.edu!osyjm
  3. From: osyjm@cs.montana.edu (Jaye Mathisen)
  4. Subject: CVS problems -- More of a usage problem
  5. Message-ID: <1992Nov16.005415.19743@coe.montana.edu>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: CS
  8. Distribution: gnu
  9. Date: Mon, 16 Nov 1992 00:54:15 GMT
  10. Approved: bug-gnu-utils@prep.ai.mit.edu
  11. Lines: 49
  12.  
  13. It could be that I'm just flat out confused here...  So bear with me.
  14.  
  15. I've installed cvs-1.3 on an HP 9000/730 (8.05), and a Decstation 5000/240
  16. (Ultrix 4.3).
  17.  
  18. I took and converted my GNU source tree to CVS.
  19.  
  20. I tagged (rtag actually) the  initial release of the source as 'BASELINE' 
  21. (missed the part about BASE apparently).
  22.  
  23. Then I went and tagged the source with a few tags, ala' (Using diff-1.15
  24. as an example)
  25.  
  26. cvs rtag -b TAG1 diff-1.15
  27. cvs rtag -b TAG2 diff-1.15
  28.  
  29. Where TAG1 and TAG2 are 2 architecture dependent flags.
  30.  
  31. On the decstation, I can do a cvs checkout -r TAG1 diff-1.15
  32. and it creates the dir, just like it's supposed to, and lets me  edit/update
  33. , commit, etc.  just like it should.
  34.  
  35. So now I bop over to the HP, and I want to build diff-1.15 for it:
  36.  
  37. erchp2:/P#/Gnu-dev/src % cvs checkout -r $CVSTAG diff-1.15 
  38. cvs checkout: Updating diff-1.15
  39. erchp2:/P#/Gnu-dev/src % ls
  40. diff-1.15/
  41. erchp2:/P#/Gnu-dev/src % ls -R
  42. diff-1.15/
  43.  
  44. ./diff-1.15:
  45. CVS/
  46.  
  47. ./diff-1.15/CVS:
  48. Entries      Repository   Tag
  49.  
  50.  
  51. And no files... Argh.  I jump back over to the decstation, and do the
  52. same command, and it works.
  53.  
  54.  
  55. Any speculation?  byte-order problems?  Bizarro weirdness in the HPUX
  56. supplied versions of ci/co?
  57. -- 
  58.  Jaye Mathisen, COE Systems Manager                (406) 994-4780
  59.  410 Roberts Hall,Dept. of Computer Science
  60.  Montana State University,Bozeman MT 59717    osyjm@cs.montana.edu
  61.  
  62.