Hi,
On Fri, 1 Feb 2008, Marek Baczynski wrote:
> On 1 Lut, 05:11, Johannes Schindelin <[EMAIL PROTECTED]>
> wrote:
>
> > On Thu, 31 Jan 2008, Johannes Schindelin wrote:
> > > I'll just modify one line in release.sh and we're done!
> >
> > And indeed it works!
>
> Can I humbly ask for a preview release with git-svn working? Or if it
> doesn't work yet, as soon as it works? It's the last missing piece
> required to start migration of a lot of projects from svn to git.
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
ATM I do not have time to make a standalone installer from that
(preparing the next herald, and cleaning up the complete work/git-svn
history so that it can be rebased on top of devel, is enough to keep me
busy, and there's a day-job, too).
Hth,
Dscho