Search found 2400 matches

by dan
Mon Jun 05, 2006 3:12 pm
Forum: Support (Vault)
Topic: VS2005 Deleted file still appear
Replies: 11
Views: 7858

To follow up on this note: We just release Vault 3.1.9 today that addresses the problem of files being automatically added back to web projects after a Get. Note that you have to do a Get Latest Recursive on the project (Gets on individual files will not trigger the fix).
by dan
Mon Jun 05, 2006 3:06 pm
Forum: Release Announcements
Topic: Vault 3.1.9 Released
Replies: 0
Views: 8395

Vault 3.1.9 Released

Vault 3.1.9 is now available

See http://support.sourcegear.com/viewtopic.php?t=6244 for more info.
by dan
Mon Jun 05, 2006 1:15 pm
Forum: Support (Vault)
Topic: VS2005: Resets pending check-ins selection on refresh
Replies: 1
Views: 2036

As suspected, there isn't anything we can do about this - it is a Visual Studio dialog, and is managed from within VS. You'll need to go to the MS Visual Studio forums and request the functionality there.
by dan
Mon Jun 05, 2006 12:42 pm
Forum: Knowledge Base (Vault)
Topic: 3.1.9 Release Notes
Replies: 0
Views: 10913

3.1.9 Release Notes

3.1.9 is a maintance release for 3.1. If you have not upgraded to any 3.1 Vault version, see http://support.sourcegear.com/viewtopic.php?t=4294 for more information. The following changes are included in this release: GUI Client Only - Get Latest will no longer delete local files if a repository fol...
by dan
Mon Jun 05, 2006 10:39 am
Forum: Gold Support (Vault) -- Read-only
Topic: Open from Source Control shows as new files
Replies: 9
Views: 7242

After digging around some more without luck, Brian eventually re-created the project file outside of source control, checked it in, then opened from source control and re-binded the project in Change Source Control. After that, everything seemed to work fine.
by dan
Sun Jun 04, 2006 7:25 pm
Forum: Support (Vault)
Topic: Annoying problem
Replies: 1
Views: 1976

Take a look at this KB article: http://support.sourcegear.com/viewtopic.php?t=1014. It has a lot of good things to try for timeout issues.
by dan
Fri Jun 02, 2006 7:46 am
Forum: Gold Support (Vault) -- Read-only
Topic: Open from Source Control shows as new files
Replies: 9
Views: 7242

Step 7 is still in the "Create local project from Vault" dialog where you select the folder in Folder that contains the .dtproj file. There is a text box labelled "Create new project in working folder:", that allows you to change the working folder for the dtproj. Make sure that ...
by dan
Thu Jun 01, 2006 3:18 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Open from Source Control shows as new files
Replies: 9
Views: 7242

OK, I need to be able to reproduce this here to see what is going on. Here's what I did: 1. Created a new sample SSIS project and added a few .dtsx files to it. 2. Added the new project to source control 3. Exited and re-invoked VS 4. Created a new blank solution in a new working folder 5. Went to S...
by dan
Thu Jun 01, 2006 2:35 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Open from Source Control shows as new files
Replies: 9
Views: 7242

The working folder info is stored in the client cache on the local machine, in docs & settings.

Trying it on a different machine would help determine whether the problem is related to the project itself, or with the user account/state or machine configuration.
by dan
Thu Jun 01, 2006 1:07 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Open from Source Control shows as new files
Replies: 9
Views: 7242

I followed these steps on a sample SSIS project, and it seemed to work fine. Is the working folder defined in Vault for the user name who did the Add From SCC where you expect it to be? You might try this from as a different user or from a different machine and see if the problem is related to a use...
by dan
Thu Jun 01, 2006 12:41 pm
Forum: Support (Vault)
Topic: Dreamweaver Plugin not working
Replies: 3
Views: 3184

I believe the install folder for MX2004 is C:\Program Files\Common Files\Macromedia\2004\SourceControl, so first make sure the Vault_DWIDE.dll file exists there. If you go (in Dreamweaver) to Manage Sites, Edit Site, go to the Advanced tab, and select Remote info, is SourceGear Vault listed in the A...
by dan
Thu Jun 01, 2006 12:28 pm
Forum: Support (Vault)
Topic: Get latest error
Replies: 4
Views: 3146

Ah, sorry to not read that carefully enough. It looks like the working folder for $/FSA_Legacy/Database/Migration/Data Migration is E:\BCISOURCE\FSA_Legacy\Database\Migration\Data Migration. Is this path accessible to the local client? If you tried to manually create Upload.pif there, would you be a...
by dan
Thu Jun 01, 2006 10:47 am
Forum: Support (Vault)
Topic: Get latest error
Replies: 4
Views: 3146

It looks like E:\BCISOURCE\FSA_Legacy\Database\Migration\Data Migration\Upload.pif is currently open or being accessed by another process. Do you have another program running that would have this file open?
by dan
Thu Jun 01, 2006 10:10 am
Forum: Support (Vault)
Topic: 2 Visual Studio, 2 Repositories
Replies: 2
Views: 2268

Generally, once you connect to a repository during a VS session, it will reconnect to the same one, so you have to exit VS and then re-enter it to connect to a different one. Hopefully this is only an issue when doing one time operations such as Open from Source Control or Add To Source Control.
by dan
Wed May 31, 2006 1:52 pm
Forum: Support (Vault)
Topic: Get - Differences between command line and GUI Client
Replies: 4
Views: 3167

The problem is probably the -destpath argument. This specifies a non working folder to get the files to, and does not update the file state. If you already have a working folder defined, you don't need to specify where the files should go - it will put them in the working folder automatically. Also,...