.hgignore
author grandjoncl
Thu, 20 Dec 2012 15:22:42 +0100
branchmodifications_relative_ldtxml
changeset 1044 e3902e1bd785
parent 975 54262ea8aee4
child 1451 9b146d9a7f78
permissions -rw-r--r--
modifications to have relative src for media in the xml ldt of a project. - Migration in order to set all the project ldt with the new values in the xml. If the media has a content that doesn't exist, the media is erased. If the project has no valid media, the project is deleted. There is a test in project_tests. - The migration uses the command : set_projectldtiri - The command set_projectldtiri uses the function in utils relative_src_xml that returns an xml. The command deletes the projects that have no ldt or the ldt isn't valid (empty string) - Modifications in lignesdetemps to have absolute urls in the xml when we open a project or in the research when we display the results in lignes de temps
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
bdf22b140727 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
bdf22b140727 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
syntax: regexp
bdf22b140727 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
.*\.pyc$
3
03918bc7b9f1 small corrections on install
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
     4
^src/ldt/Ldt\.egg-info$
03918bc7b9f1 small corrections on install
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
     5
^src/ldt/dist$
30
83f4abc7568f correct setup for ldt
ymh <ymh.work@gmail.com>
parents: 14
diff changeset
     6
^virtualenv/setup/project-boot\.py$
83f4abc7568f correct setup for ldt
ymh <ymh.work@gmail.com>
parents: 14
diff changeset
     7
^virtualenv/setup/env/
632
e85856bfd59b new sync script using fabric
ymh <ymh.work@gmail.com>
parents: 602
diff changeset
     8
^src/ldt/build$
e85856bfd59b new sync script using fabric
ymh <ymh.work@gmail.com>
parents: 602
diff changeset
     9
^src/ldt/ldt\.egg-info$
e85856bfd59b new sync script using fabric
ymh <ymh.work@gmail.com>
parents: 602
diff changeset
    10
^src/ldt/distribute-0\.6\.14\.tar\.gz$
e85856bfd59b new sync script using fabric
ymh <ymh.work@gmail.com>
parents: 602
diff changeset
    11
^src/ldt/distribute-0\.6\.14-py2\.6\.egg$
e85856bfd59b new sync script using fabric
ymh <ymh.work@gmail.com>
parents: 602
diff changeset
    12
^src/ldt/MANIFEST\.in$
e85856bfd59b new sync script using fabric
ymh <ymh.work@gmail.com>
parents: 602
diff changeset
    13
^src/ldt/MANIFEST$
e85856bfd59b new sync script using fabric
ymh <ymh.work@gmail.com>
parents: 602
diff changeset
    14
^\.pydevproject$
e85856bfd59b new sync script using fabric
ymh <ymh.work@gmail.com>
parents: 602
diff changeset
    15
^\.settings/org\.eclipse\.core\.resources\.prefs$
975
54262ea8aee4 update distibute and ignore fiels
ymh <ymh.work@gmail.com>
parents: 974
diff changeset
    16
\.DS_Store$