Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 335463 - [server] GitFileStore doesn't accept scp-like syntax for git URLs
Summary: [server] GitFileStore doesn't accept scp-like syntax for git URLs
Status: RESOLVED INVALID
Alias: None
Product: Orion
Classification: ECD
Component: Client (show other bugs)
Version: 0.2   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Tomasz Zarna CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 334120
  Show dependency tree
 
Reported: 2011-01-26 11:12 EST by Tomasz Zarna CLA
Modified: 2011-08-30 10:21 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.