Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^3: What is YOUR Development Process?

by badaiaqrandista (Pilgrim)
on Nov 09, 2005 at 11:28 UTC ( [id://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?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-04-16 12:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found