Search found 2400 matches

by dan
Mon May 01, 2006 9:51 am
Forum: Support (Vault)
Topic: VS.net 2005 web projects folders
Replies: 3
Views: 3374

Can you describe your project structure? Do you have a solution file and other projects or is it just the web project?

I've reproduced this here and will look into it to see if it is a problem with Vault, or if the problem is Visual Studio not asking for files.
by dan
Mon May 01, 2006 8:50 am
Forum: Gold Support (Vault) -- Read-only
Topic: Why do my working folders change after I've manually set the
Replies: 3
Views: 3065

Yes, Create Blank Solution or Create New Project works best for adding new. The "right" way to get set up on a new machine is to first do an "Open From Source Control" from the IDE, which will set up working folders the way Visual Studio wants them. After that, a Get Latest from ...
by dan
Mon May 01, 2006 8:41 am
Forum: Support (Vault)
Topic: Recommended Folder Structure When Using Multiple Projects
Replies: 2
Views: 3546

The structure of a project is dictated by Visual Studio, which requires all projects to be underneath a common solution root if you are going to use source control integration. You can use any structure you want if you are using the Vault GUI client to manage source control operations. See this MS K...
by dan
Mon May 01, 2006 8:09 am
Forum: Support (Vault)
Topic: modified date vs. remote date
Replies: 3
Views: 3185

Which modified date field are you referring to? The file list in Local View should show the local file system date, and the file list in Remote View should show the date of the last checked in version of the file. Note that Vault allows you to control the date the local file is set to on a Get: Eith...
by dan
Thu Apr 27, 2006 9:22 am
Forum: Gold Support (Vault) -- Read-only
Topic: status
Replies: 4
Views: 3888

It is likely that User B had not done a Get Latest prior to User A editing the file. If the file status is Old, and then it gets edited, it will have a Needs Merge status. The only way to avoid this is to have every user immediately do a Get Latest after each checkin by any other user. Or, in other ...
by dan
Wed Apr 26, 2006 9:55 am
Forum: Support (Vault)
Topic: Find updated files
Replies: 1
Views: 1624

The status search pane in the Vault GUI client will list all the files that have a status of "Old" compared to your current working folder. You could do a Historical Get based on the last time you sent files to the client, and then search for all files that have changed since then, or just...
by dan
Wed Apr 26, 2006 6:36 am
Forum: Support (Vault)
Topic: Problem set DiffMerge Tool character encodings.
Replies: 8
Views: 7898

Does it still not load?
by dan
Wed Apr 26, 2006 6:34 am
Forum: Gold Support (Vault) -- Read-only
Topic: Why do my working folders change after I've manually set the
Replies: 3
Views: 3065

If you do an Open From Source Control from within Visual Studio, it changes your working folders to be where you told Visual Studio to put the files. So, be aware that there is an implied Set Working Folder that is part of the Open From Source Control operation.
by dan
Tue Apr 25, 2006 4:00 pm
Forum: Support (Vault)
Topic: Problem set DiffMerge Tool character encodings.
Replies: 8
Views: 7898

OK, we've found the problem. gb2312.so actually depends on another encoding called gb_2312-80.so. So, you need to install the gb_2312-80.so file into the same inconv folder, and then gb2312 should load. It is in the attached file
by dan
Tue Apr 25, 2006 7:33 am
Forum: Gold Support (Vault) -- Read-only
Topic: One solution, four projects, two repositories
Replies: 3
Views: 2660

Visual Studio integration doesn't work for a single solution spread across multiple repositories, due to limitations in the interface. So, you'll need to put them in the same repository if you want them to both work with SCC integration at the same time.
by dan
Mon Apr 24, 2006 3:47 pm
Forum: Support (Vault)
Topic: timout errors uploading and downloading w/ remote cable/dsl
Replies: 7
Views: 6014

I dont see your logic as to why it could not be related to IIS. If there is a timeout problem in IIS, the local fast access wouldnt hit the problem and the remote users would hit the problem. Yes, that's true. Here are some more stabs in the dark on the IIS side: :) 1. Check the system event viewer...
by dan
Mon Apr 24, 2006 12:49 pm
Forum: Support (Vault)
Topic: timout errors uploading and downloading w/ remote cable/dsl
Replies: 7
Views: 6014

If large files work fine for local users, but not for remote users, then the problem probably isn't IIS, but something between the remote users and IIS. If the problem were IIS, the local users should run into the same issues as remote users. Do you have firewall or VPN software that has either a ti...
by dan
Mon Apr 24, 2006 7:56 am
Forum: Gold Support (Vault) -- Read-only
Topic: Command line client gets folders not part of label
Replies: 3
Views: 2929

I just tried a simple test with those conditions, and I got a "could not find label" error, so there must be other conditions that are causing this to happen. Is this a problem in the GUI client as well? If you do a show labels on $/ProjectA/SubcomponentB does the label show up? If you do ...
by dan
Mon Apr 24, 2006 7:45 am
Forum: Gold Support (Vault) -- Read-only
Topic: generate a report
Replies: 6
Views: 5542

Are the versions just labels on the same Vault folder, or are they branched folders? If there are labels, then a history query between two dates will show you all the changes that have happened, which you can save as an HTML file as a report. If they are in different branches, you would need to do a...
by dan
Fri Apr 21, 2006 1:04 pm
Forum: Gold Support (Vault) -- Read-only
Topic: non-exclusive checkouts
Replies: 1
Views: 2025

Sorry, but there isn't currently a way to make all files mergable (although *.* was a good idea). I'll add this as a feature request though, as it seems like a reasonable thing to want to do. Note that when actual binary files get into a Needs Merge state, you won't really be able to merge them, sin...