Some progress on git
"John E. Malmberg" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.ports.vms |
|---|---|
| Message-ID | <[email protected]> |
I seem to have made some progress with GIT. I have it building now, but I am confused as the program execs image names slightly different than the ones that the build procedure creates and installed. If I rename the module to match the name that git uses, that seems to work. The only thing I have tried so far is the clone function. EAGLE> git clone git://perl5.git.perl.org/perl.git Initialized empty Git repository in /GIT_ROOT/base/perl/.git/ remote: Counting objects: 267296, done. remote: Compressing objects: 100% (59781/59781), done. Receiving objects: 99% (266984/267296), 71.72 MiB | 230 KiB/s Receiving objects: 100% (267296/267296), 71.83 MiB | 136 KiB/s, done. Resolving deltas: 100% (208264/208264), done. Checking out files: 100% (4616/4616), done. EAGLE> dir git_root:[base.perl...]/grand Grand total of 682 directories, 5325 files. EAGLE> The resulting tree looks complete, but is missing the .patch file that I get with the rsync download. I have not yet worked on getting the daemon running or doing the make check step to do more verification, so this is a bit preliminary. -John [email protected] Personal Opinion Only