You really should read the chapter on Branching and Merging in the svn
book. It has several strategies that you might use. You could go with a
feature branch or a release branch. Basically you need to branch.
http://svnbook.red-bean.com/nightly/en/svn-book.html#svn.branchmerge
BOb
> -----Original Message-----
> From: Alan Tse [mailto:alan.tse_at_trafficnet.com.au]
> Sent: Tuesday, April 14, 2009 6:55 PM
> To: users_at_tortoisesvn.tigris.org
> Subject: RE: Re: Redevelope backend database access
>
> Hi,
>
> Our application is pretty old, might be say all the data access
> components(access the .dbf files) are put into a data module unit (we
use
> Delphi), this is one of the places need to replace the old components
with
> the new MySQL access components (Zeos components) and its SQL
statements.
>
> Also in the other units (such as forms, screens), there are places
using
> these old components specific ways to access the record sets. So not
only
> the data access layer need to be modified.
>
> However, as you mentioned, the existing software are still need to be
> fixed if any bugs come up.
>
> ------------------------------------------------------
>
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessage
Id
> =1717337
>
> To unsubscribe from this discussion, e-mail: [users-
> unsubscribe_at_tortoisesvn.tigris.org].
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1728186
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-04-15 16:42:51 CEST