<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
On 10/10/09 22:11, Danila Sentiabov wrote:
<blockquote
 cite="mid:1811e4620910101411n6e83e1dcv332dfe59d91d8720@mail.gmail.com"
 type="cite">Hi, everyone.<br>
  <br>
A n00b problem here :-)<br>
I can't figure out how to compile an old version of Wine with git.<br>
One could always get the latest version with "git fetch &amp;&amp; git
rebase origin", but now I need 1.1.28 for testing purposes.<br>
Already tried some lame things and stared at manpages for about half an
hour with no success :-)<br>
Could someone please help me in this matter?<br>
  <br>
-- <br>
Best regards,<br>
Danila Sentiabov aka dsent<br>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>

  </pre>
</blockquote>
This is what I would do.<br>
<br>
[ams@hal wine-git]$ git checkout -b my28 wine-1.1.28<br>
Switched to a new branch 'my28'<br>
[ams@hal wine-git]$ git describe<br>
wine-1.1.28<br>
[ams@hal wine-git]$ cat VERSION <br>
Wine version 1.1.28<br>
<br>
The when you are finished with it.<br>
<br>
[ams@hal wine-git]$ git checkout master<br>
Switched to branch 'master'<br>
[ams@hal wine-git]$ git describe<br>
wine-1.1.31<br>
[ams@hal wine-git]$ git branch -d my28<br>
Deleted branch my28 (was f6f458a).<br>
<br>
Alasdair<br>
<br>
</body>
</html>