How to make a dry-run with svn update
Tuesday, April 29th, 2008 by Jesper Rønn-JensenQuick Subversion trick: I asked at the office today if anyone could figure out a method for doing a dry-run to see what files would be updated if you do an “svn update” from repository. My colleague Mads came up with this: jesper:test_project jesper$ svn merge –dry-run -r BASE:HEAD . U app/helpers/application_helper.rb U app/controllers/reports_controller.rb A […]