* vinay simha bn <[EMAIL PROTECTED]> [2008-01-31 14:04]:
> i used these command to pull the source from ON Mercurial repository by
>
> #hg clone ssh://[EMAIL PROTECTED]/hg/onnv/onnv-gate
>
>
> it had been 9 hours the shell prompt shows..
>
> destination directory: onnv-gate
> requesting all ch
vinay simha bn writes:
> i used these command to pull the source from ON Mercurial repository by
>
> #hg clone ssh://[EMAIL PROTECTED]/hg/onnv/onnv-gate
I would have done this:
hg init
hg pull ssh://[EMAIL PROTECTED]/hg/onnv/onnv-gate
... but that should do the same.
> it had b
vinay simha bn writes:
> i want to find the file path of source code files of bourne shell...if i
> search bash
Bash isn't the Bourne shell. It's the so-called "Bourne-again"
shell. What exactly are you looking for?
> in file path in src.opensolaris.org...then it shows the path of
> onnv/onnv
i used these command to pull the source from ON Mercurial repository by
#hg clone ssh://[EMAIL PROTECTED]/hg/onnv/onnv-gate
it had been 9 hours the shell prompt shows..
destination directory: onnv-gate
requesting all changes
adding changesets
adding manifests
adding file changes
how many h
i want to find the file path of source code files of bourne shell...if i search
bash in file path in src.opensolaris.org...then it shows the path of
onnv/onnv-gate/usr/src/lib/libshell/common/sh .. is this is the bourne shell
source files...
This message posted from opensolaris.org