Team Foundation is a "collection of collaborative technologies that support a team effort to deliver a product." It includes bug tracking, source control, and other features (*).
I've been working on implementing the source control assemblies and assocated source control client, tf.exe. I'd like to announce a new release of this work. This release features much better support for tracking a repository, including new files, deleted files, and renames. A preliminary man page has been added, and utility commands like add, delete, checkout, and rename now modify the state of the server. The checkin command has a mysterious bug which prevents these modifications from being added back to the repository, but that should be cleaned up soon. Please note that this software is pre-alpha. Use it at your own risk. The new snapshot is available from the following locations: http://joelreed.dyndns.org:8080/tfs-0.3.tgz http://repo.or.cz/w/tfs.git?a=snapshot;h=fda53e5634ed564c985f7fd4a575f67852016e82 Additionally, a git clone of the source tree: git clone git://repo.or.cz/tfs.git will include a signed v0.3 tag which points to a commit named: fda53e5634ed564c985f7fd4a575f67852016e82 which can be verified with: gpg --keyserver hkp://keyserver.veridis.com --recv-keys 0xB1850655 git verify-tag v0.3 and can be checked out with a command such as: git checkout -b build v0.3 * For more information on Team Foundation see: http://msdn2.microsoft.com/en-us/library/ms181232(VS.80).aspx _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
