Hi,
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
Sorry,
Dscho