- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback!
Git Projects
In this document you can find information about Comflow projects that are managed with Git.
Introduction to Git
Git is a popular version control system. It was created by Linus Torvalds in 2005, and has been maintained by Junio Hamano since then.
It is used for:
- Tracking code changes
- Tracking who made changes
- Coding collaboration
Corzia provides it's own git repository as a service to partners and customers with an active Maintenance or Subscription agreement. Here application projects can be stored, backed up, shared and maintained. The base URL for that repository is "ssh://repository.corzia.com/opt/git/...."
List of Git projects
Git project name | Description | Git URL |
app.comflow.product.base | Base application for other applications, containing company management, person management and more | ssh://user@repository.corzia.com/opt/git/products/app.comflow.product.base.git |
app.comflow.component.utils | General Comflow utilities | ssh://user@repository.corzia.com/opt/git/components/comflow-utils.git |
app.comflow.product.project | Application for project related activities | ssh://user@repository.corzia.com/opt/git/products/app.comflow.product.project.git |
app.comflow.component.interchange | General integration components | ssh://user@repository.corzia.com/opt/git/components/interchange-common.git |
app.comflow.component.interchange.mail | Connectors for e-mail | ssh://user@repository.corzia.com/opt/git/components/interchange-mail.git |
app.comflow.component.interchange.m3 | Connectors for M3 (Movex) and/or EDI | ssh://user@repository.corzia.com/opt/git/components/interchange-m3.git |
app.comflow.component.riksbanken | Integration with Swedish riksbank API | ssh://user@repository.corzia.com/opt/git/components/app.comflow.component.riksbanken/riksbanken.git |
Migrated CVS projects
Here is a list of CVS projects that have been migrated to Git with new project name and Git URL
CVS Project | Git project name | Git URL |
dev/ComActivityBASE | app.comflow.product.base | ssh://user@repository.corzia.com/opt/git/products/app.comflow.product.base.git |
dev/com.corzia.comflow.utils | app.comflow.component.utils | ssh://user@repository.corzia.com/opt/git/components/comflow-utils.git |
dev/com.corzia.Project | app.comflow.product.project | ssh://user@repository.corzia.com/opt/git/products/app.comflow.product.project.git |
dev/app.comflow.component.interchange (main part of) | app.comflow.component.interchange | ssh://user@repository.corzia.com/opt/git/components/interchange-common.git |
dev/app.comflow.component.interchange (part of) | app.comflow.component.interchange.m3 | ssh://user@repository.corzia.com/opt/git/components/interchange-m3.git |
Was this article helpful?