Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 335463

Summary: [server] GitFileStore doesn't accept scp-like syntax for git URLs
Product: [ECD] Orion Reporter: Tomasz Zarna <tomasz.zarna>
Component: ClientAssignee: Tomasz Zarna <tomasz.zarna>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: P3 CC: Szymon.Brandys
Version: 0.2   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on:    
Bug Blocks: 334120    

Description Tomasz Zarna CLA 2011-01-26 11:12:05 EST
Current implementation of GitFileStore will throw a MalformedURLException when you try to create a store for git URL like: [user@]host.xz:path/to/repo.git/ . This is a real problem because it's the format used on github.com for Read-Write access. As a temporary workaround the user should replace the URL with ssh://[user@]host.xz/path/to/repo.git/ .
Comment 1 Tomasz Zarna CLA 2011-03-03 07:12:40 EST
This shouldn't be an issue with the new REST API for git, so this one can be marked as invalid once we closed bug 338215.
Comment 2 Szymon Brandys CLA 2011-03-30 09:46:27 EDT
GitFileStore is no more part of Orion server.