specify version in wine-git?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
tparker
Level 5
Level 5
Posts: 354
Joined: Tue Feb 24, 2009 3:06 pm

specify version in wine-git?

Post by tparker »

I am setting up wine-git for the first time to try a patch, I am doing so following directions from here: http://wiki.winehq.org/GitWine

It looks like when I do the command
git clone git://source.winehq.org/git/wine.git ~/wine-git
it is going to grab the latest version, I assume 1.1.17.

Is there a way I can change that to version 1.1.15? My end goal at the moment is a stable system and other than the problem I am trying to patch everything I need should work in 1.1.15. I'd rather not jump into a development version and add new problems just yet.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: specify version in wine-git?

Post by vitamin »

tparker wrote:it is going to grab the latest version, I assume 1.1.17.

Is there a way I can change that to version 1.1.15?
GIT repository contains _ALL_ versions of Wine ever made, starting from 0.0.1.

To get the source of a particular Wine version you wanted just do 'git checkout -f wine-1.1.15'.
tparker
Level 5
Level 5
Posts: 354
Joined: Tue Feb 24, 2009 3:06 pm

Post by tparker »

Thank you.
Locked