[Home]

Summary:ASTERISK-12329: File Revision in SVN
Reporter:Visu Kaka (visu)Labels:
Date Opened:2008-07-07 14:14:12Date Closed:2011-06-07 14:08:16
Priority:MinorRegression?No
Status:Closed/CompleteComponents:General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:File revisions in SVN is unnecessary updated even if there is not even a single change in the file. This should be avoided

For example, apps/app_playback.c, no changes reported except file revision

# diff -bB asterisk/apps/app_playback.c newsvn/asterisk/apps/app_playback.c
30c30
< ASTERISK_FILE_VERSION(__FILE__, "$Revision: 111410 $")
---
> ASTERISK_FILE_VERSION(__FILE__, "$Revision: 114667 $")
Comments:By: Sean Bright (seanbright) 2008-07-07 14:28:38

There was a commit made to that file which made whitespace-only changes.

See:

  http://svn.digium.com/view/asterisk?view=rev&revision=114667