Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TFS Converter #16

Open
GoogleCodeExporter opened this issue Mar 15, 2015 · 9 comments
Open

TFS Converter #16

GoogleCodeExporter opened this issue Mar 15, 2015 · 9 comments

Comments

@GoogleCodeExporter
Copy link

Hi, i have created program that convert TFS history to Gource log format. 
Are you need this converter?
This converter require installed TFS SDK on the computer.

Original issue reported on code.google.com by phoenixxua on 20 Nov 2009 at 12:58

Attachments:

@GoogleCodeExporter
Copy link
Author

Cool. 

Original comment by acaudw...@gmail.com on 21 Nov 2009 at 2:10

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

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

For credential support just add in Converter.cs

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

Original comment by thomas.m...@gmail.com on 25 Jan 2010 at 8:14

@GoogleCodeExporter
Copy link
Author

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 miii...@gmail.com on 28 May 2010 at 8:24

@GoogleCodeExporter
Copy link
Author

"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 Ben.Clar...@gmail.com on 1 Jun 2010 at 5:03

@GoogleCodeExporter
Copy link
Author

This may be relevant here:
http://sourceforge.net/projects/gourcetfs/

Original comment by acaudw...@gmail.com on 1 Jun 2010 at 6:12

@GoogleCodeExporter
Copy link
Author

[deleted comment]

1 similar comment
@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

Here is an updated version for Visual Studio and TFS 2010

Original comment by Erwin.Wo...@gmail.com on 6 Oct 2011 at 8:39

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant