<HTML><HEAD>
<META http-equiv=Content-Type content='text/html; charset=windows-1252'>
<title>Samsung Enterprise Portal mySingle</title>
<style> P, td, li {font-family:Arial, arial; font-size:9pt; margin-top:5px;margin-bottom:5px;} body{font-family:Arial, arial; font-size:9pt;}</style>
</HEAD><BODY>> Can I use the git tool to get the 7.3 release? 
<p> </p>
<p>Maybe there is a better method, but what i did is: created a (partial) 
list of repositories and their git tags corresponding to 7.3 release, and wrote 
a small shell script to checkout those tags.</p>
<p> </p>
<p>I think there should be more consistent tag names, that will enable full 
automation for this. e.g. tag of libxtrans is xtrans-1.0.4, but tag of libSM 
is libSM-1.0.3, and tag of xserver is xorg-xserver-1.4</p>
<p> </p>
<p>The script creates a new branch "regulus" by checking out the tags, 
u can change this by modifying the script...</p>
<p>Running: In the top-level xorg directory, *after* using git_xorg.sh: ./checkouttags.sh 
< xorg73_tags</p>
</BODY></HTML>