Vault client free standing

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
glerler
Posts: 19
Joined: Mon Nov 15, 2010 12:12 pm

Vault client free standing

Post by glerler » Fri Feb 10, 2012 11:33 am

I am using vault client independently w/o integration on a project and wanted know if there is a way to automatically add files and folder to the repository? I check out the whole project then when I check it back in I would like to have newly created files and/or folders added. I am not sure if I am being dim but I have to detect to add them. Thanks for you response.

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: Vault client free standing

Post by Beth » Fri Feb 10, 2012 11:43 am

There currently isn't a way for Vault to do this through the Vault GUI client. The ability to automatically add files is present in the interface between Vault and Visual Studio though if you work with the entire project bound.

I can add a feature request.
Beth Kieler
SourceGear Technical Support

glerler
Posts: 19
Joined: Mon Nov 15, 2010 12:12 pm

Re: Vault client free standing

Post by glerler » Fri Feb 10, 2012 11:56 am

Thanks for the reply. I am used to it within VS. I am working on a project outside of VS and realized new files didn't find their way to the repository.

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: Vault client free standing

Post by Beth » Tue Feb 14, 2012 11:02 am

I've add your vote to a feature request for that functionality.

As a work-around you could try the Detect New Files function that is under the File menu, or you could turn on Ghosted Files or Folders found in the Vault - Tools - Options - General, and that would show you items that are in your working folders but not under version control.


Just a little more background about why you see the difference in how they work...

Visual Studio has an algorithm that determines what files it wants to add to source control and which ones not to. It looks inside .sln files and .proj files for that data. VS then sends commands to Vault to add files. That is why you see that behavior when working with Visual Studio.

In order for Vault to do the same thing Vault would have to become code smart about all the different types of projects out there, or just require an add of anything that lands in a working folder, which could be bad for some projects.

F: 13688
Beth Kieler
SourceGear Technical Support

Post Reply