Hi guys, Quick question. I would expect the following 2 commands to perform equivalent functions.
svn info -depth infinity svn ls -depth infinity | xargs svn info This issue is that the first command takes 1 minute to run while the second command takes 6 seconds to run. I am running 1.7.0-rc2. -Mike