Hi,

Infrastructure has created a Git repository for Olingo:

https://git-wip-us.apache.org/repos/asf/incubator-olingo.git

Unfortunately it is not exact what we have proposed. The basic idea was to have 
to repositories where one keeps the code for OData V2.0 library and another one 
for future OData V4.0 development. Now we have only one repository.

I would like to propose the following file structure for the repository:

root/odata2/
  - pom.xml
  - /src
root/odata4/
 - pom.xml
 - /src

Basically I would like to introduce the protocol versioning on the first level 
of the repository where each version has its own parent pom.xml. With that it 
should be possible to develop in two tracks which can release independently. 
Drawback is that each git branch will contain both protocol versions which is 
sometimes unneeded.

Maybe someone has a better idea. Or maybe having two separate repositories is 
the cleaner way but the we have to ask infrastructure again to do a change.

WDYT?

Regards,
Stephan

Reply via email to