workspace

Can I add a new folder to a TFS repository server-side without using a local working copy?

匆匆过客 提交于 2019-12-05 03:31:16
I'm currently transfering some source code from a Subversion (SVN) repository to my client's Team Foundation Server. One of the things I stumbled upon is that there seems to be no way to edit the repository without first pulling all files in that repository to a local working folder in the local workspace. I'm using Visual Studio 2008 Team Explorer. My repository resembles this structure: $ $/branches $/trunk $/trunk/Solution1 $/trunk/Solution1/... etc. Now what I want to do is add a new folder in the root of the trunk (i.e. $/trunk/Docs). Because the Solution1 folder tree ($/trunk/Solution1)

Can TFS workspaces be used without being tied to a specific machine?

半腔热情 提交于 2019-12-05 02:57:42
So I've got a situation where we have a project with 10 developers. Each developer, when they come in for the day, is randomly issued a machine to use for development that day. The machine names are different, say DEV01 - DEV10. At the time that they are issued to the developers, the machines are identical, and no changes the developers make during the day are persisted on the machines (source code changes are stored in TFS, not locally). These are of course actually virtual machines, but that's not really relevant to the point at hand. The problem is that each morning, the developers run into

Add/remove workspace to mac programmatically

别说谁变了你拦得住时间么 提交于 2019-12-05 01:30:28
问题 I have a fairly simple question. How would I programmatically add/remove the workspaces found in mission control. I have seen this post here about changing to another space programmatically, and I think that it could be something similar to the answer, using CGSPrivate.h . I don't need to worry about private frameworks, as it's not going on the app store. EDIT: I also saw a post about modifying the com.apple.spaces.plist and adding workspaces, but I have no Idea how I would add that, as the

Provisioning customer accounts with Terraform (workspaces, Modules, ?) Best Practice?

谁说胖子不能爱 提交于 2019-12-05 00:31:44
问题 I have the need to create and manage multiple customer environments in AWS and I'm wanting to leverage Terraform to deploy all of the necessary resources. Each customer environment is basically the same with the exception of the URL they use to access one of the servers. I have put together a Terraform configuration that deploys all of the resources for a given customer. BUT... How do I take that same configuration and apply it to the next customer without copying the entire Terraform

How do I change the local path of a subfolder in TFS (not the whole workspace)?

余生颓废 提交于 2019-12-04 23:34:57
When I started working on a project I downloaded IPAddress\CompanyName\ProductName\DevBranch in TFS, mapping it to C:\DevBranch . But now I want to map the root folder to a local path, so I've mapped IPAddress\CompanyName to C:\CompanyName . However, IPAddress\CompanyName\ProductName\DevBranch is still mapped to C:\DevBranch and not C:\CompanyName\ProductName\DevBranch . How do I change the mapping of this local path? I want to have it automatically move all the files from the old local folder to the new local folder. Everything I've looked up keeps talking about editing workspaces, and only

How to Create a VSCode Python Workspace?

允我心安 提交于 2019-12-04 19:19:33
I'm trying to setup python on Visual Studio Code on MacOS. I have Python 2.7 and 3.5 interpreters installed on my computer. When I attempted to create my first python file the import modules were not found. According to the various setup instructions I've seen I'm supposed to be able to configure for my interpreter in "workspace settings." But I'm not sure I have a workspace, where to find it or how it is created. When I go to the Command Palette and try to run Python: Select Workplace Interpreter I get an error that says, "Please open a workspace to select the Python Interpreter" When I go to

How to stop Eclipse rebuild workspace?

痞子三分冷 提交于 2019-12-04 07:58:14
I have in workspace near 70 projects. Sometimes Eclipse starts rebuild workspace, but I haven't made any modifications. Rebuild takes near 2 hours. How to stop it and do Eclipse rebuild only projects in which modifications were made? Thanks. Samir Mangroliya In Menu, Project -> Build Automatically (Uncheck it) 来源: https://stackoverflow.com/questions/8878541/how-to-stop-eclipse-rebuild-workspace

What are the gigantic *.CFS files all about in Eclipse workspace plugin folder?

给你一囗甜甜゛ 提交于 2019-12-04 07:42:57
问题 I started to notice my WD drive getting full and ran a size:gigantic file search on it. It has turned up several files here: F:\SCOTT-SHARED-DESKTOP\My Documents\JPA_SPRING_STRUTS\.metadata\.plugins\org.maven.ide.eclipse\nexus\d9d714e11cb097b3ffcec91cccc65d3e_58.cfs that exceed 189,992 KB (189 MB)! Anyone know about these rascals? 回答1: As stacker points out, each of these seem to be a Lucene segment file, with Compound File format. If you want to see what is inside, you can open them with

Eclipse set up for multiple languages

限于喜欢 提交于 2019-12-04 06:46:46
I have been using the Eclipse platform for Java, javaEE, c++, python and PHP - in various school projects. Now that I am a bit more comfortable with it I would like to have some more accurate instructions on how to set it up. I am on windows7 - I had dropped the eclipse itself in my Dropbox and created workspaces as needed but this ended up in a chaos of settings spread here and there and in various bugs (which showed up when I tried to update to Juno - now features like templates are broken ). So what is the recommended way of setting eclipse up for various languages ? Should I download the

How to create a workspace

穿精又带淫゛_ 提交于 2019-12-04 05:37:40
How do we create a workspace in Visual Studio Code? I see File menu command to open, add a folder to and save a workspace but nothing to create one. The questions How to create workspace in VS code and How to Create a VSCode Python Workspace? are specific to Python. I am asking how to create a generic workspace. The question What is a 'workspace' in VS Code? provides some explanation of what they are but it is not clear how to create them. In the File menu choose "Open Folder...". Select a folder. You can add folders to the workspace using "File" | "Add Folder to Workspace...". Optionally,