[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: Ilan Yaniv <Ilan.Yaniv_at_timetoknow.org>
Date: Wed, 21 Jan 2009 08:00:35 +0200

1) I am running svn diff and put the output within a log file.
2) I am not replacing the files within the SVN Tag folders. I replace
files on the working directory from Tagged revision to the HEAD
revision.
I was looking for the command line that will run this replace.

ILAN

-----Original Message-----
From: Stefan Sperling [mailto:stsp_at_elego.de]
Sent: Tuesday, January 20, 2009 7:48 PM
To: Ilan Yaniv
Cc: users_at_subversion.tigris.org
Subject: Re: making hotfix

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#s
vn.branchmerge.commonpatterns.release

Hope this helps,
Stefan

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1040417

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-01-21 07:03:28 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.