The Designspace http://thedesignspace.net/ My daily explorations, troubleshooting, solutions and discoveries. en-us ellen@thedesignspace.net Thu, 15 Oct 2009 18:16:04 -0500 Beginning Eclipse CVS - Branching: Merge changes back to the Trunk http://thedesignspace.net/MT2archives/000686.html Beginning Eclipse CVS - Branching: Work continues in the Trunk http://thedesignspace.net/MT2archives/000685.html Beginning Eclipse CVS - Branching Tutorial 5: Work in the branch http://thedesignspace.net/MT2archives/000684.html Beginning Eclipse CVS - Branching Tutorial 4: Create a branch http://thedesignspace.net/MT2archives/000683.html Beginning Eclipse CVS - Branching Tutorial 3: Share the Project http://thedesignspace.net/MT2archives/000682.html Beginning Eclipse CVS - Branching Tutorial 2: Create the Project http://thedesignspace.net/MT2archives/000681.html Beginning Eclipse CVS - Branching Tutorial 1: Branching Strategies http://thedesignspace.net/MT2archives/000680.html Beginning Eclipse CVS - Basics 6: Setting up the Eclipse interface for working with CVS http://thedesignspace.net/MT2archives/000678.html Eclipse can be used for many types of development tasks. As a result the interface is almost infinitely customizable. This can be confusing. When you first open it, you will probably see only functions related to Java development, as shown below: Continue reading below break... doHighlight("interface");... Eclipse CVS for beginners: How to switch workspaces http://thedesignspace.net/MT2archives/000664.html You can set up multiple workspaces in CVS. This is useful for maintaining DEV, TEST and PROD environments, syncing them all to the project in the CVS repository, or it can be used to maintain differerent projects. You can also have more than one project folder in a single workspace. Continue reading below break... doHighlight("switch");... Beginning Eclipse CVS - Basics 4: Check out an existing project from the CVS repository http://thedesignspace.net/MT2archives/000663.html Beginning Eclipse CVS - Basics 3: Import an existing set of project files into CVS http://thedesignspace.net/MT2archives/000662.html Beginning Eclipse CVS - Basics 2: Create a new project from scratch http://thedesignspace.net/MT2archives/000661.html Beginning Eclipse CVS - Basics 1: Getting Started http://thedesignspace.net/MT2archives/000659.html Eclipse is an open-source software development platform or IDE that has CVS (version control) functions built-in. Although Eclipse was originally built for Java development, it is very useful for working in other languages as well because of it's open plugin-based architecture. It is often used as the foundation for new applications because it is so easily extended. This series will...