Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / Status / archives / 000352.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard">
4 <head>
5    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6    <meta name="generator" content="Movable Type 5.2.3" />
7
8    <link rel="stylesheet" href="http://defaria.com/blogs/Status/styles-site.css" type="text/css" />
9    <link rel="alternate" type="application/atom+xml" title="Atom" href="http://defaria.com/blogs/Status/atom.xml" />
10    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://defaria.com/blogs/Status/index.xml" />
11
12    <title>Status for Andrew DeFaria: CVS Report bug</title>
13
14    <link rel="start" href="http://defaria.com/blogs/Status/" title="Home" />
15    <link rel="prev" href="http://defaria.com/blogs/Status/archives/000351.html" title="New CVS Reports" />
16    <link rel="next" href="http://defaria.com/blogs/Status/archives/000353.html" title="BC 5.3 on RH 8.0" />
17
18    
19
20    
21
22    <script type="text/javascript" src="http://defaria.com/blogs/Status/mt-site.js"></script>
23 </head>
24 <body class="layout-one-column" onload="individualArchivesOnLoad(commenter_name)">
25    <div id="container">
26       <div id="container-inner" class="pkg">
27
28          <div id="banner">
29             <div id="banner-inner" class="pkg">
30                <h1 id="banner-header"><a href="http://defaria.com/blogs/Status/" accesskey="1">Status for Andrew DeFaria</a></h1>
31                <h2 id="banner-description">Searchable status reports and work log</h2>
32             </div>
33          </div>
34
35          <div id="pagebody">
36             <div id="pagebody-inner" class="pkg">
37                <div id="alpha">
38                   <div id="alpha-inner" class="pkg">
39
40                      <p class="content-nav">
41                         <a href="http://defaria.com/blogs/Status/archives/000351.html">&laquo; New CVS Reports</a> |
42                         <a href="http://defaria.com/blogs/Status/">Main</a>
43                         | <a href="http://defaria.com/blogs/Status/archives/000353.html">BC 5.3 on RH 8.0 &raquo;</a>
44                      </p>
45
46                      <a id="a000352"></a>
47                      <div class="entry" id="entry-352">
48                         <h3 class="entry-header">CVS Report bug</h3>
49                         <div class="entry-content">
50                            <div class="entry-body">
51                               <p>The more I look into CVS the less I understand. Perhaps you can help me...</p>
52
53 <p>For the file los178/sys/kernel/getmem.c I see the following:</p>
54 <div class="code"><pre>
55 saturn:cvs log getmem.c
56
57 RCS file: /cvs/los178-cvs/los178/sys/kernel/getmem.c,v
58 Working file: getmem.c
59 head: 1.2
60 branch:
61 locks: strict
62 access list:
63 symbolic names:
64        DEV_LOS178_2p1p0_ppc_20050503: 1.1.1.1.2.1
65        REL_LOS178_2p0p0-branch: 1.1.1.1.0.4
66                  ...
67        REL_LOS178RSC_2p0p0_ppc_FCS: 1.1.1.1
68                  ...
69 saturn:cvs st getmem.c
70 ===================================================================
71 File: getmem.c          Status: Up-to-date
72
73   Working revision:    1.1.1.1
74   Repository revision: 1.1.1.1 /cvs/los178-cvs/los178/sys/kernel/getmem.c,v
75   Sticky Tag:          REL_LOS178_2p0p0_ppc_FCS (revision: 1.1.1.1)
76   Sticky Date:         (none)
77   Sticky Options:      -ko
78 </pre></div>
79 <p>In particular here notice that head says 1.2 but the current working revision is 1.1.1.1. The CVS Report does a:</p>
80 <div class="code"><pre>
81 saturn:cvs diff --brief -r HEAD getmem.c
82 saturn:
83 </pre></div>
84 <p>Does this mean that there is no difference between 1.1.1.1 and 1.2?!? However if I do:</p>
85 <div class="code"><pre>
86 saturn:cvs diff --brief -r 1.2 getmem.c
87 Index: getmem.c
88 ===================================================================
89 RCS file: /cvs/los178-cvs/los178/sys/kernel/getmem.c,v
90 retrieving revision 1.2
91 retrieving revision 1.1.1.1
92 diff --brief -r1.2 -r1.1.1.1
93 Files /tmp/cvsvGa4M1 and /tmp/cvswGa4M1 differ
94 saturn:
95 </pre></div>
96 <p>Why is this so? Doesn't -r HEAD mean 1.2 in this instance?</p>
97                            </div>
98                            <div id="more" class="entry-more">
99                               
100                            </div>
101                         </div>
102                         <p class="entry-footer">
103                            <span class="post-footers">Posted by  on May  9, 2005  2:59 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000352.html">Permalink</a>
104                         </p>
105                      </div>
106
107                      
108
109                      
110                   </div>
111                </div>
112             </div>
113          </div>
114       </div>
115    </div>
116 </body>
117 </html>