/irc-logs / w3c / #html-wg / 2008-05-06 / end

Options:

  1. # Session Start: Tue May 06 00:00:00 2008
  2. # Session Ident: #html-wg
  3. # [09:28] * Attempting to rejoin channel #html-wg
  4. # [09:28] * Rejoined channel #html-wg
  5. # [09:28] * Topic is 'HTML WG weekly 17 Apr 16:00UTC http://www.w3.org/html/wg/tracker/agenda (logs: http://krijnhoetmer.nl/irc-logs/ ) '
  6. # [09:28] * Set by DanC on Thu Apr 17 17:53:07
  7. # [09:30] * Quits: dbaron (dbaron@67.160.251.228) (Ping timeout)
  8. # [09:31] * Quits: anne (annevk@86.47.129.77) (Ping timeout)
  9. # [09:54] * Joins: aaronlev (chatzilla@217.228.238.45)
  10. # [09:56] * Joins: laplink (link@193.157.66.232)
  11. # [10:03] * Joins: zcorpan (zcorpan@88.131.66.80)
  12. # [10:17] * Joins: ROBOd (robod@89.122.216.38)
  13. # [10:23] * Joins: MikeSmith (MikeSmith@mcclure.w3.org)
  14. # [10:28] * Joins: beowulf (beowulf@208.113.221.22)
  15. # [10:41] * Quits: Lachy (Lachlan@85.196.122.246) (Quit: This computer has gone to sleep)
  16. # [11:02] * Joins: Lachy (Lachlan@213.236.208.22)
  17. # [11:02] * Quits: Lachy (Lachlan@213.236.208.22) (Quit: Leaving)
  18. # [11:02] * Joins: Lachy (Lachlan@213.236.208.22)
  19. # [11:06] * Quits: gavin (gavin@99.253.193.147) (Ping timeout)
  20. # [11:23] * Joins: heycam (cam@124.168.117.1)
  21. # [11:24] * Joins: gavin (gavin@99.253.193.147)
  22. # [11:42] * Joins: tlr (tlr@128.30.52.30)
  23. # [11:50] * Joins: shepazu (schepers@128.30.52.30)
  24. #
  25. # Session Start: Tue May 06 12:07:51 2008
  26. # Session Ident: #html-wg
  27. # [12:07] * Now talking in #html-wg
  28. # [12:07] * Topic is 'HTML WG weekly 17 Apr 16:00UTC http://www.w3.org/html/wg/tracker/agenda (logs: http://krijnhoetmer.nl/irc-logs/ ) '
  29. # [12:07] * Set by DanC on Thu Apr 17 17:53:07
  30. # [12:09] * Quits: laplink (link@193.157.66.232) (Quit: This computer has gone to sleep)
  31. # [12:10] * Joins: laplink (link@193.157.66.232)
  32. # [12:12] * Joins: anne (annevk@86.47.129.77)
  33. # [12:49] * Quits: drry (drry@211.9.156.86) (Quit: drry)
  34. # [12:49] * Joins: drry (drry@211.9.156.86)
  35. # [13:26] * Quits: mjs (mjs@64.81.48.145) (Ping timeout)
  36. # [13:34] * Joins: mjs (mjs@64.81.48.145)
  37. # [13:34] * Quits: laplink (link@193.157.66.232) (Quit: This computer has gone to sleep)
  38. # [13:39] * Quits: MikeSmith (MikeSmith@mcclure.w3.org) (Quit: Less talk, more pimp walk.)
  39. # [14:01] <Lachy> does anyone know where I can find some easy to follow instructions for accessing W3C's CVS via the command line, so I can check specs in and out on my mac instead of having to move everything to windows first?
  40. # [14:04] * Quits: deane (dean@121.98.128.155) (Quit: ChatZilla 0.9.82 [Firefox 3.0b5/2008041514])
  41. # [14:05] * Quits: zcorpan (zcorpan@88.131.66.80) (Ping timeout)
  42. # [14:13] * Joins: laplink (link@193.157.66.232)
  43. # [14:13] <tlr> lachy, *which* CVS are you interested in?
  44. # [14:13] <tlr> dev.w3.org or cvs.w3.org?
  45. # [14:13] <tlr> or, put differently, the html5 spec, or something else?
  46. # [14:14] <tlr> also, do you already have access from Windows (i.e. this is a Mac support question), or do you not have access at all so far (i.e., this is an access rights question)?
  47. # [14:16] <Lachy> tlr, the stuff on dev.w3.org. In particular, Selectors API and the HTML5 authoring guide
  48. # [14:16] <tlr> do you have access from Windows already?
  49. # [14:16] <Lachy> yes
  50. # [14:16] <Lachy> I use TortoiseCVS
  51. # [14:16] <tlr> you have write access?
  52. # [14:16] <Lachy> yes
  53. # [14:17] <tlr> do you have the ssh key that you use from Windows on the Mac?
  54. # [14:17] <tlr> (the private key, that is)
  55. # [14:18] <Lachy> yes, I put my private key in ~/.ssh/identity
  56. # [14:18] <tlr> good
  57. # [14:18] <tlr> CVS_RSH=ssh cvs -d YOUR_USER_NAME@dev.w3.org:/sources/public co html5
  58. # [14:19] <tlr> ... should check out the html5 repository
  59. # [14:19] <tlr> inside that directory, you can then use cvs update, cvs commit, cvs diff etc
  60. # [14:19] <tlr> cvs is installed by default on macs, I believe
  61. # [14:21] <Lachy> woot! I got it to work :-)
  62. # [14:21] <tlr> you probably want to set the CVS_RSH environment variable globally
  63. # [14:21] <Lachy> I already did that
  64. # [14:21] <tlr> perfect
  65. # [14:21] <Lachy> this told me how http://hurring.com/scott/howto/cvs_ssh/
  66. # [14:22] <Lachy> so I just type this and it works: cvs -d $CVSROOT checkout 2006/webapi/
  67. # [14:22] * Quits: heycam (cam@124.168.117.1) (Ping timeout)
  68. # [14:27] <Lachy> tlr, to commit, is this the right command: cvs commit -m "some log message" Overview.src.html
  69. # [14:28] <tlr> yes
  70. # [14:28] <tlr> or just "cvs commit"
  71. # [14:29] <tlr> it should invoke an editor for the commit message, and commit all changed files in the current directory
  72. # [14:29] * Joins: heycam (cam@124.168.18.209)
  73. # [14:29] <Lachy> oh, ok
  74. # [14:29] <tlr> I have no clue whatsoever what the build environment looks like, so you'll want to check with whoever has the lead on editing whatever document you touch ;-)
  75. # [14:29] <tlr> "cvs commit" might tell you that the file is out of date
  76. # [14:29] <tlr> in that case, do cvs update
  77. # [14:29] <tlr> and possibly resolve conflicts manually
  78. # [14:29] <tlr> but you probably know that routine from Windows
  79. # [14:30] <Lachy> I have the lead on the documents I touch. I'm the editor for selectors api and html5 author guide
  80. # [14:30] <tlr> most excellent...
  81. # [14:31] <Lachy> I'm just in the process of converting from a long time windows user to a mac user
  82. # [14:31] <Lachy> and thus having to learn the command line
  83. # [14:31] <Lachy> I just wish there were TortoiseCVS/SVN for Mac
  84. # [14:31] * tlr changed from Linux to Mac, and is therefore used to command line
  85. # [14:33] <Lachy> cool, it all worked http://dev.w3.org/cvsweb/2006/webapi/selectors-api/Overview.src.html
  86. # [14:44] <laplink> Lachy: BBEdit, an otherwise excellent text editor for Mac OS X, also has some limited VCS support built in.
  87. # [14:45] <Lachy> laplink, I use TextMate.
  88. # [14:52] * Joins: MikeSmith (MikeSmith@mcclure.w3.org)
  89. # [15:22] * Quits: fearphage (fearphage@72.177.6.222) (Ping timeout)
  90. # [15:40] * Quits: laplink (link@193.157.66.232) (Quit: This computer has gone to sleep)
  91. # [16:13] * Joins: fearphage (fearphage@72.177.6.222)
  92. # [16:24] * Joins: billmason (billmason@69.30.57.96)
  93. # [16:50] * Quits: anne (annevk@86.47.129.77) (Ping timeout)
  94. # [16:56] * Joins: tH (Rob@83.100.174.96)
  95. # [17:22] * Joins: aroben (aroben@71.58.57.150)
  96. # [17:27] * Quits: Lachy (Lachlan@213.236.208.22) (Quit: This computer has gone to sleep)
  97. # [17:31] * Joins: anne (annevk@86.47.129.77)
  98. # [18:04] * Joins: dbaron (dbaron@67.160.251.228)
  99. # [18:11] * Quits: jmb (jmb@152.78.68.189) (Ping timeout)
  100. # [18:12] * Joins: jmb (jmb@152.78.68.189)
  101. # [18:13] * Joins: Lachy (Lachlan@85.196.122.246)
  102. # [18:13] * Quits: Lachy (Lachlan@85.196.122.246) (Client exited)
  103. # [18:13] * Joins: Lachy (Lachlan@85.196.122.246)
  104. # [18:15] * Quits: myakura (myakura@125.207.238.47) (Quit: Leaving...)
  105. # [18:35] * Joins: zcorpan (zcorpan@83.227.33.203)
  106. # [18:48] * tlr is now known as tlr-jog
  107. # [18:48] * Joins: billyjack (MikeSmith@mcclure.w3.org)
  108. # [18:48] * Quits: billyjack (MikeSmith@mcclure.w3.org) (Client exited)
  109. # [19:05] * Quits: DanC (connolly@128.30.52.30) (Ping timeout)
  110. # [19:07] * Joins: DanC (connolly@128.30.52.30)
  111. # [19:18] * Quits: zcorpan (zcorpan@83.227.33.203) (Connection reset by peer)
  112. # [19:18] * Joins: zcorpan (zcorpan@83.227.33.203)
  113. # [19:22] * Joins: hober (ted@97.113.4.199)
  114. # [19:37] * Quits: zcorpan (zcorpan@83.227.33.203) (Ping timeout)
  115. # [19:56] * Quits: dbaron (dbaron@67.160.251.228) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  116. # [20:13] * Joins: dbaron (dbaron@63.245.220.241)
  117. # [20:29] * Quits: mjs (mjs@64.81.48.145) (Ping timeout)
  118. # [20:42] * Quits: aaronlev (chatzilla@217.228.238.45) (Ping timeout)
  119. # [20:53] * Quits: MikeSmith (MikeSmith@mcclure.w3.org) (Quit: Less talk, more pimp walk.)
  120. # [20:55] * Quits: jane (j@76.170.65.146) (Quit: zomg)
  121. # [20:56] * Joins: jane (j@76.170.65.146)
  122. # [21:03] * Quits: dbaron (dbaron@63.245.220.241) (Ping timeout)
  123. # [21:06] * Joins: dbaron (dbaron@63.245.220.241)
  124. # [21:13] * Quits: dbaron (dbaron@63.245.220.241) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  125. # [21:16] * Joins: dbaron (dbaron@63.245.220.241)
  126. # [21:19] * Joins: aaronlev (chatzilla@217.228.238.45)
  127. # [21:49] * Quits: aaronlev (chatzilla@217.228.238.45) (Ping timeout)
  128. # [22:10] * Quits: tlr-jog (tlr@128.30.52.30) (Quit: tlr-jog)
  129. # [22:49] * Quits: ROBOd (robod@89.122.216.38) (Quit: http://www.robodesign.ro )
  130. # [23:05] * Joins: SGorse (shinuza@88.177.136.187)
  131. # [23:05] * Parts: SGorse (shinuza@88.177.136.187)
  132. # [23:38] * Quits: hober (ted@97.113.4.199) (Quit: ERC Version 5.3 (IRC client for Emacs))
  133. # [23:47] * Joins: MikeSmith (MikeSmith@mcclure.w3.org)
  134. # Session Close: Wed May 07 00:00:00 2008

The end :)