posts - 4237, comments - 3946, trackbacks - 370

Disclaimer

This was my personal weblog originally hosted by UgiDotNet, written mostly in Italian.

This blog is now part of my new site:
These postings are provided 'AS IS' with no warranties, and confer no rights. The views expressed on this weblog are mine alone and do not necessarily reflect the views of my employers.

Licenza Creative Commons

Tag Cloud

Archives

Post Categories

TFS

There are 24 entries for the tag TFS
Non più solo Eclipse, tra poco anche IntelliJ IDEA supporterà TFS

IDEA è l'IDE per Java realizzato dagli stessi creatori di ReSharper. Bene... anche questo supporterà TFS, devo prepararmi ad aggiornare le slide... I'm about a month behind on this one, but based on their technology roadmap, TFS integration is on the way! Team Foundation Server A plugin supporting the version control features of Microsoft Team Foundation Server is currently in development. It is planned to be released for both IDEA 7 and 8. Fonte: IntelliJ IDEA integration with TFS coming! Technorati Tags: TFS

posted @ mercoledì 14 maggio 2008 10:58 | Feedback (0) |

Attenzione con Branch e History con TFS

Se "branch-ate" da un Team Project ad un altro, state attenti alla history. Se non date l'accesso in lettura a delle persone al TP originale, queste non vedranno la storia prima della branch. Se cancellate il TP originale... addio storia!!! Technorati Tags: TFS

posted @ lunedì 31 marzo 2008 23:26 | Feedback (0) |

Shelve e Unshelve in VS.NET 2003, VS2005 e VS2008

Oggi ero in chat con il Gemello Diverso quando ad un certo punto mi chiede dov'è il comando per fare Shelve con il plugin MSSCCI di VS.NET 2003 (stesso discorso vale per tutti gli ambienti che supportano "miss kee"). La risposta è "non c'è!"... Dopotutto quando è stato inventato il "miss kee" non si sapeva nemmeno cosa fosse un accantonamento, o "sospensione", come è stato tradotto nella versione italiana. Naturalmente ci può venire in aiuto la possibilità di aggiungere i comandi al menù Tools. Non ho qui un VS.NET 2003 (grazie al cielo non uso più il FW 1.1...

posted @ mercoledì 26 marzo 2008 23:37 | Feedback (0) |

TFS e le merge con le Label di file cancellati

Con Giancarlo ne avevo già parlato qualche mese fa, quando era da un cliente e aveva scoperto il comportamento non proprio "intuitivo". Adesso stavo cercando altro ma ho trovato questo post che discute del problema e ne da anche una possibile soluzione, anche se alla fine Janky ha implementato il sistema usando un'altra tecnica basata sui Work Item e non sulle label. In pratica, le label non contengono le indicazioni dei file cancellati, e quindi quando si fa una merge by label le cancellazioni non avvengono. Il motivo è presto detto, se un file non appartiene alla label non è...

posted @ giovedì 17 gennaio 2008 21:45 | Feedback (0) |

Pubblicato anche un tip sull'uso della storia dei Work Item

La storia dei Work Item è una delle feature meno usate di TFS/Team Explorer, ma è una delle più utili per migliorare la tracciabilità delle comunicazioni all'interno di Team che adottano TFS. In questo tip si vede come usarla al meglio. Fatemi sapere cosa ne pensate. Technorati Tags: TFS P.s. l'altro tip non è mio (spero venga corretto al più presto ) ma del mio gemello diverso.

posted @ mercoledì 12 dicembre 2007 21:44 | Feedback (0) |

TFS to TFS Migration Tool preview disponibile su CodePlex

Dopo il tool per migrare da WSS a TFS, eccone uno da TFS ad un altro TFS. Questo abilita una serie di scenari prima molto complicati. A Barcellona nei tempi morti lo proverò per vedere quanto è applicabile. For those people interested in the Migration and Sync Toolkit or for people that just want to be able to move source code and work items between TFS servers/projects, check out the TFS to TFS Migration Tool.  Currently, it is available only as a prerelease while we continue to test with customers.  You can learn more on the CodePlex project page:...

posted @ martedì 30 ottobre 2007 23:32 | Feedback (1) |

3 Dicembre 2007 - Milano - Workshop su Team Foundation Server

Il 3 Dicembre 2007 nella sede ObjectWay di Milano terrò il Workshop intitolato "Mastering Team Foundation Server Version Control & Build". La giornata sarà divisa in una parte teorica dove si capirà come utilizzare al meglio TFS per la gestione del codice sorgente e per automatizzarne le build, e in una parte pratica dove applicare concretamente i concetti appresi. Verranno trattate sia la versione 2005, sia la nuovissima versione 2008. Ecco l'agenda della giornata: Introduzione a Team Foundation Server Version Control Gestione dei Workspace e operazioni di base Changeset, Integrazione con i Work Item, Policy e Note Branching...

posted @ martedì 23 ottobre 2007 23:35 | Feedback (7) | Filed Under [ Miei articoli, presentazioni e webcast ]

Configurazioni consigliate per TFS 2008

Brian ha postato le configurazioni consigliate per TFS 2008. I progressi sono molto interessanti! There's several things to note about this. There's fewer configs than we published in TFS 2005 - We found that the extra 2 configs really didn't add much value given the current hardware market. All of the user ratings are higher than for similar configs in TFS 2005 - as I said, we did a lot of performance work .  And these improvements are in spite of the fact that we raised the load per user significantly. The hardware...

posted @ giovedì 18 ottobre 2007 18:54 | Feedback (0) |

Visual Studio 2008 Beta2 TFS Rollup Fix

Esce in forma più comoda (sembra quasi una service pack per la beta... ): This rollup patch contains six (6) previously released updates for the Visual Studio 2008 Team Foundation Server Beta 2 products. The previously released updates are: Team Foundation Server KB941952 - Visual Studio 2008 Team Foundation Server Beta 2 - Version Control Branch/Merge operations have unexpected behavior KB942080...

posted @ domenica 14 ottobre 2007 14:50 | Feedback (0) |

Fare la Login automatica a TFS in modalità Workgroup

Un tip molto utile: ...There is a way around this.  Windows (XP/Vista/2003) has a feature that allows you to store a "network credential" in the OS for servers you access.  You type in the server name, your username, and your password and then you never have to type it in again... Leggete tutto alla Fonte: Configure Windows to Log in to TFS Automatically Technorati Tags: TFS

posted @ mercoledì 10 ottobre 2007 15:54 | Feedback (1) |

TFS QuickShelve 1.0

Era una cosa di cui si discuteva da tempo, e ora è realtà: Fellow TFS'er William Bartholomew sent me an email today about a little utility he's written. QuickShelve on CodePlex (Download 1.0) I’ve put together a little utility which will automatically shelve a developer’s pending changes... The idea is that they would have a scheduled job that ran once or twice...

posted @ sabato 6 ottobre 2007 11:11 | Feedback (0) |

Team System/Team Foundation Server e Java

Post molto interessante per chi deve capire cosa offre TFS per chi sviluppa in Java I wanted to put together the java functionality covered by Team System to communicate the value of TFS even with the java community.   For those writing java applications with Eclipse, TFS is a very viable option with the addition of a plug-in from Teamprise.   Along with TFS web interface called Team Web Access TFS now becomes a truly cross-platform alternative for ALM. Leggete il resto alla Fonte: Team System and Team Foundation Server Java...

posted @ giovedì 4 ottobre 2007 21:22 | Feedback (0) |

Operations Guidance for Team Foundation Server

Rilasciata finalmente la guida completa sulla gestione di TFS. La trovate qui. Si applica alla versione 2005 di TFS, al Team Explorer e alla Team Build. Ecco gli argomenti: Understanding Your Team Foundation Server Topology Managing Service Accounts Managing Groups, Users, and Permissions Managing Backup and Recovery Managing Configuration Information Monitoring Team Foundation Server Creating an Operations Plan Technorati Tags: TFS

posted @ martedì 2 ottobre 2007 19:29 | Feedback (0) |

TFS e WSS 2.0 SP3

Ve l'avevo già segnalato e vi avevo detto di aspettare a metterlo su TFS. Bene... ora non è più necessario, si può installare tranquillamente. We have completed testing TFS with WSS 2.0 SP3 and everything works as expected.  It should be safe to use it in a production TFS deployment and it will be fully supported. Fonte: TFS and WSS 2.0 SP3 Technorati Tags: TFS

posted @ lunedì 1 ottobre 2007 16:34 | Feedback (0) |

Team Foundation Server Best Practice Analyzer (mini-review)

E' da dopo le ferie che uso con profitto il Best Practice Analyzer, e finalmente posso mostrarlo pubblicamente. La schermata iniziale permette di selezionare varie attività, ma generalmente si parte creando una nuova analisi: L'analisi può avere un nome, si può specificare il server da analizzare, si può specificare se analizzare il server "già installato" o se verificare i prerequisiti. Si può scegliere di analizzare solo il server o anche il client, e funziona sia con server singoli, sia con server AT e DT separati. Lo scanning è abbastanza veloce, non c'è un'indicazione...

posted @ sabato 29 settembre 2007 14:15 | Feedback (0) |

Cosa cambia nel nuovo download di TFS2008 Beta2 e altre news

Ve ne parlavo giovedì e ora Brian ha postato le novità incluse in questa "technical refresh". Yesterday we released a refreshed build of TFS 2008 Beta 2.  Why did we do this?  The reason is that we have had a fair number of reports of installation issues.  Our installation process is instrumented with Dr. Watson logging and will send information about successes and failures and logs on the errors that were hit for us to analyze.  In those logs, we've seen a few significant issues.  But even more importantly, we discovered that logging was...

posted @ sabato 29 settembre 2007 11:11 | Feedback (0) |

Nuovi Team Foundation Power Tools

Come anticipato dall'amico Aldo sono usciti i nuovi Power Tools per Team Foundation Server 2005. Richiedono il Team Explorer 2005 installato, ma molti funzionano con il Team Explorer 2008 se si modifica il file di config con gli opportuni redirect sulle DLL che danno errore. Attenzione che questi Power Tools possono essere usati sia verso TFS 2005, sia verso TFS 2008, il problema è solo la presenza del Team Explorer 2005 sulla macchina client. Mi piace molto il TFS Best Practice Analyzer (basato su PowerShell) che usavo da alcuni mesi in alpha e mi ha aiutato nel trovare...

posted @ sabato 29 settembre 2007 10:56 | Feedback (0) |

Nuova versione di Visual Studio 2008 Beta 2 Team Foundation Server

Sto cercando di capire cosa c'è di nuovo, probabilmente è una technical refresh. Microsoft Visual Studio 2008 is the next-generation development tool for Windows Vista, the 2007 Office System, and the Web. Fonte: Visual Studio 2008 Beta 2 Team Foundation Server Technorati Tags: TFS

posted @ venerdì 28 settembre 2007 00:00 | Feedback (1) |

Disponibile la CTP di TeamSpec

Dai produttori di TeamLook un altro software molto bello per la gestione dei WorkItem con Word: Download the TeamSpec CTP Now! Before we release a v1.0 of TeamSpec, we want to share the state of the product. We’re very close to making the v1.0 release and wanted to make one final pre-release update both to get more feedback as well as make some final improvements. If you downloaded our last release (Beta) you will notice that we’ve made significant progress towards the vision of making the document an...

posted @ giovedì 27 settembre 2007 23:34 | Feedback (0) |

Quando si parla per sentito dire...

Ho letto oggi il post dell'amico Emanuele sui framework di Test, e sono rimasto basito da questa frase: ...MS Test che praticamente nessuno usa (che senso aveva farlo?)... Cosa vuol dire "praticamente nessuno"? Il commento di Antonio fa un po' di chiarezza: Che lo Unit Testing di MS sia poco utilizzato è dovuto solo al fatto che viene distribuito con le versioni più costose di VS2005, ma con VS2008 la musica dovrebbe cambiare visto che MS è intenzionata a rilasciare il suo Unit Testing anche con la versione Pro...

posted @ lunedì 24 settembre 2007 01:06 | Feedback (2) | Filed Under [ Community e amici ]

VSTS Web Access CTP per TFS 2008

Era da giorni che la aspettavo, in passato bisognava installare il Team Explorer del 2005 anche su TFS 2008. Può essere usata con TFS2005, ma bisogna mettere il Team Explorer 2005. You can download it here. The big advances in this update include... Built against the TFS 2008 object model Custom control support Build queuing - solo per server...

posted @ venerdì 21 settembre 2007 22:26 | Feedback (0) |

Articolo per MSDN: Gestire al meglio i WorkItem

Nuova MSDN Flash e nuovo articolo su Team Foundation Server del sottoscritto, questa volta parliamo di WorkItem,cosa sono, come si gestiscono, come usarli con Project, Excel, come usare le aree, i report, etc... Fatemi sapere naturalmente se avete commenti. Lo trovate qui. Technorati Tags: TFS

posted @ venerdì 21 settembre 2007 01:17 | Feedback (0) | Filed Under [ Miei articoli, presentazioni e webcast ]

Una manciata di Fix per TFS2008 Beta2

Le aveva annunciate Brian qualche tempo fa (quando ne erano uscite altre due), e ora sono disponibili su Microsoft Downloads: Visual Studio 2008 Beta2 TFS Fix  Visual Studio 2008 Beta2 TFS Fix  Visual Studio 2008 Beta2 TFS Fix  Visual Studio 2008 Beta2 TFS Fix Visual Studio 2008 Beta2 TFS Fix  Visual Studio 2008 Beta2 TFS Fix  Technorati Tags: TFS

posted @ domenica 9 settembre 2007 22:52 | Feedback (0) |

Due miei nuovi tip su Team FoundationServer

Eccoli pubblicati sulla newsletter MSDN: Installare Team Foundation Server: alcune note aggiuntive Team Foundation Server: comprendere l'utilizzo dei Workspace Il primo estende l'articolo sull'installazione di TFS che avevo scritto qualche mese fa, il secondo spiega come usare una delle feature meno comprese di TFS, ma cruciali per l'utilizzo del Version Control in maniera efficace. Se avete feedback, fatemeli sapere. Un paio di note, dovute alla latenza tra quando vengono scritti e quando vengono pubblicati: i problemi sull'installazione del SP1 di TFS presentati nel Tip erano al 99% dovuti alla vecchia versione della patch da installare prima...

posted @ giovedì 6 settembre 2007 18:03 | Feedback (0) | Filed Under [ Miei articoli, presentazioni e webcast ]