Exclude from Project (v8.0.1)
Moderator: SourceGear
-
- Posts: 45
- Joined: Sun Mar 12, 2006 9:55 am
Exclude from Project (v8.0.1)
I'm using Visual Studio 2013 (Update 4) and Vault standard (v8.0.1).
When I use "Exclude from Project" the file is scheduled for deletion from Vault. This never used to happen. Previously the file would be removed from the project file but the source file being excluded would be left unchanged.
Do you know if this change down to Visual Studio or Vault?
Iain
When I use "Exclude from Project" the file is scheduled for deletion from Vault. This never used to happen. Previously the file would be removed from the project file but the source file being excluded would be left unchanged.
Do you know if this change down to Visual Studio or Vault?
Iain
Re: Exclude from Project (v8.0.1)
Are you using the Vault Classic Client or the Vault Enhanced Client? You can find that out by going to Tools - Options - Source Control - plugin, while the project is open.
In the Enhanced Client, a Window pops up where you can choose to delete the files from source control at the same time or you can choose to leave them. If you didn't see that window, then you may have checked the option "Do not show this message in the future." If that's the case, then it will automatically delete.
In the Enhanced Client, a Window pops up where you can choose to delete the files from source control at the same time or you can choose to leave them. If you didn't see that window, then you may have checked the option "Do not show this message in the future." If that's the case, then it will automatically delete.
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support
-
- Posts: 45
- Joined: Sun Mar 12, 2006 9:55 am
Re: Exclude from Project (v8.0.1)
I'm using the enhanced client. I wasn't seeing the popup window but I am now. The popup window is very annoying.
Is there a way to configure it so that exclude from project never deletes a file?
If I wanted to delete the file surely I'd choose to delete the file, not exclude it from the project?
Iain
Is there a way to configure it so that exclude from project never deletes a file?
If I wanted to delete the file surely I'd choose to delete the file, not exclude it from the project?
Iain
Re: Exclude from Project (v8.0.1)
I don't have a way around the dialog right now, but I'll get this logged for the developers.
F: 18095
F: 18095
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support
-
- Posts: 45
- Joined: Sun Mar 12, 2006 9:55 am
Re: Exclude from Project (v8.0.1)
Any news on this? It's still very irritating.
Re: Exclude from Project (v8.0.1)
Currently we're still relying on a pop-up window for a user to choose the option. What we found is that the Visual Studio API called the same exact code for Delete as it does for Exclude and the dialog box was our solution. We haven't found a way around that yet.
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support
-
- Posts: 45
- Joined: Sun Mar 12, 2006 9:55 am
Re: Exclude from Project (v8.0.1)
What I don't understand is why it only started when we upgraded to v8.0.1
Re: Exclude from Project (v8.0.1)
What version were you on before?
Did your VS version change at all as well.
Did your VS version change at all as well.
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support
-
- Posts: 45
- Joined: Sun Mar 12, 2006 9:55 am
Re: Exclude from Project (v8.0.1)
I think we might have changed to VS2013 about the same time. I've just gone back and checked VS2008 and I don't get a warning when excluding a file there.
Re: Exclude from Project (v8.0.1)
I tested against Vault 8 and received the same dialog. Next is to test against VS 2008.
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support
Re: Exclude from Project (v8.0.1)
I am using Vault Standard 7.1.0 in Visual Studio. The Exclude From Project dialog does not have a cancel button. Can the developers add one?
Re: Exclude from Project (v8.0.1)
I think the Exclude from Project might be VS, because Vault doesn't manage the project. Exclude from Source Control shouldn't be ours. This post will tell you how to get an item back that you excluded: http://stackoverflow.com/questions/1352 ... om-project.
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support
Re: Exclude from Project (v8.0.1)
Thanks. I think it would be nice to have a cancel button, so you did not need to re-include these files. This would be very nice to have when you selected a lot of files, but decide you don't want to exclude some.