On Mon, Apr 19, 2010 at 15:14, Vikrama Sanjeeva <viki.sanje...@gmail.com> wrote: > Hi, > > Suppose I have total 6 releases in /tag which are considered as stable > releases. Now if, at 6th release we realize that there is a "bug" which > should be fixed in all previous releases then what should be the strategy ? > Is there any way in SVN which allows to fix bug in all releases "at-a-time" > ?
Most release strategies don't "slipstream" bug fixes into previous versions. That is, one wouldn't normally backport a fix to the previous 6 releases, just release a new release N+1 which fixes it and inform people using the older versions to upgrade. Otherwise, version 1.2 from last week is not the same as version 1.2 this week. A lot of confusion would result.