i don't know if i missed somehting as a prerequisite, but it seems that the GIT repository is empty.
When i try to git clone, i get a warning (in french) saying that the repository is empty and in fact the .git dir is created but it seems not really populated with files and data:
$gitclonehttps://git.code.sf.net/p/tac-plus/codetac-plus-codeClonagedans'tac-plus-code'...warning:Voussemblezavoirclonéundépôtvide.~/tac-plus-code$ls-latotal12drwxrwxr-x3florianflorian4096nov.712:08.drwxrwxr-x3florianflorian4096nov.712:08..drwxrwxr-x7florianflorian4096nov.712:08.git~/tac-plus-code$ls-la.git/total64drwxrwxr-x7florianflorian4096nov.712:08.drwxrwxr-x3florianflorian4096nov.712:08..drwxrwxr-x2florianflorian4096nov.712:08branches-rw-rw-r-- 1 florian florian 279 nov. 7 12:08 config-rw-rw-r-- 1 florian florian 73 nov. 7 12:08 description-rw-rw-r-- 1 florian florian 23 nov. 7 12:08 HEADdrwxrwxr-x2florianflorian4096nov.712:08hooksdrwxrwxr-x2florianflorian4096nov.712:08infodrwxrwxr-x4florianflorian4096nov.712:08objectsdrwxrwxr-x4florianflorian4096nov.712:08refs~/tac-plus-code$cat.git/descriptionUnnamedrepository;editthisfile'description'tonametherepository.~/tac-plus-code$cat.git/config[core]repositoryformatversion=0filemode=truebare=falselogallrefupdates=true[remote "origin"]url=https://git.code.sf.net/p/tac-plus/codefetch=+refs/heads/*:refs/remotes/origin/*[branch "master"] remote = origin merge = refs/heads/master rebase = true~/tac-plus-code$ ls -la .git/branches/total 8drwxrwxr-x 2 florian florian 4096 nov. 7 12:08 .drwxrwxr-x 7 florian florian 4096 nov. 7 12:08 ..~/tac-plus-code$ git statusSur la branche masterAucun commitrien à valider (créez/copiez des fichiers et utilisez "git add" pour les suivre)~/tac-plus-code$ git logfatal: votre branche actuelle 'master' ne contient encore aucun commit
Are you aware of that ?
Is it normal (meaning is it only to have a "starting point" and i'll have to untar last .tar.gz archive first, then git clone to retrive meta information about repo only if i want to collaborate ) ?
Thanks in advance, and sorry for my lack of knowledge of sourcefourge.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
i don't know if i missed somehting as a prerequisite, but it seems that the GIT repository is empty.
When i try to git clone, i get a warning (in french) saying that the repository is empty and in fact the .git dir is created but it seems not really populated with files and data:
Are you aware of that ?
Is it normal (meaning is it only to have a "starting point" and i'll have to untar last .tar.gz archive first, then git clone to retrive meta information about repo only if i want to collaborate ) ?
Thanks in advance, and sorry for my lack of knowledge of sourcefourge.