On Thu, Apr 24, 2008 at 1:32 PM, Simon Nash <[EMAIL PROTECTED]> wrote:
> Luciano Resende wrote:
>
> > My understanding is that expanded keywords are not considered in svn
> > diff, commit, etc, and it's more like a local visual piece of
> > information.
> >
> > From [1], here is a little info on
Luciano Resende wrote:
My understanding is that expanded keywords are not considered in svn
diff, commit, etc, and it's more like a local visual piece of
information.
From [1], here is a little info on the subject.
"Keywords and Spurious Differences
The user-visible result of keyword substit
My understanding is that expanded keywords are not considered in svn
diff, commit, etc, and it's more like a local visual piece of
information.
>From [1], here is a little info on the subject.
"Keywords and Spurious Differences
The user-visible result of keyword substitution might lead you to
th
Mark Combellack wrote:
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-pr
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 ye
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 pat
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
yo