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 associated source control client, tf.exe. I'd like to announce a new release of this work. This release adds support for the add, delete, checkout, checkin, history and rename commands. Support for computing file permissions via libmagic also added, as TFS servers do not themselves track/store file permissions. Many API additions, bug fixes, and documentation updates were also made. Please note that this software is alpha. Use it at your own risk. The new snapshot is available from the following locations: http://joelreed.dyndns.org:8080/tfs-0.4.tgz http://repo.or.cz/w/tfs.git?a=snapshot;h=5e2ea1ae8a96d20c6f2dd03905c9533f6fd43f46 Additionally, a git clone of the source tree: git clone git://repo.or.cz/tfs.git will include a signed v0.4 tag which points to a commit named: 5e2ea1ae8a96d20c6f2dd03905c9533f6fd43f46 which can be verified with: gpg --keyserver hkp://keyserver.veridis.com --recv-keys 0xB1850655 git verify-tag v0.4 and can be checked out with a command such as: git checkout -b build v0.4 * For more information on Team Foundation see: http://msdn2.microsoft.com/en-us/library/ms181232(VS.80).aspx jr _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
