Team System (B2/RC) Bug Causes New LLBLGen Entities to Evade Source Control

Posts   
 
    
Marcus avatar
Marcus
User
Posts: 747
Joined: 23-Apr-2004
# Posted on: 21-Oct-2005 10:38:39   

Just to a note to anyone use team system with VS.NET B2 or RC:

If you have your VS.NET 2005 project under team system source control and then regenerate your LLBLGen project you will find that newly generated classes appear in the project but are not automatically added to source control.

This is a problem since team system does not allow you to manually add an item to source control in the same way that VSS did. i.e right click and "Add to Source Control".

The solution is to to select the DatabaseGeneric folder and right click. Choose "Exclude From Project", then click "Show All Files" and right click the folder again and choose "Include in Project".

Team System will then add the missing files to source control and you are good to go!

[edit] Not quite.... The "bin" folder will also have been mistakenly added to source control.... you need to exlude it again!

Marcus

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 21-Oct-2005 15:20:08   

I haven't touched teamsystem yet, but thanks for the info!! simple_smile

Frans Bouma | Lead developer LLBLGen Pro