Show deleted files in tf status as state Deleted not 544
[tfs.git] / NEWS
blob5ad6b52d0ae451ce5b90e169c7ff2dddeb7f14df
1 I'd like to announce version 0.4.7 of Team Foundation for Mono, 
2 a maintenance update...
4 Team Foundation powers Microsoft's CodePlex site and is used in many 
5 corporate environments. 
7 Team Foundation for Mono provides the TF client for accessing 
8 Team Foundation Servers as well as the Microsoft.TeamFoundation.* 
9 assemblies related to Version Control. 
11 An example of accessing CodePlex to pull the latest version of 
12 the "Turtle" project is below.
15 Enhancements include:
16 ===================================================================
18 # Add XXX option to 
21 Bugfixes include:
22 ===================================================================
24 Please note that this software is alpha. Use it at your own risk!
27 CodePlex Example Usage
28 ===================================================================
29 In the commands below,
30    UID = your codeplex user name
31    PWD = your codeplex password
32    MACHINENAME = your machine name (or any other random name)
34 First create a workspace:
36 tf /server:https://tfs01.codeplex.com /login:snd\\UID,PWD 
37 workspace /new "MACHINENAME;UID"
39 Then map "Turtle" project to a local folder:
41 tf /server:https://tfs01.codeplex.com /login:snd\\UID,PWD 
42 workfold "$/Turtle" ~/Source/turtle
44 Then pull the files:
46 tf /server:https://tfs01.codeplex.com /login:snd\\UID,PWD get 
47 ~/Source/turtle /recursive
49 Then you could review the history, review a changeset, then look
50 at the diff of the changeset. Note: the examples below assume
51 Credentials.Save is on.
53 cd ~/Source/turtle
54 tf history /recursive .
55 tf changeset 340
56 tf diff C340
59 Source and Packages
60 ===================================================================
61 Debian packages and source tarball available here:
62    http://code.google.com/p/tf4mono/downloads/list
64 Additionally, a git clone of the source tree can be made with:
66     git clone git://repo.or.cz/tfs.git
68 will include a signed v0.4.7 tag which points to a commit named:
70                  <FILL IN WHEN EMAILING>
72 which can be verified with:
74     gpg --keyserver hkp://keyserver.veridis.com --recv-keys 0xB1850655
76     git verify-tag v0.4.7
78 and can be checked out with a command such as:
80     git checkout -b build v0.4.7
83 Project Site
84 ===================================================================
85 There is a Google Code Project Site for tf4mono, the URL is:
86 http://code.google.com/p/tf4mono/
88 There is a Google Discussion Group for tf4mono as well. The URL is:
89 http://groups.google.com/group/tf4mono