On Tue, Mar 31, 2009 at 1:47 PM, bruce <bedouglas@xxxxxxxxxxxxx> wrote: > Ladies/Gents... > > Hi. Trying to get some input to a web based app for dealing with managing > software apps/scripts. > > Basically, i'm envisioning a system where people register/signup, and then > check in/out apps for development/testing/production... I need a way of > dealing with users, assigning/accepting roles for the users, and to manage > the flow of the "file" as it moves through the basic > "development/testing/production" process. i'd like to have a database > backend, combines with some kind of source/file reqpository... > > I've seen things like knowledgetree, owl, etc... but figured I'd get input > from here. So, any thoughts to open source apps that you guys have actual > experience using?? This sounds like something Subversion (SVN) is suited for. Three repositories in the same realm: dev, test, prod. Slap a web front-end on it like Polarion's "svn-web" (for JSP/Tomcat) and you're in business. -- // Todd -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php