[volunteers] February 1st SVLUG meeting

Rick Moen rick at linuxmafia.com
Fri Jan 6 16:46:05 PST 2017


I wrote:

> Someone (possibly me) pointlessly checked in meetings.php, shown as
> 'M' = modified.  This is pointless because it's generated from
> meetings.txt, so we won't update now.

Fixing that:

$ svn --keep-local rm meetings.php
D         meetings.php
$ svn status
?       svlug-news-short.html
?       svlug-news-long.html
D       meetings.php
?       prev/2014feb
?       prev/2015nov
?       prev/2012may
?       prev/2016oct
?       prev/2016may
?       prev/2016jul
?       prev/2016jun
?       prev/2016nov
?       prev/2011may
?       prev/2016apr
$ svn ci -m 'Remove generated file meetings.php from the repo'
Deleting       meetings.php
Committed revision 368.
$

All of the '?' files are deliberately untracked.



More information about the volunteers mailing list