Re: [osol-code] pull the source from mercurial repository

2008-01-31 Thread Stephen Hahn
* 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

Re: [osol-code] pull the source from mercurial repository

2008-01-31 Thread James Carlson
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

Re: [osol-code] shell related files

2008-01-31 Thread James Carlson
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

[osol-code] pull the source from mercurial repository

2008-01-31 Thread vinay simha bn
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

Re: [osol-code] shell related files

2008-01-31 Thread vinay simha bn
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