While I am in now way an expert or even proficient in the use of Git, I will share some resources and thoughts for Git "users". Http://git-scm.com/ is an excellent first "port of call" The Pro Git book is freely available at - http://git-scm.com/book
Two major concepts in Git seem to be the SHA1 object and the cache/staging area The SHA1 object concept seems to be closely related to the FOSSology file repository implementation with the naming of objects and their storage paths being based upon the SHA1 digest value. Section 8.1 of the Pro Git book may also offer some useful information in the short term to allow subversion access from Git temporarily. http://git-scm.com/book/en/Git-and-Other-Systems-Git-and-Subversion Paul... _______________________________________________ fossology mailing list [email protected] http://lists.fossology.org/mailman/listinfo/fossology
