Eric Blake, Fri, Jan 27, 2006 23:30:40 +0100:
> According to Alex Riesen on 1/27/2006 11:26 AM:
> > This was a bit prematurely. There is a big problem with this aproach:
> > it changes current directory of the process. So you can't really use
> > it in multithreade
Alex Riesen, Thu, Jan 26, 2006 17:21:21 +0100:
> > > > > This is highly unexpected, does not match linux behaviour
> > > > > (it returns EEXIST), and actually breaks git (git clone,
> > > > > creation of pathnames, to be precise).
> > >
On 1/26/06, Eric Blake <[EMAIL PROTECTED]> wrote:
> > > > This is highly unexpected, does not match linux behaviour (it returns
> > > > EEXIST),
> > > > and actually breaks git (git clone, creation of pathnames, to be
> > > > precise).
> > >
> > > Then git has a bug. Report it there. To be port
On 1/26/06, Eric Blake <[EMAIL PROTECTED]> wrote:
> > mkdir (also syscall) return "Permission denied" when its argument refers to
> > a mountpoint at the top of windows drive (probably also a windows mount,
> > I haven't tried).
> > For example:
> > $ mount d: /d
> > $ mkdir /
> > mkdir: cannot cr
mkdir (also syscall) return "Permission denied" when its argument refers to
a mountpoint at the top of windows drive (probably also a windows mount,
I haven't tried).
For example:
$ mount d: /d
$ mkdir /
mkdir: cannot create directory `/': File exists
$ mkdir /d
mkdir: cannot create directory `/d'
5 matches
Mail list logo