tags:

views:

38

answers:

1

I need to change the braching of floder under TFS Source Control for my project is it possible?

right now my project is under AAA folder

now I need to keep it in AAA---> DEV--> My project...

thanks

+1  A: 

Sure. Just do it via Source Control Explorer. Right click the folder and select move. Note that you can't do it for top level folders since they are tied to the project name.

If you want to do it via the command line you'd be looking for the "tf.exe rename" command

Richard Banks