Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / Status / archives / 000730.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: SDDLS sync to guardian/QC updates</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/000727.html" title="Clearquest problems" />
16    <link rel="next" href="http://defaria.com/blogs/Status/archives/000731.html" title="SDDLS progress/m_pPerl != 0 fix/Merging directories" />
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/000730.html"
24     trackback:ping="http://defaria.com/mt/mt-tb.cgi/102"
25     dc:title="SDDLS sync to guardian/QC updates"
26     dc:identifier="http://defaria.com/blogs/Status/archives/000730.html"
27     dc:subject="General Electric"
28     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..."
29     dc:creator=""
30     dc:date="2010-03-16T19:01:46-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/000727.html">&laquo; Clearquest problems</a> |
57                         <a href="http://defaria.com/blogs/Status/">Main</a>
58                         | <a href="http://defaria.com/blogs/Status/archives/000731.html">SDDLS progress/m_pPerl != 0 fix/Merging directories &raquo;</a>
59                      </p>
60
61                      <a id="a000730"></a>
62                      <div class="entry" id="entry-730">
63                         <h3 class="entry-header">SDDLS sync to guardian/QC updates</h3>
64                         <div class="entry-content">
65                            <div class="entry-body">
66                               <ul>
67   <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>
68
69   <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>
70
71   <li>Described how to use dynamic views in Eclipse</li>
72 </ul>
73                            </div>
74                            <div id="more" class="entry-more">
75                               <h3>Eclipse plugin support for Clearcase<br></h3>
76
77 <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>
78
79 <ul>
80   <li>Rational Clearcase MVFS Support 7.0.0.200801131A: I think this is what supports dynamic views</li>
81
82   <li>Rational Clearcase Remote Client for Eclipse 7.0.1.D061004: I think this is what supports web views or CCRC<br></li>
83
84   <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>
85 </ul>
86
87 <h3>Accessing an existing dynamic view in Eclipse</h3>
88
89 <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>
90
91 <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>
92
93 <img src="/blogs/Status/images/NewProject.png" alt="New Project Dialog box">
94
95 <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>
96
97 <img src="/blogs/Status/images/NewProject2.png" alt="New Project Dialog 2">
98
99 <p>Click <b>Finish</b>. If you get the following dialog box then click <b>Cancel.</b></p>
100
101 <img src="/blogs/Status/images/AddElement.png" alt="Add Element">
102
103 <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>
104
105 <img src="/blogs/Status/images/MVFSPreferences.png" alt="MVFS Preferences">
106
107 <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>
108
109 <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>
110                            </div>
111                         </div>
112                         <p class="entry-footer">
113                            <span class="post-footers">Posted by  on March 16, 2010  7:01 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000730.html">Permalink</a>
114                         </p>
115                      </div>
116
117                      
118                      <div class="trackbacks">
119                         <h3 id="trackback" class="trackbacks-header">TrackBack</h3>
120                         <div id="trackbacks-info">
121                            <p>TrackBack URL for this entry:<br />http://defaria.com/mt/mt-tb.cgi/102</p>
122                         </div>
123                         <div class="trackbacks-content">
124                            
125                         </div>
126                      </div>
127                      
128
129                      
130                   </div>
131                </div>
132             </div>
133          </div>
134       </div>
135    </div>
136 </body>
137 </html>