The Artima Developer Community
Sponsored Link

PHP Buzz Forum
We switched to Subversion

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Stephan Schmidt

Posts: 238
Nickname: schst
Registered: Sep, 2004

Stephan Schmidt is a founding member of PHP Application Tools and a PEAR developer.
We switched to Subversion Posted: Aug 10, 2005 1:57 PM
Reply to this message Reply

This post originated from an RSS feed registered with PHP Buzz by Stephan Schmidt.
Original Post: We switched to Subversion
Feed Title: a programmer's best friend
Feed URL: http://blog.php-tools.net/rss.php?version=1.0
Feed Description: The blog of PHP Application Tools
Latest PHP Buzz Posts
Latest PHP Buzz Posts by Stephan Schmidt
Latest Posts From a programmer's best friend

Advertisement
While relocating to a new server, we decided to use subversion instead of CVS to manage the source code of all our projects. This lead to some problems, as we had to adjust several of our scripts that automatically generated the API documentation and the nightly builds of our projects.
I just finished the last adjustments and now it's possible to download a ZIP or TAR.GZ file of the current development version of any our projects from snaps.php-tools.net. If you prefer to checkout the projects from our subversion repository, that's possible as well as we are allowing anonymous read access. All you need to do is the following (if you have a subversion client installed):
$ svn checkout http://www.php-tools.net/svn/patTemplate/trunk patTemplateIf you want to checkout patForms or patBBCode instead of patTemplate, just replace the project name. To browse the subversion repository online, you may just enter the same URL in your browser.
For some of our more active projects, we also provide an installation of Trac which brings you a nicer web-svn-viewer (including pretty diffs), a bug-tracker, a roadmap and a wiki for the project. You can access our trac installations at trac.php-tools.net. The project, which is currently the most active is patForms, which you can see using the Trac timeline. We are nearing a first stable release, but this will be the topic of another post.

Read: We switched to Subversion

Topic: Remote XUL Html Editor Previous Topic   Next Topic Topic: Event_Dispatchter and patConfiguration in Java

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use