<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>mercurial &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/mercurial/</link>
	<description>Feed of posts on WordPress.com tagged "mercurial"</description>
	<pubDate>Mon, 30 Nov 2009 01:20:39 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Tagging in Mercurial]]></title>
<link>http://jensendarren.wordpress.com/2009/11/22/tagging-in-mercurial/</link>
<pubDate>Sun, 22 Nov 2009 06:43:31 +0000</pubDate>
<dc:creator>jensendarren</dc:creator>
<guid>http://jensendarren.wordpress.com/2009/11/22/tagging-in-mercurial/</guid>
<description><![CDATA[Introduction If you are building software and want to release that software at regular intervals the]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong>Introduction</strong></p>
<p>If you are building software and want to release that software at regular intervals then why not tag each release in Mercurial? That way you can very easily rollback to that version of the software at any time. Whats more is that you can use your own tags rather than trying to remember the mercurial revision number that was current at the time of release.</p>
<p>There are many approaches to software versioning which will not be covered here. Check out this wikipedia article on <a href="http://en.wikipedia.org/wiki/Software_versioning" target="_blank">software versioning</a> for more details on the different approaches. The purpose of this article is to apply the versioning as a tag in your mercurial repository.</p>
<p><strong>Apply a tag in mercurial</strong></p>
<p>When using mercurial, you must always tag after a commit. So if you know that you want to tag your current working directory, you must commit it first and then tag it. Given this it obviously makes it very easy to tag a commit that you might have made a long time ago in the past. Bear this in mind when using the tag command in mercurial and you will understand clearly how this feature can be used.</p>
<p>This is how you would tag a revision in a mercurial repository, first decide what revision you want to tag and then run the following command. In this example it will tag revision number 45 with &#8220;2.0.5&#8243;</p>
<pre class="brush: bash;">
hg tag -r 45 2.0.5
</pre>
<p>This command automatically commits this tag, so if you run &#8220;hg tip&#8221; in your terminal, you will see something like the following:</p>
<pre class="brush: bash;">
changeset:   51:209937087918
tag:         tip
user:        Darren Jensen
date:        Sun Nov 22 13:10:47 2009
summary:     Added tag 2.0.5 for changeset b50b86512aac
</pre>
<p>Note that the changeset for &#8220;tip&#8221; is 51:209937087918 and the comment is &#8220;Added tag 2.0.5 for changeset b50b86512aac&#8221; (this comment is also added automatically by mercurial by the way). Given that I asked mercurial to apply the tag to revision 45, you can easily see that it is a commit made a while ago. The changeset indicated in the comment (&#8220;b50b86512aac&#8221;) does indeed refer to revision 45.</p>
<p><strong>Use a tag in mercurial</strong></p>
<p>So how to use this tag going forward? Here are a couple of ideas.</p>
<p>Use it to see the commit info at that time using the log command as follows:</p>
<pre class="brush: bash;">
hg log -r 2.0.5
</pre>
<p>This will return the log entry that is associated with that tag, so in our example it would return the entry for changeset 45:b50b86512aac, as follows:</p>
<pre class="brush: bash;">
changeset:   45:b50b86512aac
tag:         2.0.5
user:        A Developer
date:        Tue Jul 21 14:27:50 2009
summary:     Made some serious changes to the application and deployed it to production
</pre>
<p>Use it to clone the repository to the tag point (note that the tag itself would not be included since that is added after this point). So if you do a &#8220;hg tip&#8221; on this cloned repository, then your would see the log entry for changeset 45 but the tag and the changeset that commit the tag will not be there (changeset 45 will have the tag &#8220;tip&#8221; in this case!).</p>
<pre class="brush: bash;">
hg clone -r 2.0.5 somerepo
</pre>
<p>Check out the Mercurial wiki for more details regarding <a href="http://mercurial.selenic.com/wiki/Tag" target="_blank">tagging in mercurial</a>, including how to deal with tagging conflicts, local tags (as opposed to &#8220;regular&#8221; tags which is covered in this article), removing tags and more.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Head to head comparison between Subversion, Git and Mercurial]]></title>
<link>http://animeshdas.wordpress.com/2009/11/19/head-to-head-comparison-between-subversion-git-and-mercurial/</link>
<pubDate>Thu, 19 Nov 2009 14:51:02 +0000</pubDate>
<dc:creator>Animesh Das</dc:creator>
<guid>http://animeshdas.wordpress.com/2009/11/19/head-to-head-comparison-between-subversion-git-and-mercurial/</guid>
<description><![CDATA[View this document on Scribd]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><object id="22758516" name="22758516" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" align="middle" height="500" width="100%">
<param name="movie" value="http://documents.scribd.com/ScribdViewer.swf?document_id=22758516&access_key=key-1ekb6845ynffe0mxdypi&page=&version=1&auto_size=true&viewMode="><param name="quality" value="high"><param name="play" value="true"><param name="loop" value="true"><param name="scale" value="showall"><param name="wmode" value="opaque"><param name="devicefont" value="false"><param name="bgcolor" value="#ffffff"><param name="menu" value="true"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><param name="salign" value="">
<embed src="http://documents.scribd.com/ScribdViewer.swf?document_id=22758516&access_key=key-1ekb6845ynffe0mxdypi&page=&version=1&auto_size=true&viewMode=" name="22758516_object" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" play="true" loop="true" scale="showall" wmode="opaque" devicefont="false" bgcolor="#ffffff" menu="true" allowfullscreen="true" allowscriptaccess="always" salign="" type="application/x-shockwave-flash" align="middle"  height="500" width="100%"></embed>
</object>
<div style="font-size:10px;text-align:center;width:100%"><a href="http://www.scribd.com/doc/22758516">View this document on Scribd</a></div> 
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Att förändra och genomgripa]]></title>
<link>http://martinbagge.wordpress.com/2009/11/17/att-forandra-och/</link>
<pubDate>Tue, 17 Nov 2009 21:14:45 +0000</pubDate>
<dc:creator>br0ther</dc:creator>
<guid>http://martinbagge.wordpress.com/2009/11/17/att-forandra-och/</guid>
<description><![CDATA[Jag målade in mig lite i ett hörn när jag började med den här serien med inlägg. Ingen dag har känts]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Jag målade in mig lite i ett hörn när jag började med den här serien med inlägg. Ingen dag har känts helt rätt för att skriva det sista inlägget &#8211; det i sin tur har hindrat mig från att släng in smånotiser i bloggen med. Trist.</p>
<p>Nu är det så dags att avsluta, storstilat avsluta till och med. Detta inlägg kommer att behandla och vara en historieskrivning för <a href="https://www.bthstudent.se">Blekinge studentkårs</a> aktiva arbete med öppen källkod. Studentkåren har länge varit en förkämpe och stor nyttjare av öppen källkod men man har inte precist levt som man lär. Vi är väl inte hela vägen fram i något som andra kan ta del av men ambitionen finns där.</p>
<p>Vårterminen 2005 började jag engagera mig i studentkårens sektion för kårpuben i Ronneby. Som nyvald informationsansvarig blev jag involverad i driften av informationssystemet som en ensam stackare utvecklat för sektionens vinst. När jag var en del av driften av de fysiska maskinerna blev jag snart en del av utvecklingen av koden också. Det var inte precis något kontrollerat och snyggt uppstyrt bygge vi hade att göra med här. Men det funkade och folk var nöjda med hur det blev. Åren gick och när jag lämnat sektionen satt jag kvar med inloggningar och hjälpte till med lagningar. Efter mig på informationsposten hamnade Lars/Läffe/Laeffe &#8211; även han hängde kvar och i sin tur drog han in Jonas/DrLaban i det hela. Det var bara underhåll och i någon yttepytte mån kunde det hamna en ny funktion på sidan. Undantagsfall. Tills sommaren 2008.</p>
<p>I maj 2008 tog DrLaban initiativet till att vi skulle göra något mer med det som kallas &#8220;<a href="https://karen.bthstudent.se">kårsajten</a>&#8220;. Laga fel, lägga till funktioner och helt enkelt ta hand om den. Jag skulle börja min sista termin på <a href="http://www.bth.se">BTH</a> och hade inget särskilt för mig utöver studier. Det är dessutom roligare om man kan snacka med nån om det man gör än att bara sitta hemma och hitta på egna ideer och se om de funkar. Jag hoppade på tåget. Med följde dessutom både DrLaban och Laeffe. Snart hörde Emma/Soya och Thomas/Tomten av sig och även de hakade på. Tomten mer åt drift, säkerhet och kringsystem medan Soya grävde ner sig rejält i koden tillsammans med oss andra tre. Vi jobbade på bra, DrLaban och Laeffe drev på i utvecklingsmetodikspåret som de vana PT-studenter de är och en metod närliggande Scrum började nyttjas. Allt gick inte tokbra men det blev ganska snyggt. Vi strukturerade upp källkoden i ett kodförråd i Subversion, kopplade det till projektverktyget <a href="http://trac.sis.bthstudent.se">Trac</a> och det skapades en massa dokumentation och ideer på nya funktioner och koncept föddes. Vi drog lite åt olika håll och vi gör väl det fortfarande men arbetet löper på så jädra snyggt månad efter månad. Det har nu gått ett och ett halvt år i arbetet med kårsajten, vi har numera börjat jobba med att ta in åsikter och ideer från kårhussektionerna som en naturlig del i processen. Ytterligare en källa till inspiration och irritation. Det ser ut att gå riktigt bra.</p>
<p>Men det är inte änden på historien, det är snarare historien i sin linda. För ungefär ett år sedan började kårstyrelsen intressera sig för vad vi sysslade med. Jag hade aviserat att jag skulle nog flytta från Blekinge halvsnart så det stöd jag var i att ta hand om mailsystem och annat behövde omvärderas.</p>
<p>För att vi fem skulle kunna utveckla kårsajten på ett bra sätt framöver och för att kunna skänka lite struktur för vem som äger vad och hur saker förhåller sig till studentpopulationen så diskuterade vi organisationsform. Att sträva efter att bli en del av studentkårens paraply var vi helt ense om från början. Hur det skulle genomföras var mer svårdefinierat. Vi skrev en Verksamhetsförordning (typ stadga) som reglerade hur arbetet sköttes och leddes och hur vårt förhållande till organisationen såg ut. Den antogs av Kårstyrelsen i december 2008. När vi väl hade blivit <a href="http://sis.bthstudent.se">Sektionen för Internetbaserad Socialisering</a> så hörde Kårstyrelsen av sig och undrade om vi inte kunde ha tid för övriga delar av verksamheten, typ 15-20 servrar och klientdatorer, skrivare, nätverk, kassaapparater och sånt. Det var inte riktigt vad vi planerat och kanske var det inte vad vi skulle gjort men glada och trevliga och vänliga som vi är så sa vi ja och bad att få återkomma med ett förslag på hur.</p>
<p>SIS skulle omformas men grundtanken och processerna skulle kvarstå. Hur i hela friden då? Vi lyckades skapa en organisation i studentkårens sektionsramverk med två nivåer. En visionär övergripande styrelse(Äldsterådet) och autonoma undergrupper (basgrupper). Basgrupperna sätter sina ramar själva om hur de jobbar med vilka verktyg och vilka som är en del av dem. De enda kraven i organisationen är att basgrupperna leds av någon i Äldsterådet, att allting ska göras så öppet det bara går för att leva med den öppna källkodens natur och att sektionen inte ska vara ekonomiskt beroende av någon.</p>
<p>Funkar det då? Det har snart gått ett halvår med den nya organisationen. På papperet fungerar det utmärkt. Fysiskt vet jag inte riktigt. Kårsajtsgruppen jobbar på som sagt. Driftgruppen som tar hand om fysiska maskiner och nätverk och sånt ser ut att funka men det är mycket personberoende och mycket adhoc snarare än strukturerat och tydligt. Väldokumenterat är det dock i driften. För övriga delar är arbetet inte särskilt tydligt eller ens särskilt påtagligt alls. En av grupperna är den jag själv leder, leder och leder förresten. Det har inte hänt så mycket men bot och bättring hoppas jag på =)</p>
<p>Jag tror att konceptet med SIS är bra. Grundstommen i hur gruppen funkar är jättebra. Vi har en del berg kvar att bestiga, ett av dem är att skaffa fler som kan hjälpa till. Vi har alldeles för lite resurser för den kostym vi tagit in i provrummet just nu. Därmed inte sagt att vi inte kan leverera för det kan vi, alla som är med sliter så sjukt hårt och är hjälpsamma och glada och trevliga. Det är nästa steg som saknas och det är ett jädra hästakliv att ta.</p>
<p>Låt oss titta lite mer på det här med tekniken i gruppen. Jag nämnde att kårsajten kör en utvecklingsmetod närliggaden Scrum. Processen för den finns ganska väl dokumenterat i wikin vi använder men i korta drag har vi anpassat saker för att fungera distribuerat på nätet och utan att alla involverade har projektet som huvudsyssla. Istället för dagliga möten har vi avstämningar tisdagar, torsdag och söndagar &#8211; kort och koncist för att fånga besvären i projektet. Dessutom håller alla till på <a href="http://trac.sis.bthstudent.se">Trac</a>, <a href="irc://irc.bsnet.se/sis">IRC</a> och mail så det går att få hjälp relativt omgående. Kårsajten är ett stort PHP-bygge med en MySQL-databas i botten och ett eget ramverk i PHP ovanpå en Debianmaskin som kör Apache.</p>
<p>Som konstrast till strukturerade Kårsajten så har vi då Diariet och 2.0/www, Diariet har haft möten och jag har en intention på hur jag vill jobba med uppdraget men det är inte mycket mer än så idag. Bland annat är det klart och färdigt att vi kommer att skriva den mesta koden i Python och nyttja Django som ramverk &#8211; nya impulser och nya intryck för SIS. 2.0/www styrs av Laeffe och ävan han är helt adhoc så vitt jag vet. Jag tror att det kommer en rejäl runda med grejjer inom de närmsta månaderna där &#8211; det uppdraget är dock mycket mer löst specat än mitt eget som faktiskt ska producera något färdigt till den siste juni 2010.</p>
<p>Blekinge studentkår är inte öppen källkod än men det finns stor potential i det vi bygger inom studentkåren vad gäller både källkod och kultur för att vi snart ska kunna flytta mer saker till öppenheten.</p>
<p>Läs även andra bloggares åsikter om <a rel="tag" href="http://bloggar.se/om/%F6ppen+k%E4llkod">öppen källkod</a>, <a rel="tag" href="http://bloggar.se/om/open+source">open source</a>, <a rel="tag" href="http://bloggar.se/om/php">php</a>, <a rel="tag" href="http://bloggar.se/om/python">python</a>, <a rel="tag" href="http://bloggar.se/om/apache">apache</a>, <a rel="tag" href="http://bloggar.se/om/mysql">mysql</a>, <a rel="tag" href="http://bloggar.se/om/django">django</a>, <a rel="tag" href="http://bloggar.se/om/blekinge+studentk%E5r">blekinge studentkår</a>, <a rel="tag" href="http://bloggar.se/om/bth">bth</a>, <a rel="tag" href="http://bloggar.se/om/sis">sis</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Git Submodules]]></title>
<link>http://techrad.wordpress.com/2009/11/17/git-submodules/</link>
<pubDate>Tue, 17 Nov 2009 20:03:00 +0000</pubDate>
<dc:creator>mrcaron</dc:creator>
<guid>http://techrad.wordpress.com/2009/11/17/git-submodules/</guid>
<description><![CDATA[I have been wanting to learn more about Git Submodules and how they work, so I watched the screen ca]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I have been wanting to learn more about Git Submodules and how they work, so I watched the screen cast at the bottom of <a href="http://book.git-scm.com/5_submodules.html">http://book.git-scm.com/5_submodules.html</a> (would have embedded it, but there were issues doing so). The bottom line is that the Super module contains a reference to a specific version of a Sub module. Git&#8217;s submodule command can then determine if you have a different version of the Sub than you should, it can fetch the current version, etc.</p>
<p>The process sort of goes like this, using C1 for Computer 1 and C2 for Computer 2:</p>
<ol>
<li>C1: change Submodule</li>
<li>C1: commit Super module, freezing version of Sub used by Super</li>
<li>C1: push Super module</li>
<li>C2: pull Super module, gets the updated Sub module version SHA</li>
<li>C2: submodule update, gets the updated Sub code corresponding to the version in #4.</li>
</ol>
<p>Some observations:</p>
<ul>
<li>Will a user ever do 4 and NOT do 5? Why?</li>
<li>If 4 and 5 are tied together, why is that not one step (ala <strong>git push</strong> = <strong>git fetch</strong>;<strong> git merge origin/master</strong>)?</li>
<li>C2 has no idea to update the Sub code unless they are carefully watching the pull output or run git submodule status directly after 4 above to know that a Sub update is needed</li>
<li>Possible source of issues if C2 has Version x+1 of Super but only version x of Sub</li>
</ul>
<p>Now, I&#8217;m new to Git, but it would seem to me that one could write a hook that would automatically run git submodule update if .gitmodules is present in the directory. It would seem that an appropriate hook to git pull would be to add git submodule update after the pull. Am I missing something here?</p>
<p>I understand that git&#8217;s submodule support has been added-on as submodules were not something in the design of Git. I wonder if the lack of these hooks and a better user experience is the direct side effect of that bolt-on?</p>
<p>Mercurial seems to be trying to do this via it&#8217;s <a href="http://mercurial.selenic.com/wiki/subrepos" target="_blank">subrepos</a> support:</p>
<blockquote><p>Whenever newer Mercurial versions encounter this <tt>.hgsubstate</tt> file when updating your working directory, they&#8217;ll attempt to pull the specified subrepos and update them to the appropriate state.</p></blockquote>
<p>Enough to make me switch? Not if I can write a hook.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[TortoiseHg 0.9, Mercurial 1.4]]></title>
<link>http://kpy3.wordpress.com/2009/11/17/tortoisehg-0-9-mercurial-1-4/</link>
<pubDate>Tue, 17 Nov 2009 06:27:37 +0000</pubDate>
<dc:creator>kpy3</dc:creator>
<guid>http://kpy3.wordpress.com/2009/11/17/tortoisehg-0-9-mercurial-1-4/</guid>
<description><![CDATA[На этот раз команда TortoiseHg сработала оперативнее &#8211; TortoiseHg 0.9 c Mercurial 1.4 внутри у]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>На этот раз команда TortoiseHg сработала оперативнее &#8211; TortoiseHg 0.9 c Mercurial 1.4 внутри уже <a href="http://bitbucket.org/tortoisehg/stable/downloads/TortoiseHg-0.9-hg-1.4.exe">раздаётся</a>, в то время как <a href="http://mercurial.selenic.com/">официальный сайт Mercurial</a> пока молчит.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Sexmob Meets Medeski live in Willisau 2006]]></title>
<link>http://fligma.wordpress.com/2009/11/15/sexmob-meets-medeski-2006/</link>
<pubDate>Sun, 15 Nov 2009 00:15:55 +0000</pubDate>
<dc:creator>kronaz</dc:creator>
<guid>http://fligma.wordpress.com/2009/11/15/sexmob-meets-medeski-2006/</guid>
<description><![CDATA[How best to describe slide trumpeter Steven Bernstein&#8217;s singular quartet Sex Mob? Maybe we sho]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><span style="font-family:verdana,arial;font-size:small;"></p>
<div id="zoomino_article_body"><span style="font-family:verdana,arial;font-size:small;"><span style="font-family:verdana,arial;font-size:small;"><a href="http://fligma.wordpress.com"><img src="http://www.allaboutjazz.com/coverart/2009/sexmob_mt.jpg" border="1" alt="" hspace="12" vspace="2" height="140" align="right" /></a></span></span>How best to describe slide trumpeter <a href="http://mp3vita.net">Steven Bernstein</a>&#8217;s singular quartet Sex Mob? <span style="font-family:verdana,arial;font-size:small;"><br />
</span>Maybe we should start with mercurial musical magician Bernstein himself, whose exotic career as sideman, musical director, arranger and composer has included ten years with John Lurie&#8217;s Lounge Lizards and stints alongside everyone from Bill Frisell to Sam Rivers, the Flying Karamazov Brothers and, oh yes, Bootsy Collins. Or maybe we should look at his career as bandleader, which includes the trumpet-slide guitar-tuba trio Spanish Fly and the boisterous, cataclysmic nine-piece Millennial Territory Orchestra. Or maybe we should just listen to Bernstein&#8217;s own summing up of Sex Mob (which began life in residency in 1995 at the Knitting Factory&#8217;s &#8220;late night hang&#8221; as a vehicle for Bernstein&#8217;s own compositions and quickly morphed into a band covering everything from film composer John Barry&#8217;s James Bond music to Duke Ellington to Prince): &#8220;Jazz used to be popular music. People would go out to clubs, listen to the music, go home and get laid. Simple as that. We&#8217;re bringing that spirit back.&#8221;"That spirit&#8221;—one of wailing, riotous abandon mixed with eccentric song choices, high musicianship and healthy doses of funky downtown grit—is on ample display on the group&#8217;s first live recording, <em>Meets Medeski</em>, waxed at Switzerland&#8217;s Willisau Jazz Festival. Less of a meeting than a reunion—groove god John Medeski is an old cohort of the band and can be found on the group&#8217;s first release, 1998&#8217;s <em>Din of Inequity</em>—the disc is divided into three seamless &#8220;suites,&#8221; each of which intersperses a couple of originals with covers of Ellington&#8217;s &#8220;Black and Tan Fantasy,&#8221; <a href="http://www.allaboutjazz.com/php/musician.php?id=3676">Count Basie</a>&#8217;s &#8220;Blue and Sentimental,&#8221; two Prince tunes, four Barry &#8220;Bond&#8221; cuts and (I kid you not) &#8220;Down on the Farm&#8221; and &#8220;Little Liza Jane.&#8221;</p>
<p>It is, in short, an absolute gas. And it works, thanks to Bernstein&#8217;s impeccable taste and leadership. For all his mischievous rambunctiousness, Bernstein is both a rigorous designer of musical soundscapes and an exacting conductor; no matter how loose the band seemingly hangs, he keeps it under a watchful eye and the music stays concise and true. (Case in point: the longest tune on the CD clocks in at just over six minutes, a somewhat astonishing achievement for a live jazz disc.) As with any Sex Mob show, the Bond tunes are a highlight: both the calamitous &#8220;Oddjob,&#8221; with Bernstein&#8217;s ragged trumpet soaring atop Medeski&#8217;s alternately delicate and bombastic Hammond B3, and Barry&#8217;s gorgeous &#8220;You Only Live Twice,&#8221; done as boozy, woozy, soul-inflected &#8217;60s scream, are sublime. Medeski, as expected, sounds terrific in this context (check out his brusque, rampaging solo over Kenny Wollesen&#8217;s tumbling drums on &#8220;Down on the Farm&#8221;).</p>
</div>
<p><a href="http://fligma.wordpress.com">Sex Mob at All About Jazz</a>.<br />
Visit <a href="http://entiregoods.com/" target="_blank">Sex Mob</a> on the web.<br />
Track listing: Mob Rule Invocation; Mob Rule 1; Black and Tan Fantasy; Mob Rule 2/Little Liza Jane; Sign O The Times; Down On The Farm; This Never Happened to the Other Guy; Mob Rule 3; This Never Happened Part 2; Blue and Sentimental; Kenny Supreme; Darling Nikki; Odd Job; You Only Live Twice; Mob Rule 4; Artie Shaw.</p>
<p>Personnel: Steven Bernstein: slide trumpet; Briggan Krauss: alto saxophone; John Medeski: organ; Tony Scherr: bass; Kenny Wollesen: drums, percussion.</p>
<p></span></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Winter 2010 Project #5: Mercurial]]></title>
<link>http://ucosp.wordpress.com/2009/11/12/winter-2010-project-5-mercurial/</link>
<pubDate>Thu, 12 Nov 2009 21:03:16 +0000</pubDate>
<dc:creator>Greg Wilson</dc:creator>
<guid>http://ucosp.wordpress.com/2009/11/12/winter-2010-project-5-mercurial/</guid>
<description><![CDATA[The Mercurial distributed version control system is used by thousands of developers. NetBeans, OpenJ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>The <a href="http://mercurial.selenic.com/">Mercurial</a> distributed version control system is used by thousands of developers. NetBeans, OpenJDK, OpenOffice, and Python itself are just a few of the projects that have adopted Mercurial as their version control system. But as much as Mercurial has been making incredible inroads in the open-source community, it has some key deficiencies that make it a poor choice for real-life commercial development.</p>
<p>Here at <a href="http://fogcreek.com/">Fog Creek Software,</a> we&#8217;re about to release a brand-new source control management system called Kiln that&#8217;s based on Mercurial. As part of that project, we want to fix the problems in Mercurial that currently prevent commercial development shops from adopting it with the same enthusiasm as their open-source counterparts.</p>
<p>That&#8217;s where you come in. In UCOSP, you will focus on improving Mercurial&#8217;s performance and user. More specifically, you&#8217;ll:</p>
<ul>
<li>Improve the handling of binary files</li>
<li>Improve support for very large repositories</li>
<li>Add support for secure password management</li>
<li>Improve end-user feedback during lengthy network operations</li>
<li>Improve history viewing tools</li>
</ul>
<p>Once you&#8217;ve implemented these improvements, we&#8217;ll be sending them to the Mercurial project, which has a highly supportive developer community and a predictable release schedule. So you&#8217;ll have a really high chance of seeing your code in production soon after the project ends.</p>
<p>Mercurial is written in high-level Python and low-level C, and has relatively complex on-disk formats and network protocols. Because we&#8217;ll be touching most of the stack, you&#8217;ll feel most comfortable if your past experience runs the gamut from high- to low-level work.</p>
<p>Mentor: Benjamin Pollack (<a href="http://www.fogcreek.com">Fog Creek Software</a>)</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Setting up Mercurial on a shared server with FTP]]></title>
<link>http://javadocs.wordpress.com/2009/11/10/setting-up-mercurial-on-a-shared-server-with-ftp/</link>
<pubDate>Tue, 10 Nov 2009 14:51:02 +0000</pubDate>
<dc:creator>joshjcarrier</dc:creator>
<guid>http://javadocs.wordpress.com/2009/11/10/setting-up-mercurial-on-a-shared-server-with-ftp/</guid>
<description><![CDATA[This guide assumes you want to set up your own private Mercurial repositories, but want to do so on ]]></description>
<content:encoded><![CDATA[This guide assumes you want to set up your own private Mercurial repositories, but want to do so on ]]></content:encoded>
</item>
<item>
<title><![CDATA[Mercurial settings]]></title>
<link>http://gerardlee.wordpress.com/2009/11/10/mercurial-settings/</link>
<pubDate>Tue, 10 Nov 2009 01:18:14 +0000</pubDate>
<dc:creator>gerarldlee</dc:creator>
<guid>http://gerardlee.wordpress.com/2009/11/10/mercurial-settings/</guid>
<description><![CDATA[My mercurial.ini settings found in C:\Documents and Settings\&lt;home dir&gt;: Working in Sabre Airl]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>My mercurial.ini settings found in C:\Documents and Settings\&#60;home dir&#62;:</p>
<p>Working in Sabre Airlines uses a proxy server.</p>
<p>[http_proxy]<br />
host=www-ad-proxy.sabre.com:80<br />
user=&#60;username in proxy&#62;<br />
passwd=&#60;password in proxy&#62;<br />
no=localhost,127.0.0.1,code.openbravo.com</p>
<p>[ui]<br />
username = Gerard Lee &#60;gerarldlee (at) hotmail {dot} com&#62;</p>
<p>[extensions]<br />
hgext.graphlog =</p>
<p>[diff]<br />
git = 1</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[NIKE MERCURIAL V IC]]></title>
<link>http://sepatukita.wordpress.com/2009/11/07/nike-mercurial-ic/</link>
<pubDate>Sat, 07 Nov 2009 00:39:25 +0000</pubDate>
<dc:creator>sepatu kita</dc:creator>
<guid>http://sepatukita.wordpress.com/2009/11/07/nike-mercurial-ic/</guid>
<description><![CDATA[Harga Rp. 599.000,- (neg0)]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Harga Rp. 599.000,- (neg0)</p>
<p><a href="http://sepatukita.wordpress.com/files/2009/11/nike-mercurial-ic2.jpg"><img class="alignnone size-thumbnail wp-image-1676" title="nike mercurial ic2.jpg" src="http://sepatukita.wordpress.com/files/2009/11/nike-mercurial-ic2.jpg?w=150" alt="nike mercurial ic2.jpg" width="150" height="112" /></a> <a href="http://sepatukita.wordpress.com/files/2009/11/nike-mercurial-ic1.jpg"><img class="alignnone size-thumbnail wp-image-1675" title="nike mercurial ic1.jpg" src="http://sepatukita.wordpress.com/files/2009/11/nike-mercurial-ic1.jpg?w=150" alt="nike mercurial ic1.jpg" width="150" height="112" /></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[NIKE MERCURIAL V FG]]></title>
<link>http://sepatukita.wordpress.com/2009/11/07/nike-mercurial-v-fg/</link>
<pubDate>Sat, 07 Nov 2009 00:26:21 +0000</pubDate>
<dc:creator>sepatu kita</dc:creator>
<guid>http://sepatukita.wordpress.com/2009/11/07/nike-mercurial-v-fg/</guid>
<description><![CDATA[Harga Rp. 649.000,- (nego)]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Harga Rp. 649.000,- (nego)</p>
<p><a href="http://sepatukita.wordpress.com/files/2009/11/nike-mercurial-5-1.jpg"><img class="alignnone size-thumbnail wp-image-1673" title="nike mercurial 5 1.jpg" src="http://sepatukita.wordpress.com/files/2009/11/nike-mercurial-5-1.jpg?w=150" alt="nike mercurial 5 1.jpg" width="150" height="112" /></a> <a href="http://sepatukita.wordpress.com/files/2009/11/nike-mercurial-5-2.jpg"><img class="alignnone size-thumbnail wp-image-1674" title="nike mercurial 5 2.jpg" src="http://sepatukita.wordpress.com/files/2009/11/nike-mercurial-5-2.jpg?w=150" alt="nike mercurial 5 2.jpg" width="150" height="112" /></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[NIKE MERCURIAL IV FG MARINE]]></title>
<link>http://sepatukita.wordpress.com/2009/11/06/nike-mercurial-iv-fg-marine/</link>
<pubDate>Fri, 06 Nov 2009 04:50:32 +0000</pubDate>
<dc:creator>sepatu kita</dc:creator>
<guid>http://sepatukita.wordpress.com/2009/11/06/nike-mercurial-iv-fg-marine/</guid>
<description><![CDATA[Harga Rp. 599.000,- (nego)]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Harga Rp. 599.000,- (nego)</p>
<p><a href="http://sepatukita.wordpress.com/files/2009/11/nike-mercurial-4-marine2.jpg"><img class="alignnone size-thumbnail wp-image-1670" title="nike mercurial 4 marine2.jpg" src="http://sepatukita.wordpress.com/files/2009/11/nike-mercurial-4-marine2.jpg?w=150" alt="nike mercurial 4 marine2.jpg" width="150" height="112" /> </a> <a href="http://sepatukita.wordpress.com/files/2009/11/nike-mercurial-4-marine1.jpg"><img class="alignnone size-thumbnail wp-image-1669" title="nike mercurial 4 marine1.jpg" src="http://sepatukita.wordpress.com/files/2009/11/nike-mercurial-4-marine1.jpg?w=150" alt="nike mercurial 4 marine1.jpg" width="150" height="112" /></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Updates to Mercurial plug-in...]]></title>
<link>http://elliecomputing.wordpress.com/2009/11/05/updates-to-mercurial-plug-in/</link>
<pubDate>Thu, 05 Nov 2009 08:58:53 +0000</pubDate>
<dc:creator>elliecomputing</dc:creator>
<guid>http://elliecomputing.wordpress.com/2009/11/05/updates-to-mercurial-plug-in/</guid>
<description><![CDATA[The plug-in to browse Mercurial repositories was updated, it now handles more cases correctly. The i]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>The plug-in to browse Mercurial repositories was updated, it now handles more cases correctly.</p>
<p>The idea behind these plug-ins is that you can thus compare a specific tag or revision in your Mercurial repository with your local hard drive, an FTP site but as well with a Visual Source Safe, a SubVersion or whichever other SCC that ECMerge supports (see <a title="http://www.elliecomputing.com/OnlineDoc/ecmerge_en/111843550.asp" href="http://www.elliecomputing.com/OnlineDoc/ecmerge_en/111843550.asp" target="_blank">SCC Tool Dialog Box</a>).</p>
<p>This new plug-in version is included in the upcoming 2.2.106 version.</p>
<p>Have a good week<br />
Armel</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[hgsubversion on windows]]></title>
<link>http://monkeyisland.pl/2009/11/04/hgsubversion-on-windows/</link>
<pubDate>Wed, 04 Nov 2009 18:40:25 +0000</pubDate>
<dc:creator>szczepiq</dc:creator>
<guid>http://monkeyisland.pl/2009/11/04/hgsubversion-on-windows/</guid>
<description><![CDATA[Who likes mercurial? I do. Lately, I even started using mercurial as a client for subversion reposit]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Who likes <a href="http://mercurial.selenic.com/">mercurial</a>? I do. Lately, I even started using mercurial as a client for subversion repositories. Let me describe the <a href="http://bitbucket.org/durin42/hgsubversion/wiki/Home">hgsubversion</a> installation steps that worked for me; on my laptop that is boldly supplied with The Only Right operation system&#8230;</p>
<p>I heavily borrow from excellent entry by <a href="http://blog.red-bean.com/sussman/?p=116">Ben Collins-Sussman</a> and from outrageously diligent post by <a href="http://intwoplacesatonce.com/2009/07/installing-hg-subversion-on-windows-to-test-it">Dave Cameron</a>. I want to focus on the smallest possible installation routine on windows. Also, I want to emphasize that you don&#8217;t have to build anything on windows. All the prepackaged installables or binaries are ready, waiting for you to grab them.</p>
<p>Oh right, here are the steps that worked for me:</p>
<ol>
<li><a href="#1">Install svn</a></li>
<li><a href="#2">Install python</a></li>
<li><a href="#3">Install python svn bindings</a></li>
<li><a href="#4">Install mercurial</a></li>
<li><a href="#5">Clone hgsubversion</a></li>
<li><a href="#6">Configure hgsubversion extension</a></li>
<li><a href="#7">Start cloning svn repos!</a></li>
<li><a href="#8">Understand the gotchas</a></li>
<li><a href="#9">Stay happy</a></li>
</ol>
<p><a name="1">1. Install svn</a> command line client and put it on path. I downloaded, unzipped and PATH&#8217;ed <a href="http://subversion.tigris.org/files/documents/15/46518/svn-win32-1.6.5.zip">svn 1.6.5</a>.<br />
Your cmd should react nicely to: <em>svn help</em></p>
<p><a name="2">2. Install python.</a> I installed <a href="http://www.python.org/ftp/python/2.6.4/python-2.6.4.msi">Python 2.6.2</a>. Your cmd should happily execute: <em>python -V</em></p>
<p><a name="3">3. Install svn python bindings.</a> I installed <a href="http://subversion.tigris.org/files/documents/15/46526/svn-python-1.6.5.win32-py2.6.exe">svn-python 1.6.5 py2.6</a>. Your cmd should print &#8216;6&#8242; when you execute:<br />
<em>python -c &#8220;import svn.core; print svn.core.SVN_VER_MINOR&#8221;</em></p>
<p><a name="4">4. Install mercurial.</a> I installed <a href="http://bitbucket.org/tortoisehg/stable/downloads/TortoiseHg-0.8.3-hg-1.3.1+7cea12e70129.exe">TortoiseHg</a> (mercurial + tortoise). Your cmd should nicely take: <em>hg version</em></p>
<p><a name="5">5. Clone hgsubversion:</a></p>
<p><em>hg clone http://bitbucket.org/durin42/hgsubversion SomeFantasticFolder</em></p>
<p>In my case SomeFantasticFolder is c:\projects\open-source\hgsubversion. At the moment I cloned hgsubversion the tip was the changeset 500.</p>
<p><a name="6">6. Configure hgsubversion extension.</a> Add extensions to your USER_HOME/.hgrc, which on windows is Documents and Settings\SomeFabulousName. In my case SomeFabulousName is sg0897xxx (after years in IT industry I&#8217;m still just a number&#8230;). Note that <em>hgsubversion</em> is duplicated at the end &#8211; that&#8217;s fine. Your .hgrc should contain something like:</p>
<pre class="brush: ruby;">
[extensions]
rebase=
svn=c:\projects\open-source\hgsubversion\hgsubversion
</pre>
<p>Your cmd should print enabled extensions at the bottom of the screen when you do: <em>hg help extensions</em></p>
<p><a name="7">7. Start cloning svn repos!</a> For example:</p>
<p><em>hg clone http://example-for-hgsubversion.googlecode.com/svn example-for-hgsubversion</em></p>
<p><a name="8">8. Understand the gotchas.</a></p>
<ul>
<li><strong>gotcha 1</strong>. If svn requires authentication, you may be asked to enter user/password&#8230; 3 times. Don&#8217;t worry, just enter correct credentials patiently. Three shall be the number thou shalt count, and the number of the counting shall be three. <strong>(update)</strong> Augie Fackler, the mastermind of hgsubversion points out svn+http or svn+https can be used to work around this gotcha</li>
<li><strong>gotcha 2</strong>: After updating changes from svn (hg pull, hg update) never use &#8216;hg merge&#8217;, instead use &#8216;hg rebase&#8217;. Merges are not yet supported by hgsubversion I heard. If you accidentally do hg merge you probably have to rollback the merge in order to push.</li>
<li><strong>gotcha 3</strong>: <strong>(new)</strong> From my experience it is better to clone entire repo, not only trunk. Cloning trunk worked for me but I noticed exceptions thrown during unsuccessful rebase. Working with full repo clone was smooth for me so far.</li>
<li><strong>gotcha 4</strong>: I&#8217;m not a mercurial expert so feel free to comment &#38; give feedback. Also, newer (different) versions of before mentioned installables should work as well.</li>
</ul>
<p><a name="9">9. Stay happy.</a> Are you kidding me? You know what to do =)</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Tip: Mercurial authentication comfort]]></title>
<link>http://jpabloae.wordpress.com/2009/11/02/tip-mercurial-authentication-comfort/</link>
<pubDate>Mon, 02 Nov 2009 09:11:57 +0000</pubDate>
<dc:creator>jpabloae</dc:creator>
<guid>http://jpabloae.wordpress.com/2009/11/02/tip-mercurial-authentication-comfort/</guid>
<description><![CDATA[Mercurial 1.3 has a nice feature that makes our coding lives easier. You can define your authenticat]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Mercurial 1.3 has a nice feature that makes our coding lives easier. You can define your authentication credentials globally, so that it will remember your username, the password, or both in any repository cloned from <a href="http://code.openbravo.com">code.openbravo.com</a>. There&#8217;s therefore no need to define the credentials individually in every repository.</p>
<p>Example of the relevant section to be added to $HOME/.hgrc:</p>
<pre class="brush: xml;">
[auth]
ob.prefix = code.openbravo.com
ob.username = johndoe
ob.password = supersecret
</pre>
<p>If you only want it to remember the username, then remove the password line.</p>
<p>And if you still are using an older version (<em>hg version</em>), you can follow <a href="http://wiki.openbravo.com/wiki/Mercurial_Manual_for_Openbravo_Developers#Installation">these instructions</a> to update to 1.3.1.</p>
<p>For more information about this feature check the <a href="http://www.selenic.com/mercurial/hgrc.5.html">hgrc(5)</a> man page.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Clonk is open source!]]></title>
<link>http://mizipzor.wordpress.com/2009/10/21/clonk-is-open-source/</link>
<pubDate>Wed, 21 Oct 2009 20:06:06 +0000</pubDate>
<dc:creator>mizipzor</dc:creator>
<guid>http://mizipzor.wordpress.com/2009/10/21/clonk-is-open-source/</guid>
<description><![CDATA[Screenshot of the original Clonk Rage, clickthrough leads to more screenshots. A quote from the webp]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:center;"><a href="http://www.clonk.de/gallery.php?lng=en&#38;sec=cr"><img src="http://farm3.static.flickr.com/2723/4033015972_9cd4e1c6b6.jpg" alt="" /></a><br />
Screenshot of the original Clonk Rage, clickthrough leads to more screenshots.</p>
<p>A quote from the <a href="http://wiki.openclonk.org/w/Main_Page">webpage:</a></p>
<blockquote><p><strong>OpenClonk</strong> will be the <a title="http://en.wikipedia.org/wiki/Open_source" rel="nofollow" href="http://en.wikipedia.org/wiki/Open_source">Open source</a> successor of the <strong>Clonk gaming series</strong>.</p>
<p>In early march 2009, Matthes Bender told the other developers of Clonk Rage that he wouldn&#8217;t have any time to work on Clonk anymore. As the Game Designer of Clonk Rage and Directing Manager of RedWolf Design, the company selling the Clonk titles, he left a significant vacancy. The development of Clonk Rage was mostly done as a hobby by the other developers, and although they wanted to continue doing that, they felt that more contributors were needed. Thus it was decided to radically lower the barriers for new contributors by publishing the source code to the engine, allowing everyone to freely modify the source code and game content, and discuss the future directions in an open forum. It was also decided to drop a lot of the &#8220;old&#8221; game content and drop the backwards compatibility requirement. The goal is to encourage new people to participate, while allowing the Clonk Rage developers to continue working on at least some of the code they produced and are familiar with. There are also plans to continue the clonk.de league for registered players for those who want to play in a supervised league.</p></blockquote>
<p>Didnt take me long to hunt down the <a href="http://wiki.openclonk.org/w/Download">download link</a> in search for the latest source.</p>
<p><code>~/code/openclonk$ hg clone http://hg.openclonk.org/ openclonk</code></p>
<p>There was a <a href="http://hg.openclonk.org/openclonk/file/d1c519c54b33/README.linux.txt">README.linux.txt</a> in there. I read it and made sure I had all the dependencies installed (I actually missed a few).</p>
<p>Then I could finally run:</p>
<p><code>~/code/openclonk$ autoreconf -i &#38;&#38; ./configure &#38;&#38; make</code></p>
<p>After watching the compiler work for a while I got a:</p>
<p><code>make: *** [all] Error 2</code></p>
<p>Bah!<br />
Went to the <a href="http://wiki.openclonk.org/w/FAQ">FAQ</a> &#8230; nope, not much development related stuff there. The forums? Hmm&#8230; found irc, logging on&#8230; stating problem&#8230;</p>
<p>Tried ran make again, to get a shorter error message, make gave me this:</p>
<p><code>~/code/openclonk$ make<br />
make  all-am<br />
make[1]: Entering directory `/home/mizipzor/code/openclonk'<br />
make[1]: *** No rule to make target `src/platform/DInputX.cpp', needed by `DInputX.o'.  Stop.<br />
make[1]: Leaving directory `/home/mizipzor/code/openclonk'<br />
make: *** [all] Error 2</code></p>
<p>After some chatting the time came for a:</p>
<p><code>~/code/openclonk$ hg pull &#38;&#38; hg update</code></p>
<p>Then I charged ahead on with another</p>
<p><code>~/code/openclonk$ autoreconf -i &#38;&#38; ./configure &#38;&#38; make</code></p>
<p>The latest changeset seems to have done the trick, compile successful&#8230; now lets find a binary executable!</p>
<p><code>~/code/openclonk$ ./clonk<br />
[21:09:22]   Using XRandR version 1.3<br />
Warning: ForEachFile with * (/home/mizipzor/code/openclonk/./*.c4p)<br />
[21:09:22] No valid key file found.<br />
[21:09:22] Error opening system group file (System.c4g)!</code></p>
<p>Bah! (again)<br />
Apparently, clonk needs to be executed from within the <strong>planet</strong> subfolder. One <a href="http://linuxreviews.org/beginner/#toc18">symlink</a> coming up:</p>
<p><code>~/code/openclonk$ ln -s ../clonk planet/clonk<br />
~/code/openclonk$ planet/clonk</code></p>
<p>Yay! Game started&#8230; in an unsupported monitor mode&#8230; which totally foobar&#8217;d my desktop&#8230; but it starts!  <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>If you followed this&#8230; &#8220;guide&#8221;, if i may, as a linux developer I then urge you to to add <em>NewGfxCfgGL=1024</em> under the <em>[Graphics]</em> section in <em>~/.clonk/openclonk/config</em> to start the game in windowed mode.</p>
<p><strong>Happy hacking!</strong> The bug tracker is <a href="http://bugs.openclonk.org/view_all_bug_page.php">this way</a>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Clint Dempsey in another NikeID Superfly]]></title>
<link>http://soccerboots.wordpress.com/2009/10/18/clint-dempsey-in-another-nikeid-superfly/</link>
<pubDate>Sun, 18 Oct 2009 18:55:37 +0000</pubDate>
<dc:creator>jimp02</dc:creator>
<guid>http://soccerboots.wordpress.com/2009/10/18/clint-dempsey-in-another-nikeid-superfly/</guid>
<description><![CDATA[]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="aligncenter" title="guru" src="http://img12.imageshack.us/img12/9584/movedtoguru.jpg" alt="" width="450" height="450" /><br />
<img class="aligncenter size-full wp-image-121" title="90357290" src="http://soccerboots.wordpress.com/files/2009/10/90357290.jpg" alt="90357290" width="386" height="594" /></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Nike Superfly 2]]></title>
<link>http://soccerboots.wordpress.com/2009/10/18/nike-superfly-2/</link>
<pubDate>Sun, 18 Oct 2009 17:06:20 +0000</pubDate>
<dc:creator>jimp02</dc:creator>
<guid>http://soccerboots.wordpress.com/2009/10/18/nike-superfly-2/</guid>
<description><![CDATA[In fact, here the design looks way better than on the vapor VI which we&#8217;ve seen before. But i ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="aligncenter" title="guru" src="http://img12.imageshack.us/img12/9584/movedtoguru.jpg" alt="" width="450" height="450" /><br />
<img class="aligncenter size-full wp-image-156" title="asdfasdf" src="http://soccerboots.wordpress.com/files/2009/10/asdfasdf1.jpg" alt="asdfasdf" width="450" height="315" /><img class="aligncenter size-full wp-image-157" title="87931693" src="http://soccerboots.wordpress.com/files/2009/10/879316931.jpg" alt="87931693" width="450" height="315" /><img class="aligncenter size-full wp-image-158" title="sf23" src="http://soccerboots.wordpress.com/files/2009/10/sf231.jpg" alt="sf23" width="450" height="253" /></p>
<p>In fact, here the design looks way better than on the vapor VI which we&#8217;ve seen before. But i guess it&#8217;s because this disturbing black thing on the inner side of the boot is not visible.</p>
<p>Again, studs have changed. Now there are two of this &#8220;twist-studs&#8221; which looks really really cheap to me. i think for the Vapor VII/Superfly 3 it will go back to the roots!!!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Nike Mercurial Vapor VI]]></title>
<link>http://soccerboots.wordpress.com/2009/10/18/nike-mercurial-vapor-vi/</link>
<pubDate>Sun, 18 Oct 2009 17:01:01 +0000</pubDate>
<dc:creator>jimp02</dc:creator>
<guid>http://soccerboots.wordpress.com/2009/10/18/nike-mercurial-vapor-vi/</guid>
<description><![CDATA[Here are some pics of the new nike mercurial vapor VI, yes&#8230; SIX. Well what can i say about the]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="aligncenter" title="guru" src="http://img12.imageshack.us/img12/9584/movedtoguru.jpg" alt="" width="450" height="450" /><br />
<img class="aligncenter size-full wp-image-160" title="5_589_8764da8d15ee4fb" src="http://soccerboots.wordpress.com/files/2009/10/5_589_8764da8d15ee4fb1.jpg" alt="5_589_8764da8d15ee4fb" width="320" height="213" /><img class="aligncenter size-full wp-image-161" title="5_589_6288f45cd5a4ede" src="http://soccerboots.wordpress.com/files/2009/10/5_589_6288f45cd5a4ede1.jpg" alt="5_589_6288f45cd5a4ede" width="320" height="213" /><img class="aligncenter size-full wp-image-162" title="5_589_1f5b0096652b54c" src="http://soccerboots.wordpress.com/files/2009/10/5_589_1f5b0096652b54c1.jpg" alt="5_589_1f5b0096652b54c" width="320" height="213" /></p>
<p>Here are some pics of the new nike mercurial vapor VI, yes&#8230; SIX. Well what can i say about the boot&#8230; not very much, because the only thing on the net are these pics, which were taken for an ebay auction. What i can say from the pictures is, that now also the vapor has the lightweight studs with the holes in it AND some sort of &#8220;twist-stud&#8221; under the toebox. Looks very strange but let&#8217;s see, maybe it&#8217;s something completely revolutionary.</p>
<p>What else i have to say is, this is the ugliest colour combination i&#8217;ve ever seen on football boots. You know, normally I&#8217;m always saying &#8220;no, thats the first impression&#8221; or &#8220;well we all know that the boot will grow on us in time&#8221; but here it&#8217;s only getting worse the more often i look at the pics&#8230;</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Nike Mercurial Superfly blue/black]]></title>
<link>http://soccerboots.wordpress.com/2009/10/18/47/</link>
<pubDate>Sun, 18 Oct 2009 15:12:58 +0000</pubDate>
<dc:creator>jimp02</dc:creator>
<guid>http://soccerboots.wordpress.com/2009/10/18/47/</guid>
<description><![CDATA[Pato in new colourway, but as you can see in some other pics, he seems to prefer the Vapor with cut-]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="aligncenter size-full wp-image-44" title="91438402" src="http://soccerboots.wordpress.com/files/2009/10/91438402.jpg" alt="91438402" width="431" height="594" /><img class="aligncenter size-full wp-image-46" title="nikevapor" src="http://soccerboots.wordpress.com/files/2009/10/nikevapor1.jpg" alt="nikevapor" width="450" height="297" /></p>
<p>Pato in new colourway, but as you can see in some other pics, he seems to prefer the Vapor with cut-off lacecover</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Nike Mercurial Superfly yellow/black]]></title>
<link>http://soccerboots.wordpress.com/2009/10/18/nike-mercurial-superfly-yellowblack/</link>
<pubDate>Sun, 18 Oct 2009 15:05:34 +0000</pubDate>
<dc:creator>jimp02</dc:creator>
<guid>http://soccerboots.wordpress.com/2009/10/18/nike-mercurial-superfly-yellowblack/</guid>
<description><![CDATA[another very flashing superfly colourway is coming up]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="aligncenter size-full wp-image-42" title="yellowsf" src="http://soccerboots.wordpress.com/files/2009/10/yellowsf.jpg" alt="yellowsf" width="450" height="259" /></p>
<p>another very flashing superfly colourway is coming up</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Nike Mercurial Superfly Dempsey-edition]]></title>
<link>http://soccerboots.wordpress.com/2009/10/18/nike-mercurial-superfly-dempsey-edition/</link>
<pubDate>Sun, 18 Oct 2009 14:55:58 +0000</pubDate>
<dc:creator>jimp02</dc:creator>
<guid>http://soccerboots.wordpress.com/2009/10/18/nike-mercurial-superfly-dempsey-edition/</guid>
<description><![CDATA[Again, the US-Player Dempsey gets his own &#8220;Superfly-IDs&#8221;]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="aligncenter size-full wp-image-39" title="4617_88144639505_54615149505_2023897_7732018_n" src="http://soccerboots.wordpress.com/files/2009/10/4617_88144639505_54615149505_2023897_7732018_n.jpg" alt="4617_88144639505_54615149505_2023897_7732018_n" width="450" height="252" /><img class="aligncenter size-full wp-image-37" title="4617_88144694505_54615149505_2023898_302327_n" src="http://soccerboots.wordpress.com/files/2009/10/4617_88144694505_54615149505_2023898_302327_n.jpg" alt="4617_88144694505_54615149505_2023898_302327_n" width="450" height="300" /></p>
<p>Again, the US-Player Dempsey gets his own &#8220;Superfly-IDs&#8221;</p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
