开发者

Can Team Foundation Server 2010 be used to version small projects and one off files that don't necessarily require a full TFS project structure?

开发者 https://www.devze.com 2023-03-23 02:13 出处:网络
Going forward, our group will be developing .NET apps using T开发者_JAVA技巧FS, and the application lifecycle management will be great.

Going forward, our group will be developing .NET apps using T开发者_JAVA技巧FS, and the application lifecycle management will be great.

We also have a lot of legacy java apps that we currently version by zipping them up and throwing them in source safe. Or an other example would be a couple of stored procedures used for a report or scheduled job, we want them versioned and backed up with the rest of our source.

Can we achieve that same sort of one off functionality using TFS? We'd like all of our source in one place, but some of it just needs to be very simple. Thanks for your help.


Yes.

TFS is made to handle your scenario- not just to manage your SDLC and .NET applications.

For example, we store our legacy SPs and documentation in TFS. You can have those files versioned with your development branch too if you so desire. Essentially anything you can do with the code for your .NET application in terms of versioning you can achieve with all of your legacy files as well.

So you can feel confident, moving forward, that your choice to move to TFS is the right one if that is your only outstanding concern.

How to Add Files

Go to Source Control Explorer (View -> Other Windows -> Source Control Explorer or Double Click in Team Explorer View).

Navigate to where you want to store your legacy files in the structure or if you need to create a new folder to store the files (Icon is on the left of the toolbar).

Once the folder is created, click the icon with a little plus beside it to the right of the new folder icon to "Add Items to Folders." You can also right-click in the window to the right-hand side that shows you the files in the folder and both create new folders and add files to the folder.

Can Team Foundation Server 2010 be used to version small projects and one off files that don't necessarily require a full TFS project structure?

Inside of this dialogue you can select your legacy files and add them to TFS.

0

精彩评论

暂无评论...
验证码 换一张
取 消