Mantis Bug Tracker

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000209Rosetta[All Projects] Bad Codingpublic2013-03-13 12:172013-03-16 10:57
Reportersmlewis 
Assigned Tosmlewis 
PrioritynormalSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version 
Fixed in Version 
Summary0000209: temp files committed to trunk
DescriptionI 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#
TagsNo tags attached.
Application(s) AffectedN/A
Command Line UsedN/A
Developer Options
Fixed in SVN Version54313
Attached Files

- Relationships
related to 0000207resolvedsmlewis ERRASER leaves un-ignored .pyc 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
Powered by Mantis Bugtracker