From 3bf08b68834d8b17b32844758fedf08d0f47f023 Mon Sep 17 00:00:00 2001 From: Joel Reed Date: Tue, 31 Jul 2007 13:04:15 -0400 Subject: [PATCH] update.NEWS --- NEWS | 37 ++++++++++++++++++++++++++----------- docs/tf.txt | 3 ++- 2 files changed, 28 insertions(+), 12 deletions(-) diff --git a/NEWS b/NEWS index dfaf44e..e0f8897 100644 --- a/NEWS +++ b/NEWS @@ -1,28 +1,40 @@ I'd like to announce version 0.5.0 of Team Foundation for Mono, -a maintenance update with a few new TF client commands. If you're -not familiar with Microsoft's Team Foundation / Team System product, +a development update with support for read-write local trees, +several new commands, vastly improved builtin help, and many bugfixes. + +If you're not familiar with Microsoft's Team Foundation / Team System product, checkout the section "What is Team Foundation / Team System?" below. + Enhancements include: =================================================================== -# NEW: add "tf help /list" helper for shell completion -# NEW: add History.StopAfter setting option -# NEW: implement tf help with display of valid options for - each command. + +# NEW: add "tf shelvesets" command (brief output only) +# NEW: add support for writable working folders. For more information see: + http://ropeonfire.blogspot.com/2007/07/read-write-local-trees-in-tfs.html +# NEW: implement tf help with display of valid options for each command. +# NEW: add "tf branches" command (limited testing) +# NEW: add tf online . Faster version of tf online, useful + after you've applied a patch. Then just say "tf online `lsdiff my.patch`" +# NEW: add tf diff /brief option # NEW: support for tf add /recursive +# NEW: 20 new test cases for tf client program +# NEW: add "tf help /list" helper for shell completion +# NEW: add History.StopAfter configuration setting # NEW: --disable-magic option for windows/cygwin users +# NEW: add progress indicator to GetCommand when setting permissions +# NEW: teach view command to accept multiple item specs + Bugfixes include: =================================================================== # BUGFIX: don't try to upload new directories on checkin, only files # BUGFIX: Command.VerifiedFullPaths should accept directories too -# BUGFIX: shell wrapper tf should quote $@ so /C:"This is my comment" - will work +# BUGFIX: shell wrapper tf should quote $@ so /C:"This is my comment" will work # BUGFIX: uninstall man page and pkg-config file too # BUGFIX: fix /format:detailed output for added files in history cmd # BUGFIX: tf delete should actually delete the folder - -Please note that this software is alpha. Use it at your own risk! +# BUGFIX: honor excludeFiles setting in tf ls-files /writable What is Team Foundation / Team System? @@ -41,6 +53,9 @@ assemblies related to Version Control. An example of accessing CodePlex to pull the latest version of the "Turtle" project is below. +Other example invocations can be found here: + http://tf4mono.googlecode.com/svn/trunk/docs/examples/ + CodePlex Example Usage =================================================================== @@ -66,7 +81,7 @@ tf /server:https://tfs01.codeplex.com /login:snd\\UID,PWD get Then you could review the history, review a changeset, then look at the diff of the changeset. Note: the examples below assume -Credentials.Save is on. +the tf client "Credentials.Save" option was enabled. cd ~/Source/turtle tf history /recursive . diff --git a/docs/tf.txt b/docs/tf.txt index cf16d61..7a02667 100644 --- a/docs/tf.txt +++ b/docs/tf.txt @@ -23,7 +23,8 @@ OPTIONS password you will be prompted for one. If you have gnome-keyring support enabled, TF will store the login credentials on your default keyring if configured to do so - (see "Credentials.Save" configuration option below). + (see "Credentials.Save" configuration option below). The login username + can be a domain account, in which case use the syntax "domain\\username". */server:*:: Specify the Team Foundation Server. If you are within a mapped -- 2.11.4.GIT