Giter VIP home page Giter VIP logo

Comments (5)

AndreyNikiforov avatar AndreyNikiforov commented on July 1, 2024

@jchannon vault2git was built against Vault 4 dlls. As far as I know every major upgrade of Vault (e.g 4.2 -> 4.3) required new dlls to work properly, and ver 5 introduced some API changes. You can try replacing ver 4 dlls with ones from ver 5 and check functionality. All vault interfaces are in vault2gitLib/Processor.cs/vault*() methods, so if you have to adjust code, then look here first.

from vault2git.

jchannon avatar jchannon commented on July 1, 2024

I'm about to try referencing the v5 DLL's but have noticed that v5 API does not contain SGDiff DLL that you reference in vault2git

from vault2git.

AndreyNikiforov avatar AndreyNikiforov commented on July 1, 2024

@jchannon if you look at folders in source tree, you'll notice that sgdiff is part of VaultClientLib. vault2git does not use it directly.

It may be better to extract Vault v5 client API into its own folder, remove all refs to v4 (including sgdiff.dll) from project, and add refs to v5.

from vault2git.

jchannon avatar jchannon commented on July 1, 2024

Thanks. Have it working but its very very slow getting information out of Vault.

from vault2git.

breiter avatar breiter commented on July 1, 2024

It works with Vault 6. I just converted a large Vault 6 repository today.

from vault2git.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.