Project

General

Profile

Bug #2133

Updated by Henning Blohm over 2 years ago

Essentially, the following is missing in @com.zfabrik.impl.gitcr.helper.GitCommand@: missing: 

 <pre><code class="java"> 
	 public void doClone() { 
		 if (Foundation.isOfflineMode()) { 
			 logger.warning("GIT-CR: '" + this.originUri.getHumanishName() + "' will be ignored (Running offline)"); 
			 return; 
		 } 
 ... 
 </code></pre> 

Back