Hi: Subsequent to a fresh DragonFly BSD 2.4.1 installation on AMD64 X2 box, i did the following steps to pull in the source code as i did not want to use the Makefile.
# cd /usr # mkdir src # cd src # git init # git remote add origin git://git.dragonflybsd.org/dragonfly.git # git pull origin HEAD Is this the recommended approach ? Additionally, when i try to view the 'remote' branches # git branch -r there are none seen. Is this something to be worried about ? On another laptop, i pulled in the code (couple of months ago) using # git clone -o chlamydia git://chlamydia.fs.ei.tum.de/dragonfly.git followed by periodic # git pull When, i try to view the remote branches, Git shows it as, # git branch -r origin/DragonFly_RELEASE_1_10 origin/DragonFly_RELEASE_1_12 origin/DragonFly_RELEASE_1_2 origin/DragonFly_RELEASE_1_4 origin/DragonFly_RELEASE_1_6 origin/DragonFly_RELEASE_1_8 origin/DragonFly_RELEASE_2_0 origin/DragonFly_RELEASE_2_2 origin/DragonFly_RELEASE_2_4 origin/HEAD -> origin/master origin/doc origin/master origin/netmp origin/repo/hooks origin/site origin/vendor/ACPICA-UNIX origin/vendor/ATHEROS origin/vendor/AWK origin/vendor/BIND origin/vendor/BINUTILS origin/vendor/BINUTILS220 origin/vendor/BSDINSTALLER origin/vendor/BSDTAR origin/vendor/BZIP origin/vendor/CVS origin/vendor/DHCP origin/vendor/DIFFUTILS origin/vendor/FILE origin/vendor/GCC origin/vendor/GCC44 origin/vendor/GDB origin/vendor/GDTOA origin/vendor/GMP origin/vendor/GPERF origin/vendor/GROFF origin/vendor/HEIMDAL origin/vendor/HOSTAPD origin/vendor/INTEL_ACPICA origin/vendor/LESS origin/vendor/LIBARCHIVE origin/vendor/LIBEVENT origin/vendor/LIBPCAP origin/vendor/LIBSTDC++ origin/vendor/LUKEMFTP origin/vendor/MPFR origin/vendor/NCURSES origin/vendor/NETGRAPH origin/vendor/NTPD origin/vendor/OPENPAM origin/vendor/OPENSSH origin/vendor/OPENSSL origin/vendor/PAM_PASSWDQC origin/vendor/READLINE origin/vendor/SENDMAIL origin/vendor/TCPDUMP origin/vendor/TCSH origin/vendor/TEXINFO origin/vendor/TNFTP origin/vendor/WPA_SUPPLICANT origin/vendor/ZLIB What could i be missing here ? thanks Saifi.
