Tagged Questions
The remote tag has no wiki summary.
65
votes
7answers
23k views
git: rename remote branch
I have the branch master which tracks the remote branch origin/master.
I want to rename them to "master-old" both locally and remote. Is that possible? For other users who tracked origin/master (and ...
34
votes
4answers
10k views
Track all remote git branches as local branches
Tracking a single remote branch as a local branch is straightforward enough.
$ git checkout --track -b ${branch_name} origin/${branch_name}
Pushing all local branches up to the remote, creating ...
23
votes
2answers
6k views
Merge changes from remote github repository to your local repository
I have forked a repository on github some time ago, made a small change and pushed the change back to my github fork. The original repository has changed since. I would like to merge the changes from ...
23
votes
4answers
12k views
How do I make git-svn use a particular svn branch as the remote repository?
A word of warning: I'm a n00b to git in general. My team uses feature branches in svn, and I'd like to use git-svn to track my work on a particular feature branch. I've been (roughly) following Andy ...
23
votes
10answers
735 views
Can you pair program remotely?
We have a team of about 7 engineers, whom I supervise. We do not have a formal office where we all work. Instead, a handful are located outside of our city, while the rest of us are scattered around ...
22
votes
3answers
4k views
How to change a remote repository URI using Git?
I have a repo (origin) on an USB key that I cloned on my hardrive (local). I moved "origin" to a NAS and I successfully tested cloning it from here.
I would like to know if I can change the uri of ...
21
votes
4answers
2k views
How to push a new local branch to remote repo and track it too [git]
I tried looking for a an answer to this, but couldn't find any which address this specific need. Which is weird.
I want to be able to do the following:
create a local branch based on some other ...
17
votes
3answers
3k views
How do you stop tracking a remote branch in git?
That is, I don't want to actually delete the branch in the remote repository, but I don't want the branch locally anymore.
Can I just do git branch -d the_branch and it won't get propagated when I ...
14
votes
1answer
301 views
iphone send video to ipad live streaming and wireless control (like AR Drone)
How can I send video from an iPhone to an iPad?
I'm building a robot that is an iPhone controlling an arduino, for the next phase I would like to be able to send some live streaming video from the ...
14
votes
7answers
4k views
Scala remote actors
Are there any guides or tutorials which explain the possibility to use scala actors remotely? All I have found until now is one example (without comments) but that's hardly enough.
13
votes
9answers
2k views
How to do remote development with Emacs?
I started using emacs as my main editor a few days ago, and I'm in the process of gathering all customizations I need.
The main usage I'm giving it is for development of a C project on a remote Linux ...
10
votes
2answers
693 views
How can I add remote repositories in Mercurial?
I am working with Git repositories in the following way:
I have the master repository and several remotes on the different production machines.
I am pushing the production code to the remotes and ...
10
votes
3answers
271 views
git command to emit name of remote tracking branch
I'd like a command that emits the name of the tracked branch for the branch I'm on. Something like:
$ git checkout --track -b topic origin/master
Branch topic set up to track remote branch master ...
9
votes
7answers
6k views
Stopping/Starting a remote Windows service and waiting for it to open/close
The top answer to this question tells me how to stop/start a remote service. Great.
Now, all I need is to wait for the actual stop/start to complete. So, what I'm looking for is a dos command to:
...
9
votes
6answers
11k views
How to build a c++ project on a remote computer in Eclipse?
I have a Windows pc with Eclipse Ganymede installed, and a Linux pc where my C++ project files are located. I use Eclipse to edit the files through SMB, and would like to build the project using ...
9
votes
9answers
6k views
How do you remotely update Java applications?
We've got a Java server application that runs on a number of computers, all connected to the Internet, some behind firewalls. We need to remotely update the JAR files and startup scripts from a ...
8
votes
2answers
2k views
Debug GWT application in a remote browser
I try to debug the GWT app in a remote browser (located on other computer than Eclipse instance) for example in VMware environment. Unfortunately while opening address below there is no connection.
...
8
votes
4answers
3k views
Running A Bash Script Over SSH
I'm trying to write a Bash script that will SSH into a machine and create a directory. The long-term goal is a bit more complicated, but for now I'm starting simple. However, as simple as it is, I ...
8
votes
4answers
3k views
How can you check to see if a file exists (on the remote server) in Capistrano?
Like many others I've seen in the Googleverse, I fell victim to the File.exists? trap, which of course checks your local file system, not the server you are deploying to.
I found one result that used ...
8
votes
2answers
10k views
Unable to Connect to Tomcat Using VisualVM
I am having problems monitoring a remote Tomcat process. I'm trying to use the Java 6 versions of JConsole/JVisualVM.
I have jstatd running on the remote server with the appropriate security ...
8
votes
11answers
13k views
How can one check to see if a remote file exists using PHP?
The best I could find, an if fclose fopen type thing, makes the page load really slowly.
Basically what I'm trying to do is the following: I have a list of websites, and I want to display their ...
8
votes
2answers
5k views
Vendor Branches in Git
A Git project has within it a second project whose content is being worked on independently.
Submodules cannot be used for the smaller, as even the subproject must be included when users attempt to ...
8
votes
1answer
5k views
Authenticate and GetRoles of ActiveDirectory users in a disconnected WPF application via MembershipProvider
I have a project requirement where I need to authenticate against ActiveDirectory in a remote/disconnected WPF application.
There is probably several ways to attempt to do this, but what would be the ...
8
votes
17answers
11k views
How can I automate running commands remotely over SSH?
I've searched around a bit for similar questions, but other than running one command or perhaps a few command with items such as:
ssh user@host -t sudo su -
However, what if I essentially need to ...
7
votes
3answers
339 views
Call Delphi method from another Delphi program
I would like to setup a small program that retrieves info from a database and then distributes that information to another program when requested. For instance, a program called 'Master' would ...
7
votes
1answer
8k views
Git shows the error “does not appear to be a git repository fatal: The remote end hung up unexpectedly”
I just installed GIT in my centos linux server and configured it. When i create a new repository using git init it works fine and gives output of the command also.
But the problem is that whenever i ...
7
votes
2answers
785 views
Mysql Backup with Mercurial
is it possible to take ? I researched at Google, I found few articles, but in German and other langs, so didnt understand well.
It would be great if we could get mysql back-up from server to ...
7
votes
4answers
2k views
Preview a git push
How can I see which commits are actually going to be pushed to a remote repository?
As far as I know, whenever I pull master from the remote repository, commits are likely to be generated, even if ...
6
votes
1answer
132 views
Controlling your phone from laptop
Idea: create a remote control for your android phone.
Why: I like listening music on my phone in a dock station with speakers connected. Now sometimes I want to turn the volume up/down, change the ...
6
votes
3answers
280 views
Python to emulate remote tail -f?
We have several application servers, and a central monitoring server.
We are currently running ssh with "tail -f" from the monitoring server to stream several text logfiles in realtime from the app ...
6
votes
3answers
334 views
Implementing my own remote desktop in java
I am trying to implement my own remote desktop solution in java. Using sockets and TCP/UDP.
I know I could use VNC or anything else, but its an assignmentwork from school that I want to do.
So for ...
6
votes
2answers
803 views
How to save a figure remotely with pylab?
I'm trying to generate a figure at a remote computer with the command pylab.savefig.
But I got such error:
Unable to access the X Display, is $DISPLAY set properly?
How can I save the figure ...
6
votes
2answers
5k views
How do I use jquery validate remote validation on a field that depends on another field in the form? How can I trigger a jquery remote validation call even when the input field is unchanged?
I have a form in which I am using remote validation to check if an email address already exists in the database. However, the catch is that on this form, the user can select between several different ...
6
votes
2answers
3k views
Java RMI - UnicastRemoteObject: what is the difference between exportUnicastRemoteObject() and extend UnicastRemoteObject()?
i'm preparing for an exam and I'm having a question that I hope someone here could answer me.
Its about RMI and remote objects. I wonder why there is so much difference between these two ...
6
votes
3answers
276 views
Uploading to a Remote Server
I am working on a website, using PHP/MySQL, where users can upload videos, then, those videos are converted (using FFMPEG) to FLV and MP4 files.
Now, the whole 'upload' and 'conversion' process takes ...
6
votes
2answers
2k views
Django users and authentication from external source
I have a Django app that gets it's data completely from an external source (queried via HTTP). That is, I don't have the option for a local database. Session data is stored in the cache (on my ...
6
votes
6answers
6k views
VLC remotely control from C#
i'm trying to control the VLC Media Player from C#. I tried getting a handle on the window with the FindWindow() command from .Net but as i found out the name of the window changes every time a file ...
6
votes
3answers
8k views
Get heap dump from a remote application in Java using JVisualVM
I run JVisualVM (Windows XP, Sun Java 1.6.0.13, 32 bit client VM) to monitor a distant application (Linux, Sun Java 1.6.0.07, 64 bit server VM). Before starting the actual remote application, I launch ...
6
votes
5answers
574 views
Create local backup when editing remote files via netrw in vim
I work with many files remotely using vim and the netrw plugin. I also keep timestamped backups by changing the &backupext (found in the documentation).
While working in a remote file ...
6
votes
3answers
959 views
How do I fix missing git remote details?
Some repository clones I have allow me to do this:
% git pull
% git push
But other repositories require me to type:
% git pull origin master
% git push origin master
I think I am missing ...
6
votes
6answers
2k views
java.net versus java.nio
At what point is it better to switch from java.net to java.nio? .net (not the Microsoft entity) is easier to understand and more familiar, while nio is scalable, and comes with some extra nifty ...
6
votes
8answers
8k views
What is the best way to connect remotely to a mac
I'm trying to remotely control a macintosh computer. I know that in the windows world, you can use Remote Desktop to connect from one windows computer to another windows computer. This works ...
6
votes
10answers
834 views
Agile development in a distributed team
The Agile Manifesto emphasizes the importance and nature of communication in the software development process. Two of the twelve principles underscore this:
Business people and developers must work ...
6
votes
7answers
7k views
How can I prevent a server from becoming locked after a Remote Desktop session
As part of our databuild run a 3rd party program (3D Studio Max) to export a number of assets. Unfortunately if a user is not currently logged in, or the machine is locked, then Max does not run ...
5
votes
1answer
98 views
Programming on a remote machine [Eclipse - ruby]
Has someone used any add-on on eclipse to develop on a remote machine ?
I am having to ssh through the terminal and copy paste the eclipse code
to run it on a remote host that has the necessary ...
5
votes
3answers
536 views
How do I get my Node/Socket.io chat to communicate when it's on a domain?
I have successfully written a very simple real-time chat out of Node JS and Socket.io. It also uses Express, Jade and Stylus - which I want to develop further.
The current code for this is here (this ...
5
votes
1answer
152 views
Move cursor more smoothly (remote app)
I am writing Android remote app. When I touch and move on Android app, the cursor on server machine moves too but it delays for about a second.
My app simply are two threads: client sends ...
5
votes
1answer
6k views
In XCode 4 how do I add a remote GitHub repository to an existing local project?
The Git integration in XCode 4 is very welcome however it seems to be a bit flaky when it comes to dealing with remote repositories.
For clarity I'm using OS X version 10.6.7 and XCode 4.0.2 ...
5
votes
1answer
459 views
No breakpoints when Remote debugging with Delphi 2010 - so stuck on Delphi 7
I've come back to looking at remote debugging with Delphi 2010 after my initial investigation last August. I've made sure that D2010 has updates 4&5 and that the remote debugger is the latest from ...
5
votes
4answers
287 views
how to close a window from a different process
I have a c# application which I want to instruct to shutdown nicely, from a different process.
I also want to be able to ask it to open its main window.
I have a reference to its main window handle.
...