"svn diff -x -w" version uploaded. I always wondered how to ignore whitespace in svn ignore. (It bugged me, but never enough to rtfm) Thanks for the tip!

-Tim


On 11/3/2010 6:46 PM, Konstantin Kolinko wrote:

Too many unneeded whitespace changes. It is hard to read. Try
svn diff -x -w


In essence, it is
+            } else if (command.equals("configtest")) {
+                daemon.load(args);
+                if (null==daemon.getServer()) {
+                    System.exit(1);
+                }
+                System.exit(0);

where load(args) processes command line arguments, parses server.xml
and also calls  getServer().init();


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to