[30867] trunk/dports/net/nagios-plugins
Ryan Schmidt
ryandesign at macports.org
Fri Nov 9 12:37:05 PST 2007
On Nov 8, 2007, at 19:18, source_changes at macosforge.org wrote:
> Revision: 30867
> http://trac.macosforge.org/projects/macports/changeset/30867
> Author: markd at macports.org
> Date: 2007-11-08 17:18:58 -0800 (Thu, 08 Nov 2007)
>
> Log Message:
> -----------
> Replace the check_nt.c file that was mistakenly removed in last
> upgrade.
>
> Modified Paths:
> --------------
> trunk/dports/net/nagios-plugins/Portfile
>
> Added Paths:
> -----------
> trunk/dports/net/nagios-plugins/files/
> trunk/dports/net/nagios-plugins/files/check_nt.c
FYI: Rather than re-add the file, you should have copied check_nt.c
from a prior revision in which it still existed, like this:
svn mkdir files
svn cp -r 30824 http://svn.macosforge.org/repository/macports/trunk/
dports/net/nagios-plugins/files/check_nt.c files
By not doing this you have disconnected the file from its history
("svn log" makes it look like the file just came into existence in
r30867, which it didn't), and taken up (an admittedly small amount
of) additional space in the repository (Subversion had to store the
entire contents of the file in the repository again (albeit
compressed) instead of being able to store just a reference to the
file that was already there), and undone r21491 (which set a property
on that file which you did not set when you re-added the file).
More information about the macports-dev
mailing list