[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: making hotfix

From: Stefan Sperling <stsp_at_elego.de>
Date: Tue, 20 Jan 2009 17:48:06 +0000

On Tue, Jan 20, 2009 at 04:27:39PM +0200, Ilan Yaniv wrote:
>
> Hi All,

Hi again,

taking one step back. The previous answers I gave were useless.
Please ignore them.

> I want to create a hotfix which controlled files are being added.
>
> I have created a log that does a diff between Tag path and Trunk path.

What do you mean? 'svn log' does not "do a diff". It just lists
the log messages and possible files affected.

> Now, I have checked out all files from Tag path to D:\Dev folder.
>
> I want now to override some files with the files from the log.

You mean you want to replace files inside the tagged directory?
That's generally considered bad practice. You should consider
using a "release branch" for your releases instead of modying tags.
This will allow you to apply fixes to your releases without
changing tags. Please read this:
http://svnbook.red-bean.com/en/1.5/svn.branchmerge.html
Take note of this section in particular:
http://svnbook.red-bean.com/en/1.5/svn.branchmerge.commonpatterns.html#svn.branchmerge.commonpatterns.release

Hope this helps,
Stefan
Received on 2009-01-20 18:49:17 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.