Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / Status / archives / 000672.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: import.pl/uncoall/qt</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/000671.html" title="UCMWB 1.2.3" />
16    <link rel="next" href="http://defaria.com/blogs/Status/archives/000673.html" title="Building Qt/UCMWB officially" />
17
18    <!--
19 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
20          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
21          xmlns:dc="http://purl.org/dc/elements/1.1/">
22 <rdf:Description
23     rdf:about="http://defaria.com/blogs/Status/archives/000672.html"
24     trackback:ping="http://defaria.com/mt/mt-tb.cgi/59"
25     dc:title="import.pl/uncoall/qt"
26     dc:identifier="http://defaria.com/blogs/Status/archives/000672.html"
27     dc:subject="General Dynamics"
28     dc:description=" Created a script to do the importation of the documents for the Documentation Visibility tickets Found out that there&apos;s no easy way to unco all checkouts. Created uncoall Issue: Need to get Qt licensed..."
29     dc:creator=""
30     dc:date="2007-09-06T17:41:23-06:00" />
31 </rdf:RDF>
32 -->
33
34
35    
36
37    <script type="text/javascript" src="http://defaria.com/blogs/Status/mt-site.js"></script>
38 </head>
39 <body class="layout-one-column" onload="individualArchivesOnLoad(commenter_name)">
40    <div id="container">
41       <div id="container-inner" class="pkg">
42
43          <div id="banner">
44             <div id="banner-inner" class="pkg">
45                <h1 id="banner-header"><a href="http://defaria.com/blogs/Status/" accesskey="1">Status for Andrew DeFaria</a></h1>
46                <h2 id="banner-description">Searchable status reports and work log</h2>
47             </div>
48          </div>
49
50          <div id="pagebody">
51             <div id="pagebody-inner" class="pkg">
52                <div id="alpha">
53                   <div id="alpha-inner" class="pkg">
54
55                      <p class="content-nav">
56                         <a href="http://defaria.com/blogs/Status/archives/000671.html">&laquo; UCMWB 1.2.3</a> |
57                         <a href="http://defaria.com/blogs/Status/">Main</a>
58                         | <a href="http://defaria.com/blogs/Status/archives/000673.html">Building Qt/UCMWB officially &raquo;</a>
59                      </p>
60
61                      <a id="a000672"></a>
62                      <div class="entry" id="entry-672">
63                         <h3 class="entry-header">import.pl/uncoall/qt</h3>
64                         <div class="entry-content">
65                            <div class="entry-body">
66                               <ul>
67   <li>Created a script to do the importation of the documents for the Documentation Visibility tickets</li>
68
69   <li>Found out that there's no easy way to unco all checkouts. Created uncoall</li>
70
71   <li>Issue: Need to get Qt licensed</li>
72 </ul>
73                            </div>
74                            <div id="more" class="entry-more">
75                               <h3>import.pl</h3>
76
77 <p>Created a Perl script to handle the odd findmerge like "bring documents into visibility" help desk tickets. It's like a findmerge however we don't want to merge any elements - just merge in the previously unseen elements. A rough outline of the algorithm is as follows:</p>
78
79 <div class=code><pre>
80   foreach my $from_element (@elements_from_the_from_view) {
81     next if -e $from_element
82
83     &lt;merge parent directory&gt;
84
85     next if -d $from_element;
86
87     copy $from_element -> $to_element
88   }
89 </pre></div>
90
91 <p>It's also been discussed that the group has not decided exactly what documents should be imported in from the original set. Importing from build 1 -> build 2 doesn't make much sense. IOW we should start from the beginning.</p>
92                            </div>
93                         </div>
94                         <p class="entry-footer">
95                            <span class="post-footers">Posted by  on September  6, 2007  5:41 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000672.html">Permalink</a>
96                         </p>
97                      </div>
98
99                      
100                      <div class="trackbacks">
101                         <h3 id="trackback" class="trackbacks-header">TrackBack</h3>
102                         <div id="trackbacks-info">
103                            <p>TrackBack URL for this entry:<br />http://defaria.com/mt/mt-tb.cgi/59</p>
104                         </div>
105                         <div class="trackbacks-content">
106                            
107                         </div>
108                      </div>
109                      
110
111                      
112                   </div>
113                </div>
114             </div>
115          </div>
116       </div>
117    </div>
118 </body>
119 </html>