In Rally, I want to copy some of the projects from one workspace to another newly created workspace. Has anyone tried it or has written scripts for it?
Related
I removed my old projects in my visualstudio.com account but I can see them in the Visual Studio.
How can I delete a project/branch permanently?
deleting the project through wit admin command.
Sometimes while deleting through GUI the project still reflects , as the project may still be present in the database.
I have some broken depencencies in a vb.net desktop app setup project and I have been unable to solve the problem. I wonder if I can do as follows:
Remove the setup project from the solution and delete it in windows explorer
Copy the setup project folder from my last backup of the solution files
Add the backed up folder to my solution
Are there any pitfalls to this method so that I should rather create the setup project again from scratch?
I did not find Add folder option in right pane of code explorer in tfs 2015. But there is Add Files option and I can add files to any folder in the code exploerr. Please refer to the screenshot below. Did anyone have same issue?
Download and install Folder Management extension to your TFS collection, you will be able to create folder from left panel:
According to the screenshot, you are using Git repo in TFS. It's not a issue, it's by designed.
You could not add folders in remote repo directly. The add files is more like upload file. If you want to add folders, suggest you directly push your local repo to remote repo.
Also take a look at this similar question: How do I add a whole folder to Visual Studio Team Services (was TFS Online)
I've never published an application on VB.NET but am reaching the point where I'll be able to release it.
In my project I have a database using Access. Right now I understand I can go to bin/debug to open up the copy of the database that is copied over. My concern is will this database copy be accessible once I publish the project?
I have TFS 2010 automated builds setup and using a CopyDirectory activity to copy the latest build to our DEV site. This all works fine.
In our web app we use a App_Temp folder for user uploads/downloads. This folder needs write permissions on the web server for all users.
Is it possible to:
A) change permissions on the folder when it is copied, or
B) exclude this folder from being overwritten/deleted and recreated
I'm open to other solutions to this problem.
Thanks for your help.