Hello,
I need your help because I’m totally stuck. I configured Team Coding to work with subversion. All worked fine and I had a lot of code collections monitoring different schema. All of the code collections point to the same repository with the following tree :
teamcoding
trunk
schema1
Data
Function
Package
Procedure
Table
Trigger
Type
View
schema2
Data
Function
Package
Procedure
Table
Trigger
Type
View
So, I have one code collection for each object type of each schema pointing to each folder of the tree repository. For a specific need, I have to reconfigure these code collections. Actually, we separate the schemas, each one having this own folder in the repository :
teamcoding
trunk
schema1
Data
Function
Package
Procedure
Table
Trigger
Type View
teamcoding_two
trunk
schema2
Data
Function
Package
Procedure
Table
Trigger
Type View
Now I try to reconfigure my code collections and make Create new revision to import in the new repository the object from the database. But when i do that, I got a message saying “This collection contains no items” but it’s wrong, the collections contains objects. So what is the problem ? Can’t I configure code collections pointing to different svn repo ? I withdraw all the code collections for the new repo and from the TC table all the reference to this old code collections. I create new and now it works for some of it but still continue saying the error for the others why ?