VS2010 Oracle Database Project ignores newly created folders

Discussion of open issues, suggestions and bugs regarding database management and development tools for Oracle
Post Reply
myaesubi
Posts: 6
Joined: Tue 01 Feb 2011 22:02

VS2010 Oracle Database Project ignores newly created folders

Post by myaesubi » Fri 04 Mar 2011 15:39

Hi,

It seems that although "Add Folder" option is available to Oracle Database Project in VS2010, however it doesn't create physical folder and as the result it does not reflect the files that we add to the folder.

By the looks of it, Oralce Database Project only has a predefined set of physical folders for schema and if for example I want to add a new folder for data loader scripts, it creates the folder inside the project not a physical folder on the disk.

Another issue that exists is that it is not possible to add the project to Team Foundation Source control through VS2010 and TSC check-in/check-out functionality is not available for Oracle Database projects.

Please advice.

Thanks in advance,
Mohammad

Duke
Devart Team
Posts: 476
Joined: Fri 29 Oct 2004 09:25

Post by Duke » Fri 04 Mar 2011 16:50

It seems that although "Add Folder" option is available to Oracle Database Project in VS2010, however it doesn't create physical folder and as the result it does not reflect the files that we add to the folder.
The workaround for this problem is to create folder on disk manually, move file to this folder and add it as an existing file.
Another issue that exists is that it is not possible to add the project to Team Foundation Source control through VS2010 and TSC check-in/check-out functionality is not available for Oracle Database projects.
Source control integration is not supported.

Post Reply