tortoisesvn - SVN - How to merge a fix on a branch to all afterwards branches and trunk? -


I recently did a hotfix on Release 1.0 of my project, this is a mandatory improvement, which is needed to later be released / branches like 1.1, 1.2, and the trunk to compromise with it.

What should I do? BTW, I am using Kachusen as STN client.

Set the trunk, then merge it into your 1.x branch if you have any 1. X is not a branch, then create one from your 1.0 tag. Such a y.x branch is usually used for this type of: A stabilization branch from which to release and where hotfixes can be implemented.


Comments

Popular posts from this blog

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

Best practice for URL redirection in ASP.NET web application -