![]() |
||
How to Use Subversion for Web DevelopmentTo learn about the benefits of using Subversion for web site development, see the article I wrote for SearchEngineLand, Legitimate, Useful Subversion For Search Engine Marketers. This page explains the essential details of installing and using Subversion for web development on Windows or Macintosh. Subversion ServerTo begin, you need to set up a Subversion repository on a server. If you want to download the software and configure it, go to the Subversion project at Tigris.org. If you would rather avoid setting up server software, you can buy hosted Subversion service. My favorite is Codesion. Once you have a Subversion server, you need to create a module for your project. The module is like a briefcase that contains all your project files. Once you have set up a module, you'll be able to connect with a Subversion client to add files. Subversion Windows ClientSetting up:
To edit the web site
There are other commands that can be used in more complex situations. Read the TortoiseSVN documentation for more info. Subversion Macintosh ClientStart by downloading SCPlugin, and following the official installation instructions. See the above section on TortoiseSVN for an overview of the workflow process for updating your files and committing your changes. SCPlugin is essentially the same as TortoiseSVN in this regard. As of April 2008, SCPlugin did not handle access credentials. If you try to Update or Commit and get an error message, you can try the following steps to store your access credentials:
For additional information, please contact Hochman Consultants. |
|
|