[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Switching from CVS to GIT
From: |
David Kastrup |
Subject: |
Re: Switching from CVS to GIT |
Date: |
Mon, 15 Oct 2007 21:26:44 +0200 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) |
Alex Riesen <address@hidden> writes:
> Michael Gebetsroither, Mon, Oct 15, 2007 02:46:11 +0200:
>> > - it is the only OS in the world with multi-root (/a/b/c and /a/b/c
>> > can be not the same, depending on what current "drive" is) and
>> > multi-cwd, which hasn't had formed itself into a problem yet, but
>> > surely will
>>
>> Thats true for linux too.
>> /a/b/c and /a/b/c can be 2 totally different files depending on the vfs
>> namespace you are one.
>
> No it is not. A process will always see the same filesystem object
> under the same path at the any given time (IOW, you can't have many
> namespaces active at the same time).
address@hidden:/home/tmp/emacs$ mkdir -p /tmp/a/b
address@hidden:/home/tmp/emacs$ cd /tmp/a/b
address@hidden:/tmp/a/b$ sudo mount --bind /usr /tmp/a
Password:
address@hidden:/tmp/a/b$ command pwd
/tmp/a/b
address@hidden:/tmp/a/b$ ls -l
total 0
address@hidden:/tmp/a/b$ ls -l /tmp/a/b
ls: /tmp/a/b: No such file or directory
address@hidden:/tmp/a/b$
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
- RE: Switching from CVS to GIT, (continued)
- 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 <=
- Re: Switching from CVS to GIT, Alex Riesen, 2007/10/15
- Re: Switching from CVS to GIT, Martin Langhoff, 2007/10/15
- Re: Switching from CVS to GIT, Earnie Boyd, 2007/10/15
- Re: Switching from CVS to GIT, Johannes Sixt, 2007/10/15
- Re: Switching from CVS to GIT, Eli Zaretskii, 2007/10/14
- Re: Switching from CVS to GIT, Benoit SIGOURE, 2007/10/14
- Re: Switching from CVS to GIT, Earnie Boyd, 2007/10/15
- Re: Switching from CVS to GIT, Paul Smith, 2007/10/15
- Re: Switching from CVS to GIT, Howard Chu, 2007/10/15
- Re: Switching from CVS to GIT, Paul Smith, 2007/10/15