SqlRyan
SqlRyan

Reputation: 33914

Team Explorer 2010 Command Line syntax - do commands resemble any other major SCCM?

I can't find any comparisons online, and I'm not familiar with any major source control providers except for VSS/TFS. Does the usage of the new Team Foundation 2010 Command-line Client (Team Explorer Everywhere cross-platform command line) resemble any other major systems?

What I mean is - do the switches you'd use to run it resemble Subversion? CVS? Some other standard Microsoft made up?

Upvotes: 0

Views: 2391

Answers (1)

Martin Woodward
Martin Woodward

Reputation: 11770

AFAIK The switches are pretty much what the developers at Microsoft made up as they were making the tool (just as the switches for the other SCM tools were pretty much what those developers came up with at the time). The TFS ones are documented here:

http://msdn.microsoft.com/en-us/library/cc31bk2e(v=VS.100).aspx

Any reason for asking?

Upvotes: 1

Related Questions