mirror of
				https://github.com/scm-manager/scm-manager.git
				synced 2025-10-31 18:46:07 +01:00 
			
		
		
		
	Git import and export (#1507)
* create git bundle command * create git unbundle command * Apply suggestions from code review Co-authored-by: René Pfeuffer <rene.pfeuffer@cloudogu.com>
This commit is contained in:
		| @@ -51,6 +51,8 @@ public class SvnBundleCommand extends AbstractSvnCommand | ||||
|   implements BundleCommand | ||||
| { | ||||
|  | ||||
|   private static final String DUMP = "dump"; | ||||
|  | ||||
|   public SvnBundleCommand(SvnContext context) | ||||
|   { | ||||
|     super(context); | ||||
| @@ -103,4 +105,9 @@ public class SvnBundleCommand extends AbstractSvnCommand | ||||
|  | ||||
|     return response; | ||||
|   } | ||||
|  | ||||
|   @Override | ||||
|   public String getFileExtension() { | ||||
|     return DUMP; | ||||
|   } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user