Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / Status / archives / 000034.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 for Andrew DeFaria: Coordinating merging</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 <link rel="prev" href="http://defaria.com:8080/blogs/Status/archives/000033.html" title="Test plans" />
14
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 for Andrew DeFaria</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 <a href="http://defaria.com:8080/blogs/Status/archives/000033.html">&laquo; Test plans</a> |
103
104 <a href="http://defaria.com:8080/blogs/Status/">Main</a>
105
106 </div>
107
108 </div>
109
110
111 <div class="blog">
112
113 <h2 class="date">November 18, 2003</h2>
114
115 <div class="blogbody">
116
117 <h3 class="title">Coordinating merging</h3>
118
119 <p>At the advice of Ying I have changed the ctmerge times so that they occur after China has left the office. This will better coordinate work on 2.3</p>
120
121 <a name="more"></a>
122
123
124 <span class="posted">Posted by Andrew DeFaria at November 18, 2003 12:21 PM
125
126 <br /></span>
127
128 </div>
129
130
131 </div>
132 </div>
133 </body>
134 </html>