Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^3: What is YOUR Development Process?

by badaiaqrandista (Pilgrim)
on Nov 09, 2005 at 11:28 UTC ( #507031=note: print w/replies, xml ) Need Help??


in reply to Re^2: What is YOUR Development Process?
in thread What is YOUR Development Process?

i update everything together. i structure my svn repository like this:

/
-- lib
   -- modules
   -- shared template includes
-- app-1
   -- templates
   -- cgis
-- app-2
   -- templates
   -- cgis

i put modules and shared template includes (i use mason just as an example) in lib because very likely, different apps need to share functionalities and some general templates (e.g. templates to show currencies)

the benefit of this structure is that i have everything in one tree so i don't need to remember which module is needed by which cgi script with which version. the downside is that it takes a lot of space, but space is cheap nowadays.

Badai
  • Comment on Re^3: What is YOUR Development Process?

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others romping around the Monastery: (9)
As of 2023-03-20 13:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (59 votes). Check out past polls.

    Notices?