I am using mr.developer to track some packages on github. When I re-run my assembly, I get:
The package 'django-quoteme' is dirty.
Do you want to update it anyway? [yes / No / all] y
What does dirty mean exactly?
I do not know what this means specifically in this context, but in the world of computer science "dirty" usually means that it has been changed. Perhaps one of the files in the package has been edited, and if you update it, you will lose these changes, therefore, a warning.
http://en.wikipedia.org/wiki/Dirty_%28computer_science%29
http://github.com/fschulze/mr.developer:
Dirty SVN:: 'foo' 'https://example.com/svn/foo/trunk/', .src/foo, , status -v. *.egg-info, , buildout svn..egg-info Subversion ~/.subversion/config, : -ignores = *.o *.lo *.la *.al.libs *.so.so. [0-9] *.a *.pyc *.pyo *.rej ~ ##. # *. *. swp.DS_Store *.egg-info
Dirty SVN
:
: 'foo' 'https://example.com/svn/foo/trunk/', .
src/foo, , status -v. *.egg-info, , buildout svn.
status -v
*.egg-info
.egg-info Subversion ~/.subversion/config, : -ignores = *.o *.lo *.la *.al.libs *.so.so. [0-9] *.a *.pyc *.pyo *.rej ~ ##. # *. *. swp.DS_Store *.egg-info
~/.subversion/config
, , status -v, , "" .
Source: https://habr.com/ru/post/1733106/More articles:ObjectDataSource, CustomValidators and DataBinding - c #I am looking for a free 3d engine for D-language - dWhat is wrong with this Objective-C code for my iPhone application? - multithreadingiPhone Change Content UIView / Sub view - objective-cCocoa data hierarchy and browser - cocoajQuery move div when flipping? - jqueryReading DBF with VFPOLEDB Driver - datasetConfiguring a color scheme for a Silverlight application from an external resource - color-schemeSearch in DBF file using .idx file - c #Resources for SFML - c ++All Articles