Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Handling production code with source control, any better ideas?

by ELISHEVA (Prior)
on Mar 16, 2011 at 18:08 UTC ( [id://893602]=note: print w/replies, xml ) Need Help??


in reply to Handling production code with source control, any better ideas?

We use subversion now, but back when we were using CVS, we always tagged releases with product_major_minor_patch. So instead of cvs upd with an existing tag we would take a current snapshot of the branch with cvs tag. Then we would export to the production environment by selecting files with the new release tag. That way we always knew what files went together even when we had to move files around for the next release.

Replies are listed 'Best First'.
Re^2: Handling production code with source control, any better ideas?
by suaveant (Parson) on Mar 16, 2011 at 20:48 UTC
    We were all set to go to svn and then realized our existing tagging scheme failed miserably in svn, so we backed out. If we can get the branching working, or something else, we may yet switch. I can't wait to be able to change file permissions.

                    - Ant
                    - Some of my best work - (1 2 3)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://893602]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (6)
As of 2024-04-25 08:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found