git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andreas Ericsson <ae@op5.se>
To: Rob McDonald <robm@asdl.gatech.edu>
Cc: git@vger.kernel.org
Subject: Re: Possibility of a MinGW version?
Date: Sat, 24 Dec 2005 11:09:39 +0100	[thread overview]
Message-ID: <43AD1E63.4040103@op5.se> (raw)
In-Reply-To: <006c01c60832$86f92620$6900a8c0@sps>

Rob McDonald wrote:
> 1.0 is out the door, with support (to some degree or another) for Cygwin,
> BSD, MacOS X, Solaris, and who knows what else, good job all.
> 
> What possibility is there of getting git (& assorted tools) to run natively
> on Windows (sacrilege I know) using MinGW?  What truly Unixy-only things
> does the code do?  Unfortunately, Windows is a reality for many of us.
> 
> I'd like to begin experimenting using git to track all of my data files
> acting as a synchronization mechanism.  Have all your files up-to-date
> everywhere, revision tracking, & redundancy too...  Dedicated Linux
> repository at home, dual boot laptop on the road, Windows machine at work,
> etc...
> 
> Thoughts?  Suggestions?
> 

The worst trouble you're likely to run into is all the hardcoded paths. 
They are everywhere and ofcourse use the / for path entity separation.

The fact that there are 39 bash'ish shell-scripts does little to help a 
native port, and although they can be fairly easily replaced by "real" 
programs it still means quite a bit of work with little real value for 
the unix-version, so I'm guessing you'll have to write those up for 
yourself.

Is there some reason you can't install Cygwin, which effectively 
overcomes both those problems?

-- 
Andreas Ericsson                   andreas.ericsson@op5.se
OP5 AB                             www.op5.se
Tel: +46 8-230225                  Fax: +46 8-230231

  reply	other threads:[~2005-12-24 10:09 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-24  2:34 Possibility of a MinGW version? Rob McDonald
2005-12-24 10:09 ` Andreas Ericsson [this message]
2005-12-24 10:18   ` Sven Verdoolaege
2005-12-24 10:24     ` Andreas Ericsson
2005-12-24 12:07       ` Johannes Schindelin
2005-12-24 16:40       ` David Brown
2005-12-24 13:51   ` Rob McDonald
2005-12-24 14:16     ` Johannes Schindelin
2005-12-25 17:16       ` Rob McDonald
2005-12-31 16:39         ` Christopher Faylor
2005-12-31 21:53           ` H. Peter Anvin
2006-01-01  5:25             ` Christopher Faylor
2005-12-31 16:40     ` Christopher Faylor
2005-12-24 17:58   ` Junio C Hamano
2005-12-24 23:44     ` Andreas Ericsson
2005-12-25  1:47       ` Junio C Hamano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=43AD1E63.4040103@op5.se \
    --to=ae@op5.se \
    --cc=git@vger.kernel.org \
    --cc=robm@asdl.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).