Re: SVN version keyword expansion

2008-04-24 Thread Simon Nash
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

Re: SVN version keyword expansion

2008-04-24 Thread Vamsavardhana Reddy
the patch. Simon -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

SVN version keyword expansion

2008-04-23 Thread Simon Nash
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

Re: SVN version keyword expansion

2008-04-23 Thread Vamsavardhana Reddy
SVN stores the keywords along with the file and does not store the expanded keywords internally. So, when the file is viewed in svn, it will show @version $Rev$ $Date$. It is the svn client that expands these keywords when the file is checked out. These keywords have been added to svn after

Re: SVN version keyword expansion

2008-04-23 Thread Simon Laws
On Wed, Apr 23, 2008 at 10:16 AM, Simon Nash [EMAIL PROTECTED] wrote: 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

RE: SVN version keyword expansion

2008-04-23 Thread Mark Combellack
/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

Re: SVN version keyword expansion

2008-04-23 Thread Simon Nash
the two checkouts. This won't occur very often, but it did happen to me today, and it is a nuisance having to work around it by reverse engineering the patch. Simon -Original Message- From: Simon Nash [mailto:[EMAIL PROTECTED] Sent: 23 April 2008 10:16 To: tuscany-dev Subject: SVN version

Re: SVN version keyword expansion

2008-04-23 Thread Luciano Resende
- 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