Anonymous | Login | 2024-10-11 13:47 CDT |
My View | View Issues |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000209 | Rosetta | [All Projects] Bad Coding | public | 2013-03-13 12:17 | 2013-03-16 10:57 | ||||
Reporter | smlewis | ||||||||
Assigned To | smlewis | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Fixed in Version | |||||||||
Summary | 0000209: temp files committed to trunk | ||||||||
Description | I expect this will be an unresolveable bug in the permanent sense, but here's a list of the current offenders (plus a git command line to find them): 13:12:36 contador ~/git_from_andrew/rosetta> find . -name "*~" -exec git ls-files {} --error-unmatch \; rosetta_demos/public/predict_eglinC_ddgs/input_files/mutations.multiples.txt~ rosetta_demos/public/electron_density_molecular_replacement/FOR_AUTHORS.dox~ rosetta_tests/integration/tests/features/parser_script.xml~ rosetta_tests/features/scripts/analysis/plots/secondary_structure/alpha_helices.R~ rosetta_tests/features/scripts/analysis/plots/secondary_structure/pi_helices.R~ 13:13:57 contador ~/git_from_andrew/rosetta> find . -name "#*#" -exec git ls-files {} --error-unmatch \; rosetta_demos/public/predict_eglinC_ddgs/#mutations.txt# | ||||||||
Tags | No tags attached. | ||||||||
Application(s) Affected | N/A | ||||||||
Command Line Used | N/A | ||||||||
Developer Options | |||||||||
Fixed in SVN Version | 54313 | ||||||||
Attached Files | |||||||||
Notes | |
(0000167) rmoretti (Attentive Developer) 2013-03-13 12:59 |
Patterns can be put into a .gitignore in the top-level directory. That won't change those already committed, but should reduce future commits. |
(0000168) smlewis (Administrator) 2013-03-13 13:02 |
I think all of these are covered by the existing exclusions, actually - it's just that they were manually added anyway at some point... |
Issue History | |||
Date Modified | Username | Field | Change |
2013-03-13 12:17 | smlewis | New Issue | |
2013-03-13 12:59 | rmoretti | Note Added: 0000167 | |
2013-03-13 13:00 | rmoretti | Relationship added | related to 0000207 |
2013-03-13 13:02 | smlewis | Note Added: 0000168 | |
2013-03-16 10:56 | smlewis | Fixed in SVN Version | => 543 |
2013-03-16 10:56 | smlewis | Status | new => resolved |
2013-03-16 10:56 | smlewis | Resolution | open => fixed |
2013-03-16 10:56 | smlewis | Assigned To | => smlewis |
2013-03-16 10:57 | smlewis | Fixed in SVN Version | 543 => 54313 |
Copyright © 2000 - 2012 MantisBT Group |