On Nov 8, 2007, at 19:18, [EMAIL PROTECTED] wrote:
Revision: 30867
http://trac.macosforge.org/projects/macports/changeset/30867
Author: [EMAIL PROTECTED]
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).
_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo/macports-dev