Using oXygen XML Editor's diff tool

2009-09-20 Thread Joe Wicentowski
If anyone uses the oXygen XML Editor, and wants to use its built-in XML-aware diff tool (DiffFiles), just copy the DiffFiles.sh from / Applications/oxygen into the Versions custom comparison scripts folder ~/Library/Application Support/Versions/Compare Scripts/, and change line 18 of DiffFiles.sh

Re: Using oXygen XML Editor's diff tool

2009-09-20 Thread Joe Wicentowski
Also, to get the DiffFiles icon to display correctly in the dock (instead of the generic app icon), change line 32 to include $OXYGEN_HOME, as follows: -Xdock:icon=$OXYGEN_HOME/DiffFiles.app/Contents/Resources/DiffFiles.icns\ I've uploaded the complete script to the Files section of the

Re: Update and getting additions from repository

2009-09-20 Thread jo
Thanks Quinn, but actually I'm not getting files added by others, only modified files. jo! svn --version svn, Version 1.6.2 (r37639) On Sep 19, 11:12 pm, Quinn Taylor quinntay...@mac.com wrote: By default, `svn update` updates your working copy (recursively) to   match whatever is in the

Re: What type of files manage

2009-09-20 Thread Frank_n_Beans
Thanks! On Sep 17, 6:27 am, Quinn Taylor quinntay...@mac.com wrote: SVN can handle all sorts of files. Document bundles can present a   challenge, but you won't have to deal with those in Xcode projects.   Yes, commit all your source file (.h, .m, etc.), plist files, images,   frameworks,