View Issue Details

IDProjectCategoryView StatusLast Update
0000173FreeCADBugpublic2010-10-13 09:33
Reportermidgetfc Assigned Towmayer  
PrioritynormalSeveritytrivialReproducibilityalways
Status closedResolutionfixed 
Summary0000173: a few text files in svn don't have the proper mime-type
Descriptionsrc/WindowsInstaller/CMakeLists.txt
src/Build/CMakeLists.txt
cMake/FindWix.cmake
cMake/FreeCadMacros.cmake

have svn:mime-type property set to application/octet-stream
This precludes their insertion in the patches generated with svn diff in case they are modified, as they are treated as binary files. It is of course a minor inconvenience, but easy to fix.

Fix: delete the property (svn propdel svn:mime-type <target>)

I also checked the source files having executable flag set. Nothing to bother with, but for the sake of cleanliness... I can send you the list (42 files)

Cheers
Midgetfc
TagsNo tags attached.
FreeCAD Information

Activities

wmayer

2010-10-12 09:39

administrator   ~0000370

Fixed in 3623. Yes, tell me the list of executable cpp files

midgetfc

2010-10-12 14:53

reporter   ~0000373

Here it is.
The other executables are a few scripts (sems OK), and some .py python files for which I have no idea if it's correct.
 
src/App/DocumentObjectGroup.cpp
src/App/DocumentObjectGroup.h
src/Base/Rotation.cpp
src/Base/Rotation.h
src/Gui/DlgMaterialProperties.ui
src/Gui/DlgMaterialPropertiesImp.cpp
src/Gui/DlgMaterialPropertiesImp.h
src/Gui/DlgProjectInformation.ui
src/Gui/DlgProjectInformationImp.cpp
src/Gui/DlgProjectInformationImp.h
src/Gui/SoFcInteractiveElement.cpp
src/Gui/SoFcInteractiveElement.h
src/Gui/SplitView3DInventor.cpp
src/Gui/SplitView3DInventor.h
src/Gui/ViewProviderDocumentObjectGroup.cpp
src/Gui/ViewProviderDocumentObjectGroup.h
src/Mod/Image/Gui/Resources/translations/Image_de.ts
src/Mod/Mesh/App/FeatureMeshSolid.cpp
src/Mod/Mesh/App/FeatureMeshSolid.h
src/Mod/Mesh/Gui/DlgRegularSolid.ui
src/Mod/Mesh/Gui/DlgRegularSolidImp.cpp
src/Mod/Mesh/Gui/DlgRegularSolidImp.h
src/Mod/Mesh/Gui/SoFCMeshFaceSet.cpp
src/Mod/Mesh/Gui/SoFCMeshFaceSet.h
src/Mod/Mesh/Gui/SoFCMeshVertex.cpp
src/Mod/Mesh/Gui/SoFCMeshVertex.h
src/Mod/Mesh/Gui/ViewProviderMeshFaceSet.cpp
src/Mod/Mesh/Gui/ViewProviderMeshFaceSet.h
src/Mod/Mesh/Gui/ViewProviderMeshNode.cpp
src/Mod/Mesh/Gui/ViewProviderMeshNode.h
src/Mod/Mesh/Gui/Resources/translations/Mesh_de.ts
src/Mod/Points/Gui/Resources/translations/Points_de.ts
src/Mod/Test/Gui/AppTestGui.cpp
src/Mod/Test/Gui/Makefile.am
src/Mod/Test/Gui/PreCompiled.cpp
src/Mod/Test/Gui/PreCompiled.h
src/Mod/Test/Gui/UnitTest.ui
src/Mod/Test/Gui/UnitTestImp.cpp
src/Mod/Test/Gui/UnitTestImp.h
src/Mod/Test/Gui/UnitTestPy.cpp
src/Mod/Test/Gui/UnitTestPy.h
src/Mod/Test/Gui/Resources/translations/Test_de.ts

Cheers
Midgetfc

wmayer

2010-10-13 09:33

administrator   ~0000374

Fixed in 3626. Thanks.

Issue History

Date Modified Username Field Change
2010-10-12 08:19 midgetfc New Issue
2010-10-12 09:39 wmayer Note Added: 0000370
2010-10-12 09:40 wmayer Assigned To => wmayer
2010-10-12 09:40 wmayer Status new => assigned
2010-10-12 14:53 midgetfc Note Added: 0000373
2010-10-13 09:33 wmayer Note Added: 0000374
2010-10-13 09:33 wmayer Status assigned => closed
2010-10-13 09:33 wmayer Resolution open => fixed