Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / Status / archives / 000502.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: Clearquest Demo/p4test/cvsims</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/000501.html" title="Bugs/Integrating cvsims/PQA problems" />
16    <link rel="next" href="http://defaria.com/blogs/Status/archives/000503.html" title="Clearquest Demo/CVSIMS" />
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/000501.html">&laquo; Bugs/Integrating cvsims/PQA problems</a> |
42                         <a href="http://defaria.com/blogs/Status/">Main</a>
43                         | <a href="http://defaria.com/blogs/Status/archives/000503.html">Clearquest Demo/CVSIMS &raquo;</a>
44                      </p>
45
46                      <a id="a000502"></a>
47                      <div class="entry" id="entry-502">
48                         <h3 class="entry-header">Clearquest Demo/p4test/cvsims</h3>
49                         <div class="entry-content">
50                            <div class="entry-body">
51                               <ul>
52   <li>Set up a test bugs database for a demo</li>
53
54   <li>Set up p4test as a temp server for PQA on production data</li>
55
56   <li>Further coding of cvsims and integration into CVS</li>
57 </ul>
58                            </div>
59                            <div id="more" class="entry-more">
60                               <h2>CVSIMS Issues</h2>
61
62 <p>There are still some issues WRT cvsims:</p>
63
64 <ul>
65   <li>When you cvs add a directory it seems that cvsims is called. There is no issue IDs and thus thsi is a problem</li>
66
67   <li>Currently the path to the file being committed is not being passed. There is a %p that can be added to the command line in loginfo but it merely says "path relative to repository". What does that mean when you are checking in foo/foo.h, foo/foo.c and bar/bar.h?</li>
68 </ul>
69
70 <p>Turns out that cvs will make calls per path. IOW if you are checking in foo/foo.h, foo/foo.c and bar/bar.h cvs would call the loginfo trigger with path = foo for foo.h and foo.c then call the loginfo trigger again with path = bar for bar.h. Unfortuantely this would leave us with the more ugly:</p>
71
72 <div class="code"><pre>
73 ### adefaria Thu Dec 22 19:14:09 2005 ###
74 1.6 /projects/ccase_irva/cvsmaster/ims/foo/foo.h
75 1.7 /projects/ccase_irva/cvsmaster/ims/foo/foo.c
76
77 ### adefaria Thu Dec 22 19:14:10 2005 ###
78 1.4 /projects/ccase_irva/cvsmaster/ims/bar/bar.h
79 </pre></div>
80
81 <p>As you can see above I added both a -path and -repository options so I can compose the full path to each file.</p>
82
83 <p>One thing that is still not handled is the concept of branches. I'm not sure if that is required...</p>
84                            </div>
85                         </div>
86                         <p class="entry-footer">
87                            <span class="post-footers">Posted by  on December 22, 2005  6:55 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000502.html">Permalink</a>
88                         </p>
89                      </div>
90
91                      
92
93                      
94                   </div>
95                </div>
96             </div>
97          </div>
98       </div>
99    </div>
100 </body>
101 </html>