Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9163231
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T14:23:48+00:00 2026-06-17T14:23:48+00:00

Currently we are using a process that tags a code base as production code

  • 0

Currently we are using a process that tags a code base as production code in CVS and then normal development proceeds. Commits to trunk and new tags can occur but the prod tag cannot be changed until a production release, at which point the tag for the prod release becomes the new prod tag. So whenever the production code is needed, the prod tag need only be checked out. The prod tag is basically acting like the trunk head in a more traditional dev process.

We are now moving to SVN and the plan was to keep the current method. I was wondering what the best/standard way to maintain a production tag for a particular code base in SVN is? Is it possible to create a single tag that is never changed until a new production release, where the production code would be merged into the tag? The ability to have a history of production tags only would be nice too.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T14:23:49+00:00Added an answer on June 17, 2026 at 2:23 pm

    Bad news for you: you’ll have to change habits. Tags is Subversion are (conventionally) immutable, i.e relation URL-OF-TAG <-> Revision doesn’t (must not) change during lifetime of project.

    You can:

    1. Ignore convention and re-create PROD tag every time on release. i.e
      • Create PROD first time svn cp REPO/TRUNK@R1 REPO/tags/PROD
      • On every next release svn rm REPO/tags/PROD & svn cp REPO/TRUNK@RN REPO/tags/PROD
    2. Use any path in repo outside trunk as branch (mutable subtree) of special purpose: “MergeTo Only” and merge to this PROD released code
      • Create PROD first time svn cp REPO/TRUNK@R1 REPO/PROD or ... REPO/branches/PROD
      • On every next release merge trunk (or release-tag or HEAD of version-branch) into PROD
    3. Use externals
      • Create PROD first time: add at some place (notes from p.2 are applicable) “Virtual Folder” using svn:externals to some point (of tree and history) in repository (I’ll add PROD to the branches, will use propset on the trunk-root) svn propset svn:externals . branches/PROD REPO/TRUNK@R1 & svn ci &svn up
      • On every next release: change definition of external resource for PROD svn propedit svn:externals . (in the root of trunk again) and replace (interactive, in text-editor) REPO/TRUNK@R1 to new path (for easy automation propedit can be replaced by propdel + propset)
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am currently using the below code to run a process and print its
Im running a long process using ProgressBox, and in that process im using System.Web.HttpContext.Current.Server.MapPath()
In our build process we're currently using MBUnit 2.x tests, called from an NAnt
I'm currently using SetWindowsHookEx to inject my DLL into another process, however it does
I've been thinking about the deployment process I am currently using, and I am
Currently i have a build process in place for all of our apps using
I am currently in the process of creating API documentation using Microsoft Word 2007
I have a rails 3 app that is currently using Devise for authentication. I
I'm wondering if there's an existing word to describe a process that I'm currently
I am currently in the process of removing html tags from fields within an

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.