<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Apr 20, 2013, at 6:38 PM, Jean-Philippe MENGUAL wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">Ok thanks, but what does it mean? Did I fetch the 2.0.0 book? Are trunk and 2.0.0<br>branch similar? Do I need some additional twick to have 2.0.0? Nothing mentions<br>the checkout succeeds despite this message.</span></blockquote></div><br><div>Howdy,</div><div><br></div><div>There is no 2.0.0 branch. When checking out, the branch is master at the current head, and 2.0.0 tag is a link at the current commit so it is all the same. You can check out to other tags and set head to when those tags were made and then if you want to create your own branch checkout -b <branch>.  If you don't do the checkout command, you are working in master, which is as of now, the same point as 2.0.0 till the next commit.</div><div><br></div><div>I haven't done a clfs release other than 2.0.0-RC1. I created a tag at 2.0.0 and development moves on.</div><div><br></div><div><div>git clone git://git.cross-lfs.org/cross-lfs.git clfs-1.2.0</div><div>Initialized empty Git repository in /srv/userhome/kb0iic/clfs-1.2.0/.git/</div><div>remote: Counting objects: 47461, done.</div><div>remote: Compressing objects: 100% (13710/13710), done.</div><div>remote: Total 47461 (delta 35641), reused 44559 (delta 33062)</div><div>Receiving objects: 100% (47461/47461), 25.86 MiB | 15.44 MiB/s, done.</div><div>Resolving deltas: 100% (35641/35641), done.</div><div>kb0iic@meander:~$ cd clfs-1.2.0/</div><div>kb0iic@meander:~/clfs-1.2.0$ git branch</div><div>* master</div><div>kb0iic@meander:~/clfs-1.2.0$ git checkout clfs-1.2.0</div><div>Note: moving to 'clfs-1.2.0' which isn't a local branch</div><div>If you want to create a new branch from this checkout, you may do so</div><div>(now or later) by using -b with the checkout command again. Example:</div><div>  git checkout -b <new_branch_name></div><div>HEAD is now at 8ba9f15... Updated testlog and errata URLs for CLFS 1.2.0</div><div>kb0iic@meander:~/clfs-1.2.0$ git checkout clfs-2.0.0</div><div>Previous HEAD position was 8ba9f15... Updated testlog and errata URLs for CLFS 1.2.0</div><div>HEAD is now at b9579bd... Add --enable-arch to util-linux multilib configure commands.</div><div>kb0iic@meander:~/clfs-1.2.0$ git branch</div><div>* (no branch)</div><div>  master</div></div><div><br></div><div>Now that should give you a better idea. When head and checkout will be at the same commit, then the results should be what you received.</div><div><br></div><div>Not sure if I got it all correct, I'm still learning git everyday.</div><div><br></div><div>Sincerely,</div><div><br></div><div>William Harrington</div></body></html>