Ned Batchelder: Subversion branching quick start
branching, subversion, terminal, version-control saved by: Rob more details ...
http://nedbatchelder.com/text/quicksvnbranch.html
branching, subversion, terminal, version-control saved by: Rob more details ...
http://nedbatchelder.com/text/quicksvnbranch.html
A List Apart: Articles: Collaborate and Connect with Subversion
Consider this: You own a small web design and development shop. Maybe it’s just you and a couple of other people. Because of your size, you rely heavily on outside subcontractors. Subco...
business, project management, subversion, svn, teamwork saved by: Lisa more details ...
http://www.alistapart.com/articles/collaboratewithsubversion
Consider this: You own a small web design and development shop. Maybe it’s just you and a couple of other people. Because of your size, you rely heavily on outside subcontractors. Subco...
business, project management, subversion, svn, teamwork saved by: Lisa more details ...
http://www.alistapart.com/articles/collaboratewithsubversion
Zennaware » Cornerstone
Take control of Subversion with a client application that was specifically designed for Mac users. Cornerstone integrates all of the features you need to interact with your repository and...
client, mac, mac os x, repository, subversion, svn saved by: Lisa and 2 people more details ...
http://www.zennaware.com/cornerstone
Take control of Subversion with a client application that was specifically designed for Mac users. Cornerstone integrates all of the features you need to interact with your repository and...
client, mac, mac os x, repository, subversion, svn saved by: Lisa and 2 people more details ...
http://www.zennaware.com/cornerstone
Subversion Hosting - SVNRepository.com - Trac, Bugzilla, SVN, Git Support
git, hosting, service, subversion, trac saved by: meryn more details ...
http://svnrepository.com
git, hosting, service, subversion, trac saved by: meryn more details ...
http://svnrepository.com
Nick Sergeant :: small-scale Drupal development to production environments.
Great insights on Drupal development and version control for deployment.
cvs, deployment, development, drupal, subversion, version-control saved by: Rob more details ...
http://nicksergeant.com/blog/2008/05/15/my-thoughts-on-small-scale-drupal-development-to-pro...
Great insights on Drupal development and version control for deployment.
cvs, deployment, development, drupal, subversion, version-control saved by: Rob more details ...
http://nicksergeant.com/blog/2008/05/15/my-thoughts-on-small-scale-drupal-development-to-pro...
Installing/Updating WordPress with Subversion « WordPress Codex
If you have command-line access to your web server, and if your server has a Subversion (svn) client installed, you can use Subversion to install and update WordPress. Although SubVersion...
install, subversion, unix, upgrade, wordpress saved by: Lisa more details ...
http://codex.wordpress.org/Installing/Updating_WordPress_with_Subversion
If you have command-line access to your web server, and if your server has a Subversion (svn) client installed, you can use Subversion to install and update WordPress. Although SubVersion...
install, subversion, unix, upgrade, wordpress saved by: Lisa more details ...
http://codex.wordpress.org/Installing/Updating_WordPress_with_Subversion
SVNsearch Adds Real-time Updates using Comet
article, comet, dojo, showcase, subversion saved by: bguijt more details ...
http://cometdaily.com/2008/04/17/svnsearch-adds-real-time-updates
article, comet, dojo, showcase, subversion saved by: bguijt more details ...
http://cometdaily.com/2008/04/17/svnsearch-adds-real-time-updates
Comment on the French Employment Law Riots
The conflict between employment insiders and employment outsiders can help explain why college students, who are future insiders, and unionists, who are current insiders, make up the bulk...
affiliation, centralization, congregation, exclusion, inhibition, motivation, opposition, subversion, transition saved by: meryn more details ...
http://www.becker-posner-blog.com/archives/2006/03/comment_on_the_2.html
The conflict between employment insiders and employment outsiders can help explain why college students, who are future insiders, and unionists, who are current insiders, make up the bulk...
affiliation, centralization, congregation, exclusion, inhibition, motivation, opposition, subversion, transition saved by: meryn more details ...
http://www.becker-posner-blog.com/archives/2006/03/comment_on_the_2.html
Versionshelf - Effortless, Secure Subversion Hosting
publishing, subversion saved by: meryn more details ...
http://www.versionshelf.com
publishing, subversion saved by: meryn more details ...
http://www.versionshelf.com
SitePoint Blogs » Using SVN for Web Development
subversion, webdev saved by: meryn more details ...
http://www.sitepoint.com/blogs/2006/02/07/using-svn-for-web-development
subversion, webdev saved by: meryn more details ...
http://www.sitepoint.com/blogs/2006/02/07/using-svn-for-web-development
subtlety : a remote subversion excursion
rss, ruby, subversion saved by: meryn more details ...
http://subtlety.errtheblog.com
rss, ruby, subversion saved by: meryn more details ...
http://subtlety.errtheblog.com
TortoiseSVN - A Subversion client, implemented as a windows shell extension.
subversion, windows saved by: meryn more details ...
http://tortoisesvn.tigris.org
subversion, windows saved by: meryn more details ...
http://tortoisesvn.tigris.org
Text* Snippets: Recursively remove all .svn directories [shell] [svn] [bash]
find . -name .svn -print0 | xargs -0 rm -rf
shell, snippet, subversion, unix saved by: meryn more details ...
http://textsnippets.com/posts/show/104
find . -name .svn -print0 | xargs -0 rm -rf
shell, snippet, subversion, unix saved by: meryn more details ...
http://textsnippets.com/posts/show/104
Text* Snippets: Add all new files to Subversion [awk] [grep] [svn] [subversion]
svn status | grep "^?" | awk -F " " '{print $2}' | tr "\n" "\0" | xargs -0 svn add
awk, grep, snippet, subversion, unix saved by: meryn more details ...
http://textsnippets.com/posts/show/935
svn status | grep "^?" | awk -F " " '{print $2}' | tr "\n" "\0" | xargs -0 svn add
awk, grep, snippet, subversion, unix saved by: meryn more details ...
http://textsnippets.com/posts/show/935
DevjaVu - Free, Ninja Hosted Trac and Source Control
publishing, subversion, trac saved by: meryn more details ...
http://www.devjavu.com
publishing, subversion, trac saved by: meryn more details ...
http://www.devjavu.com
8 steps for fixing other people’s code
collaboration, howto, opensource, patch, ruby, subversion saved by: meryn more details ...
http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code
collaboration, howto, opensource, patch, ruby, subversion saved by: meryn more details ...
http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code
Installing Rails on Mac OS X Tiger
apache, capistrano, howto, lighttpd, mongrel, mysql, osx, rails, ruby, subversion, More... saved by: meryn more details ...
http://blog.nanorails.com/articles/2006/07/11/installing-rails-on-mac-os-x-tiger
apache, capistrano, howto, lighttpd, mongrel, mysql, osx, rails, ruby, subversion, More... saved by: meryn more details ...
http://blog.nanorails.com/articles/2006/07/11/installing-rails-on-mac-os-x-tiger
Sandboxing Rails With MacPorts
apache, capistrano, macports, mongrel, osx, rails, ruby, subversion, tutorial saved by: meryn more details ...
http://blog.duncandavidson.com/2006/04/sandboxing_rail.html
apache, capistrano, macports, mongrel, osx, rails, ruby, subversion, tutorial saved by: meryn more details ...
http://blog.duncandavidson.com/2006/04/sandboxing_rail.html
How To Install MacPorts, Apache2, Rails, MySql, Mongrel, and Subversion on an Intel Mac
apache, howto, macports, mongrel, mysql, osx, rails, ruby, subversion saved by: meryn more details ...
http://garrickvanburen.com/archive/how-to-install-macports-apache2-rails-mysql-mongrel-and-s...
apache, howto, macports, mongrel, mysql, osx, rails, ruby, subversion saved by: meryn more details ...
http://garrickvanburen.com/archive/how-to-install-macports-apache2-rails-mysql-mongrel-and-s...
Installing Apache2 and SVN on OS X using Fink
apache, fink, howto, osx, subversion saved by: meryn more details ...
http://www.timfanelli.com/item/5
apache, fink, howto, osx, subversion saved by: meryn more details ...
http://www.timfanelli.com/item/5
Time For A Grown-Up Server: Rails, Mongrel, Apache, Capistrano and You
find . -name .svn -print0 | xargs -0 rm -rf
apache, capistrano, mongrel, rails, ruby, subversion, unix saved by: meryn more details ...
http://blog.codahale.com/2006/06/19/time-for-a-grown-up-server-rails-mongrel-apache-capistra...
find . -name .svn -print0 | xargs -0 rm -rf
apache, capistrano, mongrel, rails, ruby, subversion, unix saved by: meryn more details ...
http://blog.codahale.com/2006/06/19/time-for-a-grown-up-server-rails-mongrel-apache-capistra...
Trac/Subversion Development JumpBox
jumpbox, subversion, trac saved by: meryn more details ...
http://www.jumpbox.com/tracsubversion-development-jumpbox
jumpbox, subversion, trac saved by: meryn more details ...
http://www.jumpbox.com/tracsubversion-development-jumpbox
DevjaVu - Free, Simple Hosted Trac and Source Control
development, free, hosting, opensource, publishing, software, subversion, svn, trac saved by: meryn and 2 people more details ...
http://devjavu.com
development, free, hosting, opensource, publishing, software, subversion, svn, trac saved by: meryn and 2 people more details ...
http://devjavu.com
Building Ruby, Rails, Subversion, Mongrel, and MySQL on Mac OS X
macosx, mongrel, mysql, osx, rails, ruby, subversion, tutorial saved by: meryn and 2 people more details ...
http://hivelogic.com/narrative/articles/ruby-rails-mongrel-mysql-osx
macosx, mongrel, mysql, osx, rails, ruby, subversion, tutorial saved by: meryn and 2 people more details ...
http://hivelogic.com/narrative/articles/ruby-rails-mongrel-mysql-osx
Setting Up Trac on CentOS
centos, howto, subversion, trac, yum saved by: meryn more details ...
http://www.madboa.com/geek/trac-centos
centos, howto, subversion, trac, yum saved by: meryn more details ...
http://www.madboa.com/geek/trac-centos
USVN - UserFriendly SVN
administration, opensource, php, subversion saved by: meryn more details ...
http://www.usvn.info
administration, opensource, php, subversion saved by: meryn more details ...
http://www.usvn.info
VisualSVN - Subversion plugin for Visual Studio
subversion, visualstudio saved by: meryn more details ...
http://www.visualsvn.com
subversion, visualstudio saved by: meryn more details ...
http://www.visualsvn.com
Painless Drupal revision control with CVS and Subversion on a shared host.
cvs, drupal, howto, subversion saved by: meryn more details ...
http://nicksergeant.com/blog/2007/12/19/painless-drupal-revision-control-with-cvs-and-subver...
cvs, drupal, howto, subversion saved by: meryn more details ...
http://nicksergeant.com/blog/2007/12/19/painless-drupal-revision-control-with-cvs-and-subver...
Beanstalk — Hosted Subversion for team leads
publishing, subversion saved by: meryn more details ...
http://www.beanstalkapp.com
publishing, subversion saved by: meryn more details ...
http://www.beanstalkapp.com
Workspaces for agile teams and rapid application development | Assembla | Assembla
agile, collaboration, free, projects, publishing, subversion, trac, wiki saved by: shanepschulte and 2 people more details ...
http://www.assembla.com
agile, collaboration, free, projects, publishing, subversion, trac, wiki saved by: shanepschulte and 2 people more details ...
http://www.assembla.com
SVN Sheet (everything)
This cheat sheet was creating several resources including books, the Internet and personal experience.
cheatsheet, subversion, svn saved by: Lisa more details ...
http://ariejan.net/pages/svnsheet
This cheat sheet was creating several resources including books, the Internet and personal experience.
cheatsheet, subversion, svn saved by: Lisa more details ...
http://ariejan.net/pages/svnsheet
Vitamin Features » Subversion for Designers
There’s no question that developers need version control when working on an app. But what about designers? In this article Chris Nagele, founder of Beanstalk, talks about the benefits a...
basics, designers, subversion, svn, tutorial, version-control, work, workflow saved by: Lisa and 2 people more details ...
http://www.thinkvitamin.com/features/design/subversion-for-designers
There’s no question that developers need version control when working on an app. But what about designers? In this article Chris Nagele, founder of Beanstalk, talks about the benefits a...
basics, designers, subversion, svn, tutorial, version-control, work, workflow saved by: Lisa and 2 people more details ...
http://www.thinkvitamin.com/features/design/subversion-for-designers
Ariejan.net / SVN: How to structure your repository (everything, subversion)
Most people know what Subversion is and that there's something called "The Trunk" with code in it. Well, there's more to your SubVersion repository than you think! This article will discu...
intro, repository, structure, subversion, svn saved by: Lisa more details ...
http://ariejan.net/2006/11/24/svn-how-to-structure-your-repository
Most people know what Subversion is and that there's something called "The Trunk" with code in it. Well, there's more to your SubVersion repository than you think! This article will discu...
intro, repository, structure, subversion, svn saved by: Lisa more details ...
http://ariejan.net/2006/11/24/svn-how-to-structure-your-repository
Getting into Version Control | 43 Folders
I think it’s high time I got my act together and started using version control for my web design and programming work. Two questions I’d like you to answer: How do you/should I go abo...
comments, subversion, svn, version control saved by: Lisa more details ...
http://www.43folders.com/forum/2008/01/04/getting-version-control
I think it’s high time I got my act together and started using version control for my web design and programming work. Two questions I’d like you to answer: How do you/should I go abo...
comments, subversion, svn, version control saved by: Lisa more details ...
http://www.43folders.com/forum/2008/01/04/getting-version-control
ZigZig Software - ZigVersion
gui, osx, subversion saved by: tizzle more details ...
http://zigversion.com
gui, osx, subversion saved by: tizzle more details ...
http://zigversion.com
Subversive - Eclipse plugin for SVN
eclipse, java, opensource, plugin, subversion saved by: bguijt more details ...
http://www.polarion.org/index.php?page=overview&project=subversive
eclipse, java, opensource, plugin, subversion saved by: bguijt more details ...
http://www.polarion.org/index.php?page=overview&project=subversive
Buildix from ThoughtWorks :: Project Start-Up in a Box
agile, cruisecontrol, ide, java, kickstart, knoppix, linux, subversion saved by: bguijt more details ...
http://buildix.thoughtworks.com/about.html
agile, cruisecontrol, ide, java, kickstart, knoppix, linux, subversion saved by: bguijt more details ...
http://buildix.thoughtworks.com/about.html
LibreSource - Developer Portal
java, opensource, server, software, subversion, wiki saved by: bguijt more details ...
http://dev.libresource.org
java, opensource, server, software, subversion, wiki saved by: bguijt more details ...
http://dev.libresource.org
Version Control with Subversion
book, documentation, subversion saved by: bguijt more details ...
http://svnbook.red-bean.com/nightly/en/svn-book.html
book, documentation, subversion saved by: bguijt more details ...
http://svnbook.red-bean.com/nightly/en/svn-book.html
Web Faction
apache, attention, django, hosting, php, postgres, publishing, python, rails, subversion, More... saved by: stinie and 3 people more details ...
http://www.webfaction.com
apache, attention, django, hosting, php, postgres, publishing, python, rails, subversion, More... saved by: stinie and 3 people more details ...
http://www.webfaction.com
openCollabNet
Welcome to openCollabNet, the online community extension to CollabNet products and Subversion. Here you can download free products, interact in our discussion forums, learn about CollabNe...
subversion saved by: stinie more details ...
http://www.open.collab.net
Welcome to openCollabNet, the online community extension to CollabNet products and Subversion. Here you can download free products, interact in our discussion forums, learn about CollabNe...
subversion saved by: stinie more details ...
http://www.open.collab.net
Warehouse — Subversion Browser
Never before has there been a web-based Subversion browser that is as beautiful as it is simple. Imagine being able to quickly give users fine grain access to your repositories without th...
browser, rails, subversion, svn_interfaces saved by: stinie and 2 people more details ...
http://warehouseapp.com
Never before has there been a web-based Subversion browser that is as beautiful as it is simple. Imagine being able to quickly give users fine grain access to your repositories without th...
browser, rails, subversion, svn_interfaces saved by: stinie and 2 people more details ...
http://warehouseapp.com
La Chose Interactive
GUI written in Cocoa
mac, subversion, svn, tools saved by: bmann and 3 people more details ...
http://www.lachoseinteractive.net/en/community/subversion/svnx/features
GUI written in Cocoa
mac, subversion, svn, tools saved by: bmann and 3 people more details ...
http://www.lachoseinteractive.net/en/community/subversion/svnx/features
Martin Ott
Use these, they are client-only
mac, subversion saved by: bmann more details ...
http://homepage.mac.com/martinott
Use these, they are client-only
mac, subversion saved by: bmann more details ...
http://homepage.mac.com/martinott
Bill Bumgarner: Subversion 1.0 packages for OS X
mac, subversion saved by: bmann more details ...
http://www.pycs.net/bbum/2004/3/16
mac, subversion saved by: bmann more details ...
http://www.pycs.net/bbum/2004/3/16
Atom Stores
Uses an Atom store to keep entire blog content; this should be our default output format
atom, atomstore, mysql, python, subversion saved by: bmann more details ...
http://hartshorne.ca/2005/11/25/atom_stores
Uses an Atom store to keep entire blog content; this should be our default output format
atom, atomstore, mysql, python, subversion saved by: bmann more details ...
http://hartshorne.ca/2005/11/25/atom_stores
Managing projects with Trac
A description of usage of Trac for project management; I don't think we would want to switch to using Trac for all outward facing client stuff, but we love it as best practices for develo...
projectmanagement, subversion, svn, trac saved by: bmann more details ...
http://contenthere.blogspot.com/2006/08/managing-projects-with-trac.html
A description of usage of Trac for project management; I don't think we would want to switch to using Trac for all outward facing client stuff, but we love it as best practices for develo...
projectmanagement, subversion, svn, trac saved by: bmann more details ...
http://contenthere.blogspot.com/2006/08/managing-projects-with-trac.html
The Trac Project - Trac
bug_tracking, cms, development, issuetracking, management, opensource, project, python, software, subversion, More... saved by: joachimloening and 4 people more details ...
http://trac.edgewall.org
bug_tracking, cms, development, issuetracking, management, opensource, project, python, software, subversion, More... saved by: joachimloening and 4 people more details ...
http://trac.edgewall.org
HowToDeployYourRailsAppFromSubversion in Ruby on Rails
deployment, rails, ruby, rubyonrails, subversion, svn saved by: snig178 more details ...
http://wiki.rubyonrails.org/rails/pages/HowToDeployYourRailsAppFromSubversion
deployment, rails, ruby, rubyonrails, subversion, svn saved by: snig178 more details ...
http://wiki.rubyonrails.org/rails/pages/HowToDeployYourRailsAppFromSubversion