[50398] trunk/dports/java/spring-framework/Portfile
Ryan Schmidt
ryandesign at macports.org
Thu Apr 30 16:55:21 PDT 2009
On Apr 30, 2009, at 00:43, blair at macports.org wrote:
> Revision: 50398
> http://trac.macports.org/changeset/50398
> Author: blair at macports.org
> Date: 2009-04-29 22:43:32 -0700 (Wed, 29 Apr 2009)
> Log Message:
> -----------
> New upstream 2.5.6.SEC01 release.
>
> Modified Paths:
> --------------
> trunk/dports/java/spring-framework/Portfile
>
> Modified: trunk/dports/java/spring-framework/Portfile
> ===================================================================
> --- trunk/dports/java/spring-framework/Portfile 2009-04-30 05:32:47
> UTC (rev 50397)
> +++ trunk/dports/java/spring-framework/Portfile 2009-04-30 05:43:32
> UTC (rev 50398)
> @@ -1,9 +1,9 @@
> -# $Id$
> +# $Id: Portfile 42503 2008-11-22 18:10:57Z blair at macports.org $
[snip]
I'm curious why we're seeing lines like these in the diffs. The
Portfile does not have this allegedly changed Id line. As far as I
understand, there's no way it could, since the Portfile has
svn:keywords set to Id which means that the Subversion client is
supposed to normalize all keywords in a file to their unexpanded form
before sending the file to the repository.
The line even shows up like this on the command line:
$ svn di -c 50398
Index: Portfile
===================================================================
--- Portfile (revision 50397)
+++ Portfile (revision 50398)
@@ -1,9 +1,9 @@
-# $Id$
+# $Id: Portfile 42503 2008-11-22 18:10:57Z blair at macports.org $
[snip]
Blair, did you change the Id line to the above before committing?
What version of the svn client are you using?
More information about the macports-dev
mailing list