Re: OT: Version Control

This WebDNA talk-list message is from

2007


It keeps the original formatting.
numero = 69353
interpreted = N
texte = I follow a simple pattern Trunk holds the latest version of the code Branch is for working versions like Version 2.1 of Version2.0 which is in the trunk Tags are for versions that are done and wont change anymore. Nitai On 10/15/07 2:23 PM, "Clint Davis" wrote: Do you guys have trunk, branch, and tags directories for each website? On 9/27/07 4:46 PM, "Nitai @ ComputerOil" wrote: > Each developer has its own server and all installed on its machine and > develops locally. Once satisfied they commit the changes and show it to > client. > > We just use Eclipse because we develop with ColdFusion now. But BBEdit has a > build in SVN client as well. If you are on Windows you should definitely > check out SVNTortoise. > > The point with a version control system is that you have a centralized > server where your repository resides. Each developers does a "checkout" of > the server repository and "commit" changes back to the server. Developers > can also retrieve "updates" from the server to get the latest code changes > from others. > > Hope this helps > > Kind Regards, > Nitai > > > > On 9/27/07 8:30 PM, "Clint Davis" wrote: > >> When developers check out files, do they usually make changes and test >> locally on their own desktop? >> >> Where do you allow your clients to review sites in progress? >> >> How similar is your workflow to the one I described below. >> >> I'm not that familiar with Eclipse. Are you using the PHP Development Tools >> framework with it? >> >> >> On 9/26/07 3:35 PM, "Nitai @ ComputerOil" wrote: >> >>> We have 6 developers all working with subversion. They work either in >>> Windows or MacOS X. all work with Eclipse. >>> >>> All of our dev servers have a checkout copy and get updated from time to >>> time with the latest from subversion server. >>> >>> Work perfectly and I could not imagine working otherwise. >>> >>> >>> On 9/26/07 6:07 PM, "Clint Davis" wrote: >>> >>>> We're considering moving to Subversion and having the main repository on >>>> the >>>> staging server with each developer checking out files and testing on their >>>> own machine. Developers would commit changes back to the repository on the >>>> staging server once they're satisfied with the file. Then, they'd update >>>> the >>>> production server when the files are ready to go live. ------------------------------------------------------------- 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/ -- ComputerOil - a brand of Incite Media AG - eBusiness Systems simplified. Incite Media AG - The Instore-Television Network Riedthofstrasse 124 8105 Regensdorf / Switzerland http://www.incitemedia.tv/ eContentPark - Enterprise Digital Asset Management simplified http://www.econtentpark.com/ ------------------------------------------------------------- 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:

    
  1. Re: OT: Version Control ( John Peacock 2007)
  2. Re: OT: Version Control ( "Nitai @ ComputerOil" 2007)
  3. Re: OT: Version Control ( Clint Davis 2007)
  4. Re: OT: Version Control ( "Nitai @ ComputerOil" 2007)
  5. Re: OT: Version Control ( Clint Davis 2007)
  6. Re: OT: Version Control ( "Nitai @ ComputerOil" 2007)
  7. Re: OT: Version Control ( Clint Davis 2007)
  8. Re: OT: Version Control ( "Nitai @ ComputerOil" 2007)
  9. Re: OT: Version Control ( Clint Davis 2007)
  10. Re: OT: Version Control ( "Nitai @ ComputerOil" 2007)
  11. Re: OT: Version Control ( John Peacock 2007)
  12. Re: OT: Version Control ( Jesse Proudman 2007)
  13. Re: OT: Version Control ( Clint Davis 2007)
  14. Re: OT: Version Control ( Jesse Proudman 2007)
  15. Re: OT: Version Control ( Clint Davis 2007)
  16. Re: OT: Version Control ( Jesse Proudman 2007)
  17. OT: Version Control ( Clint Davis 2007)
I follow a simple pattern Trunk holds the latest version of the code Branch is for working versions like Version 2.1 of Version2.0 which is in the trunk Tags are for versions that are done and wont change anymore. Nitai On 10/15/07 2:23 PM, "Clint Davis" wrote: Do you guys have trunk, branch, and tags directories for each website? On 9/27/07 4:46 PM, "Nitai @ ComputerOil" wrote: > Each developer has its own server and all installed on its machine and > develops locally. Once satisfied they commit the changes and show it to > client. > > We just use Eclipse because we develop with ColdFusion now. But BBEdit has a > build in SVN client as well. If you are on Windows you should definitely > check out SVNTortoise. > > The point with a version control system is that you have a centralized > server where your repository resides. Each developers does a "checkout" of > the server repository and "commit" changes back to the server. Developers > can also retrieve "updates" from the server to get the latest code changes > from others. > > Hope this helps > > Kind Regards, > Nitai > > > > On 9/27/07 8:30 PM, "Clint Davis" wrote: > >> When developers check out files, do they usually make changes and test >> locally on their own desktop? >> >> Where do you allow your clients to review sites in progress? >> >> How similar is your workflow to the one I described below. >> >> I'm not that familiar with Eclipse. Are you using the PHP Development Tools >> framework with it? >> >> >> On 9/26/07 3:35 PM, "Nitai @ ComputerOil" wrote: >> >>> We have 6 developers all working with subversion. They work either in >>> Windows or MacOS X. all work with Eclipse. >>> >>> All of our dev servers have a checkout copy and get updated from time to >>> time with the latest from subversion server. >>> >>> Work perfectly and I could not imagine working otherwise. >>> >>> >>> On 9/26/07 6:07 PM, "Clint Davis" wrote: >>> >>>> We're considering moving to Subversion and having the main repository on >>>> the >>>> staging server with each developer checking out files and testing on their >>>> own machine. Developers would commit changes back to the repository on the >>>> staging server once they're satisfied with the file. Then, they'd update >>>> the >>>> production server when the files are ready to go live. ------------------------------------------------------------- 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/ -- ComputerOil - a brand of Incite Media AG - eBusiness Systems simplified. Incite Media AG - The Instore-Television Network Riedthofstrasse 124 8105 Regensdorf / Switzerland http://www.incitemedia.tv/ eContentPark - Enterprise Digital Asset Management simplified http://www.econtentpark.com/ ------------------------------------------------------------- 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/ "Nitai @ ComputerOil"

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:

completed orders database (1997) For those of you not on the WebCatalog Beta... (1997) question: webmerchant connection (1997) OT: Possible Hijacking from Globix (2002) template includes encrypted template (1999) NT vs Mac (1997) Running 2 two WebCatalog.acgi's (1996) WebCat2b13MacPlugIn - [shownext method=post] ??? (1997) Duplicate Cart Problem in Netscape (2000) Calculating multiple shipping... (1997) show all problem (1997) Problems passing [SKU] with $Replace in 2.0 (1997) I'm new be kind (1997) Install Webcatalog under NT4.0 and Microsoft IIS 2.0 (1997) RequiredFields template (1997) 3.0 [TEXT] variables (1998) Cookie still not working (1999) [OT] Wanted - Mail Server - MacOS9.x (2001) Configuring E-mail (1997) forms (2001)