VsShowMissing icon indicating copy to clipboard operation
VsShowMissing copied to clipboard

Including existing file adds it to Subversion even though already added

Open flcdrg opened this issue 8 years ago • 3 comments

As reported by Daniel in marketplace review:

But when I add a file that is present in subversion but not in the project the file is also added to the SVN even though it is already there. If I use the "include in project" from the solution explorer this does not happen.

flcdrg avatar Mar 14 '17 01:03 flcdrg

I'm Daniel from the marketplace.

Using VisualSvn when I get this. I have not tried another version control plugin, so can't say if it is because of it but since the problem is not present when adding the file from the solution explorer it sounds unlikely. I did however test it in a C# library project and there this problem does not exists so it seems to be another SQL project problem.

SpaceOgre avatar Mar 14 '17 10:03 SpaceOgre

That is interesting. I'll install VisualSvn and see if I can reproduce it. It's a bit odd as I didn't think the way the extension includes files is unusual (and I would have thought it was similar to the built in command). I'll see what I can find out.

Thanks for the great feedback too!

On 14 March 2017 at 20:57, Daniel Mauritzson [email protected] wrote:

I'm Daniel from the marketplace.

Using VisualSvn when I get this. I have not tried another version control plugin, so can't say if it is because of it but since the problem is not present when adding the file from the solution explorer it sounds unlikely. I did however test it in a C# library project and there this problem does not exists so it seems to be another SQL project problem.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/flcdrg/VsShowMissing/issues/28#issuecomment-286380772, or mute the thread https://github.com/notifications/unsubscribe-auth/AAXe6y36oj-jK6q_WSL3nsmm9JgvYJEgks5rlmuFgaJpZM4McCV5 .

flcdrg avatar Mar 14 '17 12:03 flcdrg

I wasn't able reproduce this. Are these the right steps?:

  • Create SQL Database project in VS 2017
  • Add file.sql on disk but not in project
  • Commit all files to SVN repository
  • Run build
  • Right-click on error in Error List window about file not included
  • Choose 'include in project'

flcdrg avatar Mar 15 '17 11:03 flcdrg