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

Subversion Version Control

From: Gillead, Gennar <Gennar.Gillead_at_Teradata.com>
Date: Fri, 25 Jan 2019 03:09:25 +0000

Subversion,

Does tool have functionality to change key words in code as its migration through SDLC from DEV to QA to UA/SIT to PROD? Below is replacement that will have to occur during migration.

  1. "_DEV" to "QA Naming Standard" for QA migration? In this instance all references of "_DEV" will have to be replaced.
     * Example: USER_DATA_DEV to USER_DATA
  2. "QA Naming Standard" to "_UAT/SIT" for UAT and/or SIT migration?
     * USER_DATA to USER_DATA_UAT and/or USER_DATA_SIT based on flag or other indicator selected with in application?
  3. Removal of "_UAT/SIT" for PROD migration?
     * USER_DATA_UAT or USER_DATA_SIT to USER_DATA DATA based on flag or other indicator selected with in application?
Thanks,

Gennar Gillead
Received on 2019-01-25 07:56:12 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.