Code Monkey home page Code Monkey logo

Comments (9)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 22, 2024
Cool. 

Original comment by [email protected] on 21 Nov 2009 at 2:10

  • Added labels: Type-Other
  • Removed labels: Type-Defect

from gource.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 22, 2024
[deleted comment]

from gource.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 22, 2024
For credential support just add in Converter.cs

                var credential = new NetworkCredential("USER", "PASS");
                using (var server = new TeamFoundationServer(_tfsUrl,credential))

Original comment by [email protected] on 25 Jan 2010 at 8:14

from gource.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 22, 2024
the  check for the resultFile is incorrect: 
if (tfsUrl.Trim().Length == 0)
{
   Console.WriteLine("Missed Out file name");
   return;
}


must be replaced by:

if (resultFile.Trim().Length == 0)
{
   Console.WriteLine("Missed Out file name");
   return;
}

Original comment by [email protected] on 28 May 2010 at 8:24

from gource.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 22, 2024
"source.QueryHistory()" is returning only commits made by myself; no other devs 
are 
returned. Anyone have any ideas? Am I missing something? (I had to implement 
the 
credential changes as suggested above.)

Original comment by [email protected] on 1 Jun 2010 at 5:03

from gource.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 22, 2024
This may be relevant here:
http://sourceforge.net/projects/gourcetfs/

Original comment by [email protected] on 1 Jun 2010 at 6:12

from gource.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 22, 2024
[deleted comment]

from gource.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 22, 2024
[deleted comment]

from gource.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 22, 2024
Here is an updated version for Visual Studio and TFS 2010

Original comment by [email protected] on 6 Oct 2011 at 8:39

Attachments:

from gource.

Related Issues (20)

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.