99100101102103104105106107108109
} String[] tokens = StringUtils.split( rest, String.valueOf( delimiter ) ); if ( tokens.length < 2 ) { throw new ScmRepositoryException( "Invalid SCM URL: The url has to be on the form: " + VSS_URL_FORMAT ); } else { vssDir = tokens[0];