Re: subversion binary file keyword expansion

2010-06-09 Thread Daniel Shahaf
Omer Faruk Sen wrote on Wed, 9 Jun 2010 at 13:51 -: > Hi, > > As far as I know binary files are not processed in keyword expansion > For example I have a binary contains $Revision$ > > svn add mybinary Please post the output of the above command, and of 'svn proplist -v mybinary'. (you can

Re: subversion binary file keyword expansion

2010-06-09 Thread Piotr Kabacinski
On 09-06-2010 14:02, Andy Levy wrote: As far as I know binary files are not processed in keyword expansion For example I have a binary contains $Revision$ svn add mybinary svn propset svn:executable ON mybinary (just in case) svn commit After commit md5 of the binary changes. Is that normal beh

Re: subversion binary file keyword expansion

2010-06-09 Thread Omer Faruk Sen
Yes exactly my point is that but it seems it doesn't work that way On Wed, Jun 9, 2010 at 3:02 PM, Andy Levy wrote: > On Wed, Jun 9, 2010 at 06:51, Omer Faruk Sen wrote: >> Hi, >> >> As far as I know binary files are not processed in keyword expansion >> For example I have a binary contains $Rev

Re: subversion binary file keyword expansion

2010-06-09 Thread Andy Levy
On Wed, Jun 9, 2010 at 06:51, Omer Faruk Sen wrote: > Hi, > > As far as I know binary files are not processed in keyword expansion > For example I have a binary contains $Revision$ > > svn add mybinary > svn propset svn:executable ON mybinary (just in case) > svn commit > > After commit md5 of the

Re: subversion binary file keyword expansion

2010-06-09 Thread Piotr Kabacinski
On 09-06-2010 12:51, Omer Faruk Sen wrote: As far as I know binary files are not processed in keyword expansion For example I have a binary contains $Revision$ svn add mybinary svn propset svn:executable ON mybinary (just in case) svn commit After commit md5 of the binary changes. Is that norma

subversion binary file keyword expansion

2010-06-09 Thread Omer Faruk Sen
Hi, As far as I know binary files are not processed in keyword expansion For example I have a binary contains $Revision$ svn add mybinary svn propset svn:executable ON mybinary (just in case) svn commit After commit md5 of the binary changes. Is that normal behaviour. I use subversion-1.6.2 Reg