Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: 3 packages 1 uniform version

by jonasbn (Scribe)
on Feb 09, 2008 at 20:38 UTC ( [id://667201]=note: print w/replies, xml ) Need Help??


in reply to Re: 3 packages 1 uniform version
in thread 3 packages 1 uniform version

Well yes, it is a poor mans configuration management system. So we have a package for each sort of environment we have (dev, test, prod). So the files are versioned as the same version agnostic to the actual environment context they are used in and we can specify the version as a requirement in the actual applications.

Replies are listed 'Best First'.
Re^3: 3 packages 1 uniform version
by proceng (Scribe) on Feb 10, 2008 at 17:09 UTC
    You did not note what platform... Subversion, CVS and RCS are all good (free) candidates for revision control, with the bonus that each will allow you to add a description of changes and revert to an earlier version if necessary. That way you can check out v1.01 for development (or use a tree setup where v1.0.x is dev, 1.1.x is test, 1.2.x is prod) so that you only have one directory tree to backup/maintain. YMMV ;-)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (5)
As of 2024-04-23 16:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found