On Wed, Aug 20, 2008 at 9:16 PM, Manish Chakravarty <manishchaks at gmail.com> wrote: > Hello, > > I have been trying to checkout the vim sources used by SUN to make > their SUNWvim package. > In the graphical browser I can see that the sources are available at > http://hg.opensolaris.org/sc/src/sfw/usr/src/cmd/vim/ > > http://www.opensolaris.org/os/get/ says: > > "To clone a Mercurial (hg) repository, use the following example > command where project is the name of the project and project-repo is > the name of the code repository: > ssh://anon at hg.opensolaris.org/hg/project/project-repo" > > So I tried: > hg clone ssh://anon at hg.opensolaris.org/hg/sc/src/sfw/usr/src/cmd/vim/ > hg clone ssh://anon at hg.opensolaris.org/hg/src/sfw/usr/src/cmd/vim/ > hg clone ssh://anon at hg.opensolaris.org/hg/sfw/usr/src/cmd/vim/ > > None of them worked. > Can someone please tell me how to checkout that particular package? I > dont want to checkout entire SFW/ON just to have this built
You are out of luck!! Mercurial does not provide the ability to checkout a part of the workspace. You *must* checkout the whole thing. Regards, Moinak. -- ================================ http://www.belenix.org/ http://moinakg.wordpress.com/
