Search found 23 matches

by paulroub
Fri Jan 29, 2010 4:07 pm
Forum: Support (Vault)
Topic: IPaddress in WebDAV URL for Dreamweaver CS4
Replies: 7
Views: 3898

Re: IPaddress in WebDAV URL for Dreamweaver CS4

Just to double-check, and sorry for asking, but your real URL includes your actual repository and folder names, not the placeholders from the documentation, correct?

-paul
by paulroub
Fri Jan 29, 2010 3:04 pm
Forum: Support (Vault)
Topic: IPaddress in WebDAV URL for Dreamweaver CS4
Replies: 7
Views: 3898

Re: IPaddress in WebDAV URL for Dreamweaver CS4

http://172.20.3.17/sgdav/wd.ashx?172.20.3.17/Repository%20Name/FolderName/ WebDAV URLs with IPs are fine. However: 1. That should be a /, not a ? after wd.ashx. So http://172.20.3.17/sgdav/wd.ashx/172.20.3.17/Repository%20Name/FolderName/, per the docs. Dreamweaver, in particular, fails miserably i...
by paulroub
Sun Nov 15, 2009 9:51 am
Forum: Support (Vault)
Topic: Vault Client wont install in Windows 7 XP Mode
Replies: 3
Views: 2936

Re: Vault Client wont install in Windows 7 XP Mode

Out of curiosity, why would you want or need to install Vault in XP Mode? Is this an old version of Vault?
by paulroub
Thu Nov 12, 2009 9:02 pm
Forum: Support (Vault)
Topic: Generating Reports
Replies: 8
Views: 4569

Re: Generating Reports

The library works just fine from any .NET language -- I've even blogged about using it from PowerShell here and here.
by paulroub
Wed Nov 11, 2009 9:22 pm
Forum: Support (Vault)
Topic: Generating Reports
Replies: 8
Views: 4569

Re: Generating Reports

As far as the command line client, it will list the history of whichever object you specify. If you give it the name of a Vault folder, it will recursively list the history of that folder and its contents. Given a file, it will list just that file's history.
by paulroub
Wed Nov 11, 2009 9:17 pm
Forum: Support (Vault)
Topic: Generating Reports
Replies: 8
Views: 4569

Re: Generating Reports

See VaultClientIntegrationLib.chm in the Client API zip file.
by paulroub
Wed Nov 11, 2009 2:39 pm
Forum: Support (Vault)
Topic: Generating Reports
Replies: 8
Views: 4569

Re: Generating Reports

The vault command-line client's HISTORY command will give you an XML report on the history of a file or folder. If this isn't sufficient, I'd recommend using the Client API (available from the Vault downloads page) instead of trying to go directly to the database. The database structures are not doc...
by paulroub
Wed Oct 21, 2009 2:07 pm
Forum: Support (Vault)
Topic: Vault and Agile Development Cycle
Replies: 4
Views: 3206

Re: Vault and Agile Development Cycle

We don't have any papers on using Vault in any particular dev/release strategy. We certainly support a branching model similar to the one in the paper you linked. Internally, when working on a Scrum-like project, we'd likely use a branch per sprint. In practice, this might mean using the trunk for t...
by paulroub
Wed Oct 21, 2009 12:42 pm
Forum: Support (Vault)
Topic: Vault and Agile Development Cycle
Replies: 4
Views: 3206

Re: Vault and Agile Development Cycle

That's a fairly broad question - "Agile" means different things to different teams.

Are you implementing Scrum, for instance? Kanban? XP?
by paulroub
Thu Oct 15, 2009 8:54 am
Forum: Support (Vault)
Topic: Client API not allowing login to Vault Server
Replies: 3
Views: 2545

Re: Client API not allowing login to Vault Server

Choose another path, to which you know the service account has access.

See Jeremy's sample code here
by paulroub
Mon Oct 12, 2009 10:15 am
Forum: Questions (API)
Topic: ProcessCommandShare Difficulties
Replies: 1
Views: 5260

Re: ProcessCommandShare Difficulties

ProcessCommandShare expects the target to be a folder. So in your case, it looks like the code should be: // assuming Target contains $/Versions/Simulator_1.1.1.10/SimLogWindow/ string SourcePath = file.FullPath ; string TargetPath = SourcePath.Replace(Source,Target); ServerOperations.ProcessCommand...
by paulroub
Tue Oct 06, 2009 11:51 am
Forum: Support (Vault)
Topic: SQL Server 2008 Support with Vault 4.14.18402
Replies: 1
Views: 1758

Re: SQL Server 2008 Support with Vault 4.14.18402

Vault 4.1.4 works just fine with SQL 2008.

-paul
by paulroub
Sat Oct 03, 2009 1:41 pm
Forum: Support (Vault)
Topic: change plug-in in visual studio 2008
Replies: 1
Views: 1898

Re: change plug-in in visual studio 2008

Check out the msscci2vsip power toy at the Vault Power Toys page.

Instructions for its use can be found here
by paulroub
Tue Sep 29, 2009 7:32 am
Forum: Support (Vault)
Topic: Repositories vs Folder Security
Replies: 2
Views: 1946

Re: Repositories vs Folder Security

No, you shouldn't see any performance penalty. Over time, you might see a slight performance gain using several smaller repositories as opposed to a large, complex one.

-paul
by paulroub
Fri Sep 18, 2009 9:27 am
Forum: Support (Fortress)
Topic: Fortress 2.0 - Printable button?
Replies: 7
Views: 12030

Re: Fortress 2.0 - Printable button?

Just to clarify - the odds that the Printable button, as it was, would come back are fairly low -- simply because we don't need a separate page for printing anymore. But we will look at other ways to solve the copy-the-list-to-a-spreadsheet problem. Hopefully something that will be simpler and clean...