Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / Status / archives / week_2010_03_14.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: March 14, 2010 - March 20, 2010 Archives</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/week_2010_02_28.html" title="February 28, 2010 - March  6, 2010" />
16    <link rel="next" href="http://defaria.com/blogs/Status/archives/week_2010_03_21.html" title="March 21, 2010 - March 27, 2010" />
17 </head>
18 <body class="layout-one-column">
19    <div id="container">
20       <div id="container-inner" class="pkg">
21
22          <div id="banner">
23             <div id="banner-inner" class="pkg">
24                <h1 id="banner-header"><a href="http://defaria.com/blogs/Status/" accesskey="1">Status for Andrew DeFaria</a></h1>
25                <h2 id="banner-description">Searchable status reports and work log</h2>
26             </div>
27          </div>
28
29          <div id="pagebody">
30             <div id="pagebody-inner" class="pkg">
31                <div id="alpha">
32                   <div id="alpha-inner" class="pkg">
33                      
34                      <p class="content-nav">
35                         <a href="http://defaria.com/blogs/Status/archives/week_2010_02_28.html">&laquo; February 28, 2010 - March  6, 2010</a> |
36                         <a href="http://defaria.com/blogs/Status/">Main</a>
37                         | <a href="http://defaria.com/blogs/Status/archives/week_2010_03_21.html">March 21, 2010 - March 27, 2010 &raquo;</a>
38                      </p>
39                      
40                      
41                      <!--
42 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
43          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
44          xmlns:dc="http://purl.org/dc/elements/1.1/">
45 <rdf:Description
46     rdf:about="http://defaria.com/blogs/Status/archives/week_2010_03_14.html#entry-000730"
47     trackback:ping="http://defaria.com/mt/mt-tb.cgi/102"
48     dc:title="SDDLS sync to guardian/QC updates"
49     dc:identifier="http://defaria.com/blogs/Status/archives/week_2010_03_14.html#entry-000730"
50     dc:subject="General Electric"
51     dc:description=" After a 5 hour run, finally managed to get the sync to guardian of SDDLS to work. Looks like it worked correctly. Need to work on documenting. Also need to get Randy to check things out and deliver a..."
52     dc:creator=""
53     dc:date="2010-03-16T19:01:46-06:00" />
54 </rdf:RDF>
55 -->
56
57
58                      <h2 class="date-header">March 16, 2010</h2>
59                      <a id="a000730"></a>
60                      <div class="entry" id="entry-730">
61                         <h3 class="entry-header">SDDLS sync to guardian/QC updates</h3>
62                         <div class="entry-content">
63                            <div class="entry-body">
64                               <ul>
65   <li>After a 5 hour run, finally managed to get the sync to guardian of SDDLS to work. Looks like it worked correctly. Need to work on documenting. Also need to get Randy to check things out and deliver a simple change</li>
66
67   <li>Spoke with Jason more. It seems the .vbs script are indeed updating a QC database - one with "clearquest" in the name but a QC database nonetheless</li>
68
69   <li>Described how to use dynamic views in Eclipse</li>
70 </ul>
71                               
72                               <h3>Eclipse plugin support for Clearcase<br></h3>
73
74 <p>There are 3 plugins that I see in my Eclipse environment. You can see them by selecting <b>Help: Software Updates: Manage Configuration</b>. Expand the C:\Program Files\Eclipse (or wherever you put Eclipse). You'll see the following Clearcase related plugins:</p>
75
76 <ul>
77   <li>Rational Clearcase MVFS Support 7.0.0.200801131A: I think this is what supports dynamic views</li>
78
79   <li>Rational Clearcase Remote Client for Eclipse 7.0.1.D061004: I think this is what supports web views or CCRC<br></li>
80
81   <li>Rational Clearcase SCM Adapter 7.0.0.20061206A: I think this is just an adapter that translates Clearcase CM commands to Eclipse - which can use Clearcase or CVS or SVN, etc.</li>
82 </ul>
83
84 <h3>Accessing an existing dynamic view in Eclipse</h3>
85
86 <p>When you are in Eclipse with the above plugins many operations seem to be CCRC focused. For example, attempting to join a UCM project will lead you down a path to creating a CCRC or webview. Also, things like <b>Clearcase: Create Clearcase View</b> start with 1) a dialog box that says <b>Create Base Clearcase View</b> and asks to <b>Select a Clearcase Web Server for the view</b>. But you can create dynamic views outside the context of Eclipse and then use them in Eclipse.</p>
87
88 <p>Assuming you made a view by joining a project say from the Project Explorer, select <b>File: New Project</b>, expand <b>General</b> and then select <b>Project</b> and <b>Next</b>.</p>
89
90 <img src="/blogs/Status/images/NewProject.png" alt="New Project Dialog box">
91
92 <p>Give your project a name, toggle off <b>Use Default Location</b> and browse to your view mounted under the M drive and into a vob (must be done in some vob):</p>
93
94 <img src="/blogs/Status/images/NewProject2.png" alt="New Project Dialog 2">
95
96 <p>Click <b>Finish</b>. If you get the following dialog box then click <b>Cancel.</b></p>
97
98 <img src="/blogs/Status/images/AddElement.png" alt="Add Element">
99
100 <p>This may be required. In Eclipse select <b>Window: Preferences</b> and then filter by "mvfs". If necessary click on <u>Workspace</u> and <b>Apply</b> then do <b>Windows: Preferences</b> again and click on <b>Enable ClearCase dynamic view file system support</b>.</p>
101
102 <img src="/blogs/Status/images/MVFSPreferences.png" alt="MVFS Preferences">
103
104 <p>You should see Eclipse <b>Refreshing Workspace</b> running in the background. I'm not 100% what that's doing (getting Clearcase attributes to cache them?)</p>
105
106 <p>You should be able to right click on your newly created project (GDN_6.6.3 in the example above) and select<b> Team</b> then things like <b>Show Version Tree</b> or <b>Compare with Previous Version</b> etc.</p>
107                               
108                               <p class="entry-footer">
109                                  <span class="post-footers">Posted by  at  7:01 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000730.html">Permalink</a>
110                                  
111                                  | <a href="http://defaria.com/blogs/Status/archives/000730.html#trackback">TrackBacks (0)</a>
112                               </p>
113                            </div>
114                         </div>
115                      </div>
116                      
117                   </div>
118                </div>
119             </div>
120          </div>
121       </div>
122    </div>
123 </body>
124 </html>