Eclipse: Error “.. overlaps the location of another project..” when trying to create new project

Eclipse is erroring because if you try and create a project on a directory that exists, Eclipse doesn’t know if it’s an actual project or not – so it errors, saving you from losing work! So you have two solutions: Move the folder counter_src somewhere else, then create the project (which will create the directory), … Read more

detach all packages while working in R

So, someone should have simply answered the following. lapply(paste(‘package:’,names(sessionInfo()$otherPkgs),sep=””),detach,character.only=TRUE,unload=TRUE) (edit: 6-28-19) In the latest version of R 3.6.0 please use instead. invisible(lapply(paste0(‘package:’, names(sessionInfo()$otherPkgs)), detach, character.only=TRUE, unload=TRUE)) Note the use of invisible(*) is not necessary but can be useful to prevent the NULL reply from vertically spamming the R window. (edit: 9/20/2019) In version 3.6.1 It … Read more

Change computer name for a TFS Workspace

This command run in the Developer Command Prompt for Visual Studio did the trick: tf workspaces /updateComputerName:MyOldComputerName /s:”http://MyServer:8080/tfs/MyCollection” It had to be run from the computer I wanted to assign the workspace to (that is how it gets the new computer name.

Eclipse Workspaces: What for and why?

I’ll provide you with my vision of somebody who feels very uncomfortable in the Java world, which I assume is also your case. What it is A workspace is a concept of grouping together: a set of (somehow) related projects some configuration pertaining to all these projects some settings for Eclipse itself This happens by … Read more

How to delete a workspace in Perforce (using p4v)?

From the “View” menu, select “Workspaces”. You’ll see all of the workspaces you’ve created. Select the workspaces you want to delete and click “Edit” -> “Delete Workspace”, or right-click and select “Delete Workspace”. If the workspace is “locked” to prevent changes, you’ll get an error message. To unlock the workspace, click “Edit” (or right-click and … Read more

Create a new workspace in Eclipse

I use File -> Switch Workspace -> Other… and type in my new workspace name. (EDIT: Added the composite screen shot.) Once in the new workspace, File -> Import… and under General choose “Existing Projects into Workspace. Press the Next button and then Browse for the old projects you would like to import. Check “Copy … Read more

Jenkins Pipeline Wipe Out Workspace

Like @gotgenes pointed out with Jenkins Version. 2.74, the below works, not sure since when, maybe if some one can edit and add the version above cleanWs() With, Jenkins Version 2.16 and the Workspace Cleanup Plugin, that I have, I use step([$class: ‘WsCleanup’]) to delete the workspace. You can view it by going to JENKINS_URL/job/<any … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)