Arthur <a.foulon <at> amesys.fr> writes: > > Thanks for your support, > > If i get latest révision on Perforce i have this errors : > > / 590 errors reported > Librarian checkout > depot/mainline/02_subsystem/10_arinc_429/00_cots/01_bsp_aim/original > files/api429decryption.txt failed. > open for read: > depot/mainline/02_subsystem/10_arinc_429/00_cots/01_bsp_aim/original > files/api429decryption.txt,v: Le fichier spcifi est introuvable. > Librarian checkout > depot/mainline/02_subsystem/10_arinc_429/00_cots/01_bsp_aim/original > files/api429linuxrelnotes.pdf failed. > open for read: > depot/mainline/02_subsystem/10_arinc_429/00_cots/01_bsp_aim/original > files/api429linuxrelnotes.pdf,d\1.1150: Le chemin d'accs spcifi est > introuvable. > Librarian checkout > depot/mainline/02_subsystem/10_arinc_429/00_cots/01_bsp_aim/original > files/lien vers readme.txt failed. > .../ > > Perforce can't find the files because they were removed. (option > obliterate...) > So the error on the Perforce clone may come from this. To be honest, I don't know how git-p4 behaves when obliterate is used. > How i can show git-p4.branchList ? > > My depot structure : > > MAINLINE > DEV_DATA > RELEASE_1.0 > RELEASE_1.0.0 > This tells me you did not setup the branchList configuration. In your ~/.gitconfig please add the following: [git-p4] branchList = DEV_DATA:RELEASE_1.0 branchList = DEV_DATA:RELEASE_1.0.0 This assumes that the RELEASE branches are integrated from DEV_DATA. After the import is successful you can move the [git-p4] from ~/.gitconfig to .git/config of the git repository. Please make sure you keep in CC, because I'm not subscribed to the mailing list. Vitor -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html