Ignore files in subversion

This is just a simple procedure how to tell subversion to ignore files or directories. cd parent_directory # Check the current setup svn proplist -v . # set the editor to edit the properties export EDITOR=vi # open up editor with the properties svn propedit svn:ignore . Text editor opens (vi in my case) Here… Continue reading Ignore files in subversion

Converting family to Linux

I managed to convert my family to Linux. Not intentionally, it just happened. The final confirmation came on Saturday. My older son(5) was “coaching” the younger one(2). “Do not boot to Windows, there are no games there!” And how did I do it? Do not install games for kids to Windows Do not install MS… Continue reading Converting family to Linux

Published
Categorized as Linux