Hi Simon, Have you recently changed your Subversion configuration file to enable SVN keyword expansion? The file in question is located:
Windows %USERPROFILE%\Application Data\Subversion\config Linux ~/.subversion/config The value in question is enable-auto-props. If this is set to yes then it will expand keywords. By default this value is set to no. There were discussions on the dev list about this around the end of March beginning of April. See: http://www.mail-archive.com/tuscany-dev@ws.apache.org/msg29637.html http://www.mail-archive.com/tuscany-dev@ws.apache.org/msg29781.html These discussions suggested changing the SVN config to enable keyword expansion. Perhaps this is the cause of the problem? Mark > -----Original Message----- > From: Simon Nash [mailto:[EMAIL PROTECTED] > Sent: 23 April 2008 10:16 > To: tuscany-dev > Subject: SVN version keyword expansion > > On April 1, I checked out a file from SVN. Its version keywords > were not expanded in my local copy. Yesterday I checked out the > same file and the version keywords were expanded. This caused my > attempt to apply a patch (derived from the previous checkout) > to fail. > > The file when viewed in SVN contains the header line > * @version $Rev$ $Date$ > My previous local checkout had the identical line. My current > local checkout has the line > * @version $Rev: 643696 $ $Date: 2008-04-02 04:24:11 +0100 (Wed, 02 Apr > 2008) $ > > What is causing this line to now get expanded in my local checked out > copy, and why wasn't it expanded when I checked it out previously? > > Simon >