[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Switching from CVS to GIT
From: |
Johannes Schindelin |
Subject: |
RE: Switching from CVS to GIT |
Date: |
Mon, 15 Oct 2007 01:01:00 +0100 (BST) |
Hi,
On Sun, 14 Oct 2007, Dave Korn wrote:
> On 14 October 2007 23:15, Alex Riesen wrote:
>
> > Interprocess communication:
> >
> > - no reliable text environment (I'm programming in the damn thing for
> > 10 years and I still don't know how to pass an environment variable
> > _for_sure_)
> >
> > - it has only one argument (limited in size) passed to started
> > programs, which means that there is no possible way to safely pass
> > file and text arguments on command line (more than one, that is)
>
> Whuh?
>
> http://msdn2.microsoft.com/en-us/library/y5zz48s1(VS.80).aspx
It does have an exec() call, yes, since that is required by the C
standard. But internally, it converts that into one single command line.
In corner cases, you find problems with that.
Hth,
Dscho
- RE: Switching from CVS to GIT, (continued)
- Re: Switching from CVS to GIT, Andreas Ericsson, 2007/10/16
- Re: Switching from CVS to GIT, Steffen Prohaska, 2007/10/16
- Re: Switching from CVS to GIT, David Kastrup, 2007/10/16
- Re: Switching from CVS to GIT, Daniel Barkalow, 2007/10/16
- Re: Switching from CVS to GIT, Eli Zaretskii, 2007/10/16
- Re: Switching from CVS to GIT, Johannes Sixt, 2007/10/16
- Re: Switching from CVS to GIT, Eli Zaretskii, 2007/10/16
- RE: Switching from CVS to GIT, Dave Korn, 2007/10/14
- RE: Switching from CVS to GIT,
Johannes Schindelin <=
- Re: Switching from CVS to GIT, Alex Riesen, 2007/10/15
- Re: Switching from CVS to GIT, David Brown, 2007/10/14
- Re: Switching from CVS to GIT, Eli Zaretskii, 2007/10/15
- Re: Switching from CVS to GIT, Andreas Ericsson, 2007/10/15
- Re: Switching from CVS to GIT, Johannes Sixt, 2007/10/15
- Re: Switching from CVS to GIT, Andreas Ericsson, 2007/10/15
- RE: Switching from CVS to GIT, Dave Korn, 2007/10/15
- Re: Switching from CVS to GIT, Michael Gebetsroither, 2007/10/14
- Re: Switching from CVS to GIT, Alex Riesen, 2007/10/15
- Re: Switching from CVS to GIT, David Kastrup, 2007/10/15