Add all new files to svn repository
Damit ich nicht immer wieder danach suchen muss:
svn status | grep -v "^.[ \t]*\..*" | grep "^?" | awk '{print $2}' | xargs svn add Damit ich nicht immer wieder danach suchen muss:
svn status | grep -v "^.[ \t]*\..*" | grep "^?" | awk '{print $2}' | xargs svn add Chris Geoghegan beschreibt Updating Drupal using SVN Vendor Branches.
This tutorial will show you how to setup Drupal as vendor branch in your subversion repository. This will allow you to apply changes that are made between versions without losing or overwriting contributed modules or patches that you may have made to your install of Drupal. In fact, if your working on multiple Drupal projects you can have them all share the same base and security updates can be rolled out much easier.
Das Tutorial ist leicht verständlich - noch eine Drupal/SVN Variante zum testen.
Was zum gucken:
This content is very much on the geeky side. It outlines using the CVS/SVN combination which many of the top Drupal developers use. In this video, I outline my repository structure and how I deploy my Drupal code. The first half provides an intro with links to stuff you need to know about CVS and SVN, and the later walks through some of the details of how it all works.
Zwei praktische TextMate Plugin-Ins habe ich in Ciarán Walsh’s Blog gefunden:
SVN Plug-In a plug-in for TextMate which indicates the Subversion status of files in your project drawer und Finder Labels in the TextMate Project View.
Copyright © 2004–2009. All rights reserved. – Impressum
RSS Feed. This blog is proudly powered by Wordpress and uses Modern Clix, a theme by Rodrigo Galindez.