Hi, On Fri, 1 Feb 2008, Johannes Schindelin wrote:
> On Fri, 1 Feb 2008, Johannes Schindelin wrote: > > > The preview is easy: get msysgit-netinstaller, install it, do a full > > update with > > > > $ cd / && git fetch > > > > and then cherry-pick the last commit of work/git-svn: > > > > $ git cherry-pick work/git-svn > > > > You might need to copy Git.pm and Error.pm: > > > > $ cp /git/perl/Git.pm /lib/perl5/site-perl/ > > $ cp /git/perl/private-Error.pm /lib/perl5/site-perl/Error.pm > > Hah! Of course I had to forget something crucial: you need to cherry-pick > perl-5.8.8, too: > > $ git cherry-pick 7afeca5710a1d6dc5371cfb41079c09919bddd60 Okay, I broke down, and made an installer: you can get it here: http://msysgit.googlecode.com/files/Git-preview20080201-with-svn.exe Note: it is almost double the size of the official Git-preview installer, almost as large as the msysGit (standalone) installer. We probably need to identify what makes it so large, and try to reduce the size substantially. (I have a hunch that it is perl which bloats it.) FYI I uploaded the branch which produced that installer to the work/git-svn-preview branch, but I did not bother recompiling git to make sure that it is current, because compiling takes so darned long on Windows. NOTE: I will probably take down the preview soon, so to save our precious download quota for the regular Git previews. NOTE2: I successfully installed Git from that installer, and successfully git-svn-clone'd a small svn repo via http. It worked, even though it is definitely no speed demon. Ciao, Dscho
