Search found 2400 matches

by dan
Fri May 05, 2006 1:00 pm
Forum: Support (Vault)
Topic: Labels show in History different from Show Labels
Replies: 8
Views: 7444

This is an artifact of the VSS import - versions can be out of order because Vault labels the current version, and then changes the folder to match the actual contents of the label, which can mess up the version number and date. Suffice to say that this out-of-orderness will only be an issue on impo...
by dan
Fri May 05, 2006 12:26 pm
Forum: Gold Support (Vault) -- Read-only
Topic: runtime errors
Replies: 15
Views: 14126

It looks like a configuration problem of some sort. Some other questions: 1. Are you able to run the Admin Client? 2. Are you able to bring up a Vault client on other machines, and connect to this Vault server? 3. You might try intentionally loading it with different .net frameworks. See http://supp...
by dan
Fri May 05, 2006 10:57 am
Forum: Support (Vault)
Topic: Best practices for separating dev, test and production code
Replies: 9
Views: 6214

And how difficult would be for you guys to put together a "move" function to do it for us? (just call delete label and re-add label internally), CVS and SVN support moving tags. It wouldn't be too dificult to do, we have just not been able to get to it yet. It almost made the cut for 3.5,...
by dan
Fri May 05, 2006 10:47 am
Forum: Support (Vault)
Topic: Labels show in History different from Show Labels
Replies: 8
Views: 7444

In the current version of Vault (3.1.8 ), label dates in the Show History dialog and the Show Labels dialog are displayed differently, due to sorting issues in the Show History dialog. In Show Labels, the labels are displayed with the datetime the label was actually created. In the History Dialog, t...
by dan
Fri May 05, 2006 10:34 am
Forum: Support (Vault)
Topic: Question: is there any way to break a branch?
Replies: 10
Views: 5715

Unfortunately, there is not a good way to get rid of unwanted trunk files. In the database, they actually contain the file history up to the branch point, and the branched version contains history only from the branch point forward, which is why you are not allowed to obliterate a trunk version, sin...
by dan
Fri May 05, 2006 8:54 am
Forum: Support (Vault)
Topic: Using Vault from multiple machines
Replies: 2
Views: 1898

If you set the option to Require Checkout before Checkin, then checking it out on one machine will not allow you check it in from a different machine. It will still show up as checked out to you on the second machine, but it won't allow you to check it in unless you check it out from that machine. Y...
by dan
Fri May 05, 2006 8:44 am
Forum: Support (Vault)
Topic: MSDE to SQL
Replies: 1
Views: 1823

This *should* be as simple as uninstalling MSDE and installing SQL Server. There is no difference in format between MSDE and SQL Server, so there is no DB translation that needs to take place. However, SQL and MSDE have different default locations, which will require Vault to be reconfigured. Here a...
by dan
Fri May 05, 2006 8:19 am
Forum: Support (Vault)
Topic: Trying to GET an older version of a project. Not working.
Replies: 1
Views: 1717

You should be able to get a historical version of a folder either through the Show Labels dialog, or the Show History dialog. You don't need to do a label to get the history. In Show History, choose the "View folder history by version" radio button on the History Query Filter/Sort dialog. ...
by dan
Fri May 05, 2006 7:59 am
Forum: Support (Vault)
Topic: Renaming, Rollback, Share mishap
Replies: 2
Views: 2241

I've tried to reproduce this and got something similiar. I was able to add a file of the same name as the original name of the shared file, but it looks like the rollback of the shared file to a version with the original name is triggering a problem. We'll investigate this today to find a workaround...
by dan
Wed May 03, 2006 8:52 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Start over: How do I start over - tell vs2003 no longer to
Replies: 1
Views: 2314

Completely removing source control bindings from VS solutions and projects is often an elusive task, as often buried deep with a solution or project file there still remains information that makes it think it is still under source control. Does VS think the project is no longer bound? (When you brin...
by dan
Wed May 03, 2006 10:28 am
Forum: Support (Vault)
Topic: modified date vs. remote date
Replies: 3
Views: 3191

I'm not sure I totally understand, but it sounds like you want the dates in Local View and in Remote View to always match, unless the files have been modified by the user? In that case, you want to set Tools -> Options -> Local Files to "Check In" date, because Dreamweaver requires that th...
by dan
Wed May 03, 2006 8:05 am
Forum: Support (Vault)
Topic: Command Line Set Working Folder
Replies: 3
Views: 2876

There is not currently an option to do this, but I'll add it as a feature request. In the meantime, you can manually modify the CLC and add the option yourself. The function that clears out subfolders is _clientInstance.TreeCache.ClobberSubFolderWorkingFolders() Note that you can use the CLC's UNSET...
by dan
Mon May 01, 2006 5:57 pm
Forum: Support (Vault)
Topic: Is Valut right for my company?
Replies: 1
Views: 1844

1. The properties dialog of a file or folder conains a Share Links tab, which shows you all the places it is shared. There isn't the same info for branches, but this might be available via the client API (so a simple program could be written to retrieve that). I'd have to check on that, so let me kn...
by dan
Mon May 01, 2006 3:52 pm
Forum: Support (Vault)
Topic: VS.net 2005 web projects folders
Replies: 3
Views: 3376

OK, this is an issue with Vault, but it is complicated, so it woud be good to verify that what I found describes what you are seeing. If you have working folders set below the main project (say the web project has a working folder and the App_Code folder below exists, and its working folder is NOT i...
by dan
Mon May 01, 2006 11:49 am
Forum: Support (Vault)
Topic: Server / Client information
Replies: 1
Views: 1849

Vault does not requires a license for the server itself - all licenses are client licenses, so the server is in essence, free.

However, you still need to install the server, as the clients won't work without it, regardlesss of whether you use the internet capability or not.