> http://www.directfb.org/cgi-bin/gitweb.cgi > > Testing cvs imports... any idea why there's this "/.git" instead of ".git"? >
Where you are serving the git trees from only needs raw git directories.. So you can mv DirectFB/.git to DirectFB.git and rm -rf DirectFB.. Also for cloning you can clone bare repos with --bare, and for doing repos on the one machine git clone -l -s --bare will start a new clone but use objects from the original tree to save disk space.. Dave. -- David Airlie, Software Engineer http://www.skynet.ie/~airlied / airlied at skynet.ie Linux kernel - DRI, VAX / pam_smb / ILUG _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
