| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles Tutorials |
- How to use Subversion with Eclipse by Chris Herborth - [Clicks: 94]
From the beginning, Eclipse included tight integration with the Concurrent Versions System (CVS) in order to provide access to change-management capabilities. Now, many projects -- notably those run by the Apache Software Foundation -- are using a different change-management system: Subversion. Find out how to use Eclipse for projects that use a Subversion repository.
http://www-128.ibm.com/developerworks/opensource/library/os-ecl-subversion/ - Jul, 2006 - Introducing Subversion by Elliotte Harold - [Clicks: 61]
Elliotte Rusty Harold introduces Subversion, an open source, multiuser version control system that supports non-ASCII text and binary data. Follow along as Elliotte shows you how to configure Subversion support in Eclipse (via the Subclipse plug-in), check out a project, synchronize with your repository, and then run common operations such as merge, patch, diff, and delete.
http://www-128.ibm.com/developerworks/java/library/j-subversion/index.html - Jun, 2006 - Configuration Management in Java EE Applications Using Subversion by Swaminathan Radhakrishnan - [Clicks: 31]
Does your enterprise Java application need to store not only complex objects or documents but a history of changes to them? Many developers try to solve this problem with database wizardry, but it's probably a better option to hand the job over to a configuration management system that is built for the task. In this article, Swaminathan Radhakrishnan shows how you can implement requirements for change tracking by using a Subversion repository from your Java application, by way of the JavaSVN library.
http://www.onjava.com/pub/a/onjava/2006/05/03/j2ee-configuration-management-with-subversion.html - May, 2006
- Create a blog from scratch with PHP and Subversion by Tyler Anderson - [Clicks: 25]
PHP is a great Web programming language to use when creating dynamic Web sites, such as blogs. This tutorial explains how to build a blog from scratch, while storing data using flat files. The Web site will be backed up on a remote system using Subversion, protecting data in the event of a Web-site crash. Subversion is growing in popularity, and it is a great candidate to back up the Web site. With Subversion, it's also possible to roll back the Web site to earlier versions of the blog if your server crashes, or if you just didn't like last week's rambling.
[Formats: HTML, PDF]
http://www-128.ibm.com/developerworks/edu/os-dw-os-php-blog-i.html - Feb, 2006