Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mdht-dev] filenames too long

Tony -
I have not seen this issue and it appears to be limited to windows; not sure which version of GIT you are using but 
this is recommended as a work around
git config --system core.longpaths true
Thie file names are generated which is why you end up with such long names occasionally

let us know if the above works

thanks

Sean


On Feb 18, 2016, at 10:18 AM, Tony Schaller <tony.schaller@xxxxxxxxxxxx> wrote:

Hi
 
While cloning https://github.com/mdht/mdht-models I get the following errors:
 
C:\src\GitHub> git clone https://github.com/mdht/mdht-models
Cloning into 'mdht-models'...
remote: Counting objects: 94252, done.
remote: Total 94252 (delta 0), reused 0 (delta 0), pack-reused 94252 eceiving objects: 100% (94252/94252), 181.55 MiB | 7.06 MiB/s
Receiving objects: 100% (94252/94252), 184.13 MiB | 7.19 MiB/s, done.
Resolving deltas: 100% (79571/79571), done.
Checking connectivity... done.
error: unable to create file PublicHealthCaseReporting/generated/org.openhealthtools.mdht.uml.cda.phcr.chlamydiatrachomatis/src/org/openhealthtools/mdht/uml/cda/phcr/chlamydiatrachomatis/operations/ChlamydiatrachomatisPHCRClinicalInformationSectionOperations.java (Filename too long)
error: unable to create file PublicHealthCaseReporting/generated/org.openhealthtools.mdht.uml.cda.phcr.chlamydiatrachomatis/src/org/openhealthtools/mdht/uml/cda/phcr/chlamydiatrachomatis/operations/ChlamydiatrachomatisPHCRTreatmentInformationSectionOperations.java (Filename too long)
error: unable to create file PublicHealthCaseReporting/generated/org.openhealthtools.mdht.uml.cda.phcr.chlamydiatrachomatis/src/org/openhealthtools/mdht/uml/cda/phcr/chlamydiatrachomatis/operations/ChlamydiatrachomatisTreatmentGivenSubstanceAdministrationOperations.java (Filename too long)
error: unable to create file PublicHealthCaseReporting/generated/org.openhealthtools.mdht.uml.cda.phcr.chlamydiatrachomatis/src/org/openhealthtools/mdht/uml/cda/phcr/chlamydiatrachomatis/operations/ChlamydiatrachomatisTreatmentNotGivenSubstanceAdministrationOperations.java (Filename too long)
error: unable to create file PublicHealthCaseReporting/tests/org.openhealthtools.mdht.uml.cda.phcr.chlamydiatrachomatis.tests/src/org/openhealthtools/mdht/uml/cda/phcr/chlamydiatrachomatis/tests/ChlamydiatrachomatisTreatmentNotGivenSubstanceAdministrationTest.java (Filename too long)
Checking out files: 100% (16080/16080), done.
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry the checkout with 'git checkout -f HEAD'
 
Please shorten the filenames, tanks!
 
Regards, Tony
_______________________________________________
mdht-dev mailing list
mdht-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/mdht-dev

Attachment: smime.p7s
Description: S/MIME cryptographic signature


Back to the top