Hi,
> We have so many objects(AV,AN,CV) created for different projects inside the same package.
I don't think it's possible with XS project. In your case, you have several information views in one package folder, so they should belong to one XS project. I mean one XS project can own one package and several sub packages like a tree. However, one package cannot belong to several XS projects at the same level. For example, package A has two sub packages B and C. It's possible package A is a XS project, package B is a XS project and package C is a XS project. In this case, XS project A has two sub XS projects. But it's not possible to let package B have two XS projects, project B1 and project B2.
As for your problem, I think you may need to create several packages and several XS projects, then put various information views into various XS projects. With that you can check out and import projects directly from the repo.
Best regards,
Wenjun