user1254579
user1254579

Reputation: 4009

New SSIS .dtsx file added in the TFS is can not be checked in

I have added a .dtsx file on an existing solution/project.The file is under the solution explorer and it shows ,"New File".When try to do the check in it shows that ,No files checked in due to conflicting changes.

Is it alway like in TFS Source control, - new files not automatically detected as pending changes?

What to do to check in this file

Upvotes: 1

Views: 562

Answers (1)

Cece Dong - MSFT
Cece Dong - MSFT

Reputation: 31003

Tested on my side (I'm using local workspace):

  1. Get latest version of a project from TFS and open it in Solution Explorer.
  2. Right click the solution, and add a .dtsx file. You'll see there is a green "+" in front of the file in Source Control Explorer.

enter image description here

  1. Check Pending Changes, this file showed in Included Changes as expected:

enter image description here

But, if you add or remove a file outside Visual Studio, for example, in Windows Explorer, the Detected changes link appears in the Excluded Changes section. You may check that:

enter image description here

Upvotes: 2

Related Questions