[[FrontPage]] #contents *FreeBSD git [#n273b3eb] portinstall devel/git ===> Updating /etc/shells ------------------------------------------------------------------------ *************************** GITWEB ************************************* If you installed the GITWEB option please follow these instructions: In the directory /usr/local/share/examples/git/gitweb you can find all files to make gitweb work as a public repository on the web. All you have to do to make gitweb work is: 1) Copy the files /usr/local/share/examples/git/gitweb/git* to a directory on your web server (e.g. Apache2) in which you are able to execute CGI-scripts. 2) In gitweb.cgi, adjust the variable $projectroot to point to your git repository (that is where you have your *.git project directories). *************************** GITWEB ************************************* *************************** CONTRIB ************************************ If you installed the CONTRIB option please note that the scripts are installed in /usr/local/share/git-core/contrib. Some of them require other ports to be installed (perl, python, etc), which you may need to install manually. *************************** CONTRIB ************************************ ------------------------------------------------------------------------ ===> Installing rc.d startup script(s) ===> Compressing manual pages for git-1.7.1.1_1 ===> Registering installation for git-1.7.1.1_1 ===> SECURITY REPORT: This port has installed the following files which may act as network servers and may therefore pose a remote security risk to the system. /usr/local/libexec/git-core/git-daemon This port has installed the following startup scripts which may cause these network services to be started at boot time. /usr/local/etc/rc.d/git_daemon If there are vulnerabilities in these programs there may be a security risk to the system. FreeBSD makes no guarantee about the security of ports included in the Ports Collection. Please type 'make deinstall' to deinstall the port if this is a concern. For more information, and contact details about the security status of this software, see the following webpage: http://git-scm.org/ ===> Cleaning for p5-Term-ReadKey-2.30 ===> Cleaning for p5-subversion-1.6.12_1 ===> Cleaning for subversion-1.6.12_1 ===> Cleaning for neon29-0.29.3_2 ===> Cleaning for git-1.7.1.1_1 blackcube# blackcube# rehash blackcube# git clone git://github.com/openpne/OpenPNE3.git Cloning into OpenPNE3... remote: Counting objects: 37839, done. remote: Compressing objects: 100% (12085/12085), done. remote: Total 37839 (delta 24033), reused 37654 (delta 23911) Receiving objects: 100% (37839/37839), 15.06 MiB | 1.26 MiB/s, done. Resolving deltas: 100% (24033/24033), done. blackcube# cd OpenPNE3/ blackcube# git checkout origin/OpenPNE-3.6beta1 error: pathspec 'origin/OpenPNE-3.6beta1' did not match any file(s) known to git.