Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / Status / archives / 000071.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
6
7 <title>Status: Sonsun/2.4/tcl</title>
8
9 <link rel="stylesheet" href="http://defaria.com:8080/blogs/Status/styles-site.css" type="text/css" />
10 <link rel="alternate" type="application/rss+xml" title="RSS" href="http://defaria.com:8080/blogs/Status/index.rdf" />
11
12 <link rel="start" href="http://defaria.com:8080/blogs/Status/" title="Home" />
13
14 <link rel="next" href="http://defaria.com:8080/blogs/Status/archives/000073.html" title="TCL Debuggers" />
15
16
17 <script type="text/javascript" language="javascript">
18 <!--
19
20 function OpenTrackback (c) {
21     window.open(c,
22                     'trackback',
23                     'width=480,height=480,scrollbars=yes,status=yes');
24 }
25
26 var HOST = 'defaria.com:8080';
27
28 // Copyright (c) 1996-1997 Athenia Associates.
29 // http://www.webreference.com/js/
30 // License is granted if and only if this entire
31 // copyright notice is included. By Tomer Shiran.
32
33 function setCookie (name, value, expires, path, domain, secure) {
34     var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
35     document.cookie = curCookie;
36 }
37
38 function getCookie (name) {
39     var prefix = name + '=';
40     var c = document.cookie;
41     var nullstring = '';
42     var cookieStartIndex = c.indexOf(prefix);
43     if (cookieStartIndex == -1)
44         return nullstring;
45     var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
46     if (cookieEndIndex == -1)
47         cookieEndIndex = c.length;
48     return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
49 }
50
51 function deleteCookie (name, path, domain) {
52     if (getCookie(name))
53         document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
54 }
55
56 function fixDate (date) {
57     var base = new Date(0);
58     var skew = base.getTime();
59     if (skew > 0)
60         date.setTime(date.getTime() - skew);
61 }
62
63 function rememberMe (f) {
64     var now = new Date();
65     fixDate(now);
66     now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
67     setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
68     setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
69     setCookie('mtcmthome', f.url.value, now, '', HOST, '');
70 }
71
72 function forgetMe (f) {
73     deleteCookie('mtcmtmail', '', HOST);
74     deleteCookie('mtcmthome', '', HOST);
75     deleteCookie('mtcmtauth', '', HOST);
76     f.email.value = '';
77     f.author.value = '';
78     f.url.value = '';
79 }
80
81 //-->
82 </script>
83
84
85
86
87
88 </head>
89
90 <body>
91
92 <div id="banner">
93 <h1><a href="http://defaria.com:8080/blogs/Status/" accesskey="1">Status</a></h1>
94 <span class="description"></span>
95 </div>
96
97 <div id="container">
98
99 <div class="blog">
100
101 <div id="menu">
102
103 <a href="http://defaria.com:8080/blogs/Status/">Main</a>
104 | <a href="http://defaria.com:8080/blogs/Status/archives/000073.html">TCL Debuggers &raquo;</a>
105
106 </div>
107
108 </div>
109
110
111 <div class="blog">
112
113 <h2 class="date">November 11, 2003</h2>
114
115 <div class="blogbody">
116
117 <h3 class="title">Sonsun/2.4/tcl</h3>
118
119 <ul>
120 <li>Attempted to gain access to sonsun</li>. 
121 <li>Set up both 2.4 and china_2.4 and set up synchronization of branching for all of 2.2, 2.3, 2.4.</li>
122 <li>Worked on getting show system stuff into discovery</li>
123 </ul>
124
125 <a name="more"></a>
126 <p>Sonsun is powered off and not connected to the net. Sam lacks an IP drop in his cube. The plan right now is to wait until Sam leaves and then use the one IP drop in his cube.</p>
127
128 <span class="posted">Posted by Andrew DeFaria at November 11, 2003 01:54 PM
129
130 <br /></span>
131
132 </div>
133
134
135 </div>
136 </div>
137 </body>
138 </html>