Index: /CKReleaser/trunk/_source/includes/releaser.js
===================================================================
--- /CKReleaser/trunk/_source/includes/releaser.js	(revision 7093)
+++ /CKReleaser/trunk/_source/includes/releaser.js	(revision 7094)
@@ -457,5 +457,6 @@
 					var o =
 					{
-							output : ""
+						output : "",
+						err : ""
 					};
 
@@ -463,5 +464,5 @@
 
 					// SVN may throw an error if path ends in ".."
-					if ( o.output.indexOf( "unsupported for this operation" ) != -1 ) {
+					if ( o.err.indexOf( "which is unsupported" ) != -1 ) {
 						runCommand( "svn", "info", sourceDir.getCanonicalPath(), o );
 					}
