View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
400 | WADF | Core | public | 4 Jan 2012 00:05 | 20 Feb 2012 20:05 |
Reporter | rkellner | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 0.13.5 | ||||
Summary | 400: dependency tags are checked via SVN instead of GIT_SVN, try to "map" between different protocols to access the same resource | ||||
Description | So far dependency tags are checked via SVN instead of GIT_SVN. Since it is doing exactly what is in dependency tags SVN:.... Trying to "map" between different protocols to access the same resource is something we should solve, although logically it would probably be a separate function, e.g. some kind of configuration that holds a rewriting table like this: svn+ssh://myserver/path/to/blah = https://my-http-server/svn/path/to/blah Note that the above also solves a second related problem, that if you are mapping between protocols then sometimes it is not just the protocol that you need to change but also parts of the path e.g. a different server name, or path prefix. "vc_type" refers only to the version control type for checking out the *application* and has nothing to do with dependency tags, so the dependency tags mechanism should not be changed (except maybe to add the mapping feature above). | ||||
Tags | No tags attached. | ||||