Top "Move" questions

Usually refers to move semantics; consider using that tag instead.

Conveniently move a class to a different package in eclipse without borking svn

When moving a file from old.package to new.package I want two things to happen: Update all references to …

java eclipse svn move
Amazon S3 copy the directory to another directory

How do i copy/duplicate a folder that contain sub-folders and files into another directory within the S3 bucket using …

amazon-s3 directory amazon move
Add channel to category by name

var server = message.guild; for (var i = 0; i < server.channels.array().length; i++) { server.channels.array()[i].delete(); } server.…

javascript move categories channel discord.js
WPF Popup close automatically

How to close the WPF Popup in a WPF Control if clicked outside the Popup area or if the Parent …

wpf popup move
How do I fix the path of my local git repo after move?

How do I fix the path of my local git repo after move? previous local location: /C/website new local …

git move
How to move a widget in the screen in Flutter

I am using flutter and i have a container with the shape of a circle using this code new Container( …

flutter dart move flutter-widget
Is it possible to std::move local stack variables?

Please consider the following code: struct MyStruct { int iInteger; string strString; }; void MyFunc(vector<MyStruct>& vecStructs) { MyStruct …

c++ c++11 move move-semantics
Moving files lose history in TFS 2013

I'm using VS2013 Update 4 with TFS 2013 Update 4. In Source Control Explorer, whenever I move a file from one folder to …

visual-studio-2013 move history tfvc
git, sure-fire way to move/rename files while keeping the history

I know there are "lots" of existing questions that looks similar, so let me summarize them before asking mine. The …

git rename move
How to move a branch in SVN to trunk?

how can I move a SVN branch into trunk ? The problem I face is, that if I do a move …

svn tortoisesvn branch move svn-trunk