Re: How do you TEAM Code?
This WebDNA talk-list message is from 2004
It keeps the original formatting.
numero = 58120
interpreted = N
texte = Nitai @ ComputerOil wrote:> Yes, but that does NOT solve the locking of files (so that not you and> someone else can work on the same time on the same file) and versioning of> your code.Databases should not be versioned resources, typically. If you have multiple developers making multiple changes to database headers, you only choice is branches and multiple test sites for development. If you use exclusively relative path names for all files, you can do thishttp://developer1.test/site1http://developer1.test/site2http://developer1.test/site3http://developer2.test/site1http://developer2.test/site2http://developer2.test/site3... etc.and then each developer gets his/her own branch both at the CVS level and at the web server level.BTW, "Team Programming" is usually described as more than one person developing the same files at the same time (often with the same monitor and keyboard for Extreme Team Programming). I think you are just talking about multiple developers interacting with the same sites, so that is why I gave the advice above.You might also want to check out Subversion:http://subversion.tigris.orgwhich is to a large extent the CVS - The Next Generation...John-- John PeacockDirector of Information Research and TechnologyRowman & Littlefield Publishing Group4501 Forbes BoulevardSuite HLanham, MD 20706301-459-3366 x.5010fax 301-429-5748-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list
.To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/
Associated Messages, from the most recent to the oldest:
Nitai @ ComputerOil wrote:> Yes, but that does NOT solve the locking of files (so that not you and> someone else can work on the same time on the same file) and versioning of> your code.Databases should not be versioned resources, typically. If you have multiple developers making multiple changes to database headers, you only choice is branches and multiple test sites for development. If you use exclusively relative path names for all files, you can do thishttp://developer1.test/site1http://developer1.test/site2http://developer1.test/site3http://developer2.test/site1http://developer2.test/site2http://developer2.test/site3... etc.and then each developer gets his/her own branch both at the CVS level and at the web server level.BTW, "Team Programming" is usually described as more than one person developing the same files at the same time (often with the same monitor and keyboard for Extreme Team Programming). I think you are just talking about multiple developers interacting with the same sites, so that is why I gave the advice above.You might also want to check out Subversion:http://subversion.tigris.orgwhich is to a large extent the CVS - The Next Generation...John-- John PeacockDirector of Information Research and TechnologyRowman & Littlefield Publishing Group4501 Forbes BoulevardSuite HLanham, MD 20706301-459-3366 x.5010fax 301-429-5748-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/
John Peacock
DOWNLOAD WEBDNA NOW!
Top Articles:
Talk List
The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...
Related Readings:
unclear on a simple [cart] ? (1998)
[WebDNA] line/Row Insert (2017)
Order problem (1998)
Dynamic drop downs (2005)
WebCat2 beta 11 - new prefs ... (1997)
TCP Connect/send and CGI (2003)
Email password -- was Classified Ads 4 Sale (1998)
Size limit for tmpl editor ? (1997)
using showpage and showcart commands (1996)
External Images (1998)
ListFiles Sorting (2000)
Banners and sort of random display (1997)
shoppingcart reload qty (1997)
WebCatalog [FoundItems] Problem - LONG - (1997)
SSL, WebSTAR, WebCatalog (1998)
RE: Emailer prefs in two places ... (1997)
WebCat2 - [format thousands] (1997)
Debug mode (1999)
HomePage Caution (1997)
Cookies and WebTV (1999)