TFS support/branch?
Monitor your SVN repositories and notifies you on new commits
Brought to you by:
steveking
Originally created by: molaf...@gmail.com
I know this may seem absurd at first...
I'm a die hard subversion user as well, but my job is forcing MS toolsets
as much as possible and I've thus far only managed to convince other users
to use tortoisemerge for the diff/merge tools within TFS (Team Foundation
Server).
Since the only tool like this for TFS that exists is an irc bot under the
opentf project (which is also disabled at my work), I thought about your
application.
Would you have interest in extending CommitMonitor for TFS? I'm just
dabbling in the TFS API but it looks like there is an rss feed for changes
to repositories. If not, would you be interested in my branch commits for
said TFS support?
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: tortoisesvn
Sure, if you're familiar with C++ and like to help with this, be my guest.
Not sure if an rss feed would be the best way to monitor a TFS repository. But if
there is no other API, then rss it is.
For rss, you might want to use the Windows RSS Platform:
http://msdn.microsoft.com/en-us/library/ms684701%28VS.85%29.aspx
Labels: -Type-Defect Type-Enhancement
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: molaf...@gmail.com
Probably going to abandon this before I start it. Using TFS is proving far too
difficult for all of the integration we need to do when swicthing to svn solves every
single problem.