bug #7209
closeduse git repos instead of svn in all pom.xml
0%
Description
at least cdmlib-db is still using
<scm> <connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-db/</connection> <developerConnection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-db/</developerConnection> <url>http://dev.e-taxonomy.eu/trac/browser/trunk/cdmlib/cdmlib-db/</url> </scm>
Check all pom.xml
Related issues
Updated by Andreas Kohlbecker about 5 years ago
- Related to task #5528: Remove all links to svn added
Updated by Andreas Müller about 5 years ago
- Description updated (diff)
- Status changed from New to In Progress
- Target version changed from Unassigned CDM tickets to Release 4.14
Updated by Andreas Müller about 5 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 50
Applied in changeset cdmlib|fd5ffb2d759b962f88558924f3c25ed6f40e190a.
Updated by Andreas Müller about 5 years ago
- Assignee changed from Andreas Müller to Andreas Kohlbecker
- % Done changed from 50 to 0
I replaced all occurrences in cdmlib poms by copies taken from cdmlib-cache. However, I am not sure if it is correct now, as something like dev.e-taxonomy.eu/git/cdmlib-cache.git does not really exist IMO.
For the given URL the old value https://dev.e-taxonomy.eu/gitweb/cdmlib-cache.git/tree was definetely wrong. I replaced it by https://dev.e-taxonomy.eu/gitweb/cdmlib.git/tree/HEAD:/cdmlib-cache/ (similar for all other poms).
I am not sure if we need these entries at all, as the important entry is in the parent pom. The module poms scm entries do not seem to be used. The TaxEditor modules e.g. do not have an scm entry at all, only the parent.
Please review.
P.S. Does anybody know if these entries are necessary or could we remove them?
Updated by Andreas Kohlbecker about 5 years ago
- Target version changed from Release 4.14 to Release 5.0
the scm entries in the sub-modules are not needed as the source repository page of the doc site is only showing the entries of the parent project:
https://cybertaxonomy.eu/cdmlib/source-repository.html
--> TODO: remove these obsolete entries!
Updated by Andreas Kohlbecker about 5 years ago
- % Done changed from 0 to 50
Applied in changeset cdmlib|3a2a16822aaf70332dd5b733ade43b9f0478a38d.
Updated by Andreas Kohlbecker about 5 years ago
- Status changed from Resolved to Closed
- % Done changed from 50 to 0
I removed all scm entries from the sub-modules