Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

1,635

Downloads of v 3.0.29-beta:

398

Last Update:

14 Nov 2016

Package Maintainer(s):

Software Author(s):

  • AArnott

Tags:

git pdb

PDB Source Server Support for Git

This is a prerelease version of PDB Source Server Support for Git.

  • 1
  • 2
  • 3

3.0.29-beta | Updated: 14 Nov 2016

Downloads:

1,635

Downloads of v 3.0.29-beta:

398

Maintainer(s):

Software Author(s):

  • AArnott

Tags:

git pdb

PDB Source Server Support for Git 3.0.29-beta

This is a prerelease version of PDB Source Server Support for Git.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged:

This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.

We recommend clicking the "Details" link to make your own decision on installing this package.

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install PDB Source Server Support for Git, run the following command from the command line or from PowerShell:

>

To upgrade PDB Source Server Support for Git, run the following command from the command line or from PowerShell:

>

To uninstall PDB Source Server Support for Git, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade pdbgit -y --source="'INTERNAL REPO URL'" --version="'3.0.29-beta'" --prerelease [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade pdbgit -y --source="'INTERNAL REPO URL'" --version="'3.0.29-beta'" --prerelease
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install pdbgit
  win_chocolatey:
    name: pdbgit
    version: '3.0.29-beta'
    source: INTERNAL REPO URL
    state: present
    allow_prerelease: yes

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'pdbgit' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '3.0.29-beta'
  options  '--prerelease'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller pdbgit
{
    Name        = "pdbgit"
    Version     = "3.0.29-beta"
    Source      = "INTERNAL REPO URL"
    chocoParams = "--prerelease"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'pdbgit':
  ensure          => '3.0.29-beta',
  install_options => ['--prerelease'],
  provider        => 'chocolatey',
  source          => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

WARNING

This package is exempt from moderation. While it is likely safe for you, there is more risk involved.

Description

Indexes your PDBs with online Git server URLs so Visual Studio can download the exact source files that were compiled into your assembly while debugging.


build\PdbGit.props
 
build\PdbGit.targets
 
tools\Catel.Core.dll
md5: 6EBFE5B32883DF65E4898785E2C1565D | sha1: 758DFAD82F3596A561B12A21F64F4C33F55637A2 | sha256: 0415CCA2A95CB367EC6B2A6A2A9D1E3B168DF450FF8A87B7ACB637D4423DD726 | sha512: 4F83EF45445BED897D16B9F1DEA95BEF7A18137EDF558C09E0FA8349AFD27EB89FAD1F13B56F87E0167349BB97F2B2EEB78AD8DCA9562EB8A68EE857EA7399D3
tools\GitTools.Core.dll
md5: CEFE07F73F48F0E65BA2857A9D37B879 | sha1: F68D77DA695D8727B9C733B342FEE822C0BDC1D8 | sha256: 90D8FDA649B19A8F84C3DBDFB27F6E76F77F8245300B9AF93BEE17E210F445FA | sha512: 453231BDD8C9452098BD0FDD6671E8981DCCB7A4B3E01A34BFC16C654959E0197353D6A9E9F4778E80F116A23691EABBCE638FFB743DFFB56E8D684753C146FA
tools\ImpromptuInterface.dll
md5: 105BC76136E9A3ADC017045E5ACA94A8 | sha1: 278C9FB3DAB7E861F1C65FD04E53D7E1E74E7B67 | sha256: FB0251C2D7387C54DD11CE9533F60DDF920CD24746E482C38F6D7700A84DC01A | sha512: DFAC82BAC862D11A627A9FD33A072956D6E9E60E7C02EA27C6DA100E56A3BD4CC4CDD1EB0A79AA3D2470CAB8603727A745452E5498CFE261AC954204D4180DE3
tools\LibGit2Sharp.dll
md5: 28E3C3D6A2372C89899A58780875667D | sha1: 7B40BB51D466B493B01BA0EC149C39ED3E57C171 | sha256: 42D365364925635720DAF24798EDDD5D65AD4599AA3F0E4B93257641A2E9B8C1 | sha512: F1D51C1A847A61CF3657DFA96638CEFB65E1F961CEFB7BAF22A58262045BDDC2248B40FE5A49861C5EC8634344702BB6A910BA2F505684FB7C07F82A86BDEE05
tools\LICENSE.txt
From: https://github.com/GitTools/GitLink/blob/develop/LICENSE

LICENSE

The MIT License (MIT)

Copyright (c) 2014 - 2016 CatenaLogic

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
tools\NativeBinaries\amd64\git2-e0902fb.dll
md5: 0EFA93BC2737014594114B2423D1AC3F | sha1: 03747E77C105EC34062444A5B9A974D27819B4F9 | sha256: 523D48C7A8B740F8A1DCC1AD2A9E8AFD1A5930348907F5D4B5CA078D72C19AEC | sha512: 70A9E4856DC2147BF0D5BAF0420C7362FE57223B577404551E1F39859D33C8CDCD1CE2A7F5CE210F379DB1DC435876B3515A9F71635706B34B362C1C1C115CEB
tools\NativeBinaries\x86\git2-e0902fb.dll
md5: E368F25BE19748AEDE2547BC79B62DD6 | sha1: 71933A94C8417943388BF2AE2E9E4D2F5CA112FB | sha256: FB638B521816149D90536787EB624BFBE0391FD8CB57281EB997E095B46001AD | sha512: 9AC5FE744CC70273B08AC03D5536A2ED629CE08AA6B28C9382F416C20CCFC9F04A619E573506195C546DAF2A8134F27B6311B8BCF1FCA6AA5BF8B5E0A4CAC710
tools\PdbGit.exe
md5: 72AC7062D8B3AAA193A6B20E7C686DE2 | sha1: 10F73EB7E22BB5EF3AE1CFBF2DA5731FF182F566 | sha256: 3E3DB50EB82532E89C894D75840ECE296E5E46EF59FF01B6C2E66D4B297D0669 | sha512: 957E37085FE2FD86ADDD27A1506EA998F1662576345D4DCEC557EF992F7B096BEB28CC066359CD67A7F204CDC1AB4D7B86363FDACE7CBFDC6F658CB8F6C99924
tools\PdbGit.props
 
tools\PdbGit.targets
 
tools\PdbGit.Tasks.dll
md5: DA94EDB0584CA2A1833B025303B6A435 | sha1: A115DADE3E1BE08306002A076BB126C369FCF001 | sha256: E92D268C7A3BC6A0D81AEFA2E3A661683A44F63ACD06F64A35C7B092256481D2 | sha512: 2E7BD39A296684EB3E75FD86EB129B230F3861E886061E7432A80E52B40E35E382073C9512E99AC9F6529FFCE3CA796E598DEC6079786942B6F8B2861F1F2C44
tools\pdbstr.exe
md5: 5DBFD76709506CCABFD4B862DEB11184 | sha1: EAC3544A8F88F2DA56A3E35529F65524F37A6DC3 | sha256: A653FD7434A76FE32D724790D969B62C70354B40DC7425125717219F3A7F1A4F | sha512: 87607D3B487FAC8C1BE859B810E54F416E47F8044DE05338F5BBB8B744F75C9E52FD5BC578233A88590628F64F28AC8C47BAFCC299E6A6278E942FE6B99548EF
tools\System.CommandLine.dll
md5: E8C58CA92A42D0A1AD6347C91E599A44 | sha1: B92E2053DF114A78E32B3F5F245F20747F9CE541 | sha256: 9CC1E5580FB318B1D14E8874DDB7105573A32DC083B3B1E5A36E2A4AB6C1EB31 | sha512: DAE22805FF9C7AA2735CDEB907981FE07E1CFD5D51D1F3C6DCFCCCB08F32AEBB3BEE72818B58DFB1C8FADC1A45BB1E58F57072086B33E442CFB4AE94D7023593
tools\System.Runtime.InteropServices.RuntimeInformation.dll
md5: 5043512ECC51403299127802AFFC2294 | sha1: DBE8B2FE9557110981412629C0D23C346A42A563 | sha256: CCCEB001E0A771A25C427ED9551BBC58D7E81962CF0CE19E7EF105E2C9D148AE | sha512: 549C9C685154D57BF254FAD68A0479E9BCE2D6A3663E73F481BCCCC64159D23DD9E7A0F992EEBDCD359FAD5EB8F72E76255A800B48647AF0AA33427B380E9D22
tools\winsdk.redist.txt
Redistributable Code
==============================================
The file(s) listed below are "Redistributable Code" within the meaning of the End-User 
License Agreement under which you have licensed the file(s).  

===================
dbghelp.dll
===================
 
(1) You may redistribute dbghelp.dll version 6.12.2.633
 
===================
pdbstr.exe
===================
 
(1) You may redistribute pdbstr.exe version 6.12.2.633

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
PDB Source Server Support for Git 3.0.32 372 Monday, November 14, 2016 Approved
PDB Source Server Support for Git 3.0.29-beta 398 Monday, November 14, 2016 Exempted

This package has no dependencies.

Discussion for the PDB Source Server Support for Git Package

Ground Rules:

  • This discussion is only about PDB Source Server Support for Git and the PDB Source Server Support for Git package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or PDB Source Server Support for Git, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus