Hi,
I just realised -- too late -- that you were contacting me directly, not
even Cc'ing [EMAIL PROTECTED]
Don't do that.
---------- Forwarded message ----------
Date: Fri, 18 Jan 2008 16:03:17 +0000 (GMT)
From: Johannes Schindelin <[EMAIL PROTECTED]>
To: Khanphaphone Vongsavanthong <[EMAIL PROTECTED]>
Subject: RE: [msysGit] Re: git-svn,
Re: [msysGit] Re: How will we approach a stable release?
Hi,
On Fri, 18 Jan 2008, Khanphaphone Vongsavanthong wrote:
> I have downloaded msysGit-fullinstall-1.5.4-rc0-preview20071217.exe .
The preferred method -- if you want to contribute -- is to use the net
installer, since that already does the repository setups for you.
> Now at the / prompt I want to fetch "temp/msys" branch of msysgit.git
>
> How do I do that please?
> When I cd to temp/msys I find only these branches
>
> /temp/msys
> $ git branch -r
> origin/cygwin
> origin/gnu
> origin/msys
> origin/msys-1_0_3
> origin/msys-1_0_4
> origin/msys-1_0_6
> origin/origin
> origin/redhat
> origin/sourceware
> origin/vim
That is not the "temp/msys" branch of msysgit.git, but the msys.git
repository (a cvsimport from sf.net/projects/mingw's CVS).
> I tried
> git clone http://repo.or.cz/r/msys.git origin/msys
That's not the correct syntax. What you asked is to checkout the msys.git
repository into the _directory_ origin/msys/.
Also, it is not the correct remote repository. We are msysgit, not msys.
> I can flush my current install again, I just want to be able to know how
> to run release.sh
My best bet: redo the install with the net installer. Then do
cd / && git checkout -b temp/msys origin/temp/msys
After that successfully finishes, you can run
/src/perl/release.sh
but that's not really necessary, as that branch has already perl 5.8.8
installed.
Hth,
Dscho