Questions tagged [pull]

In distributed version control, pull or fetch is the action of transferring remote changes into a local repository.

In distributed version control, pull or fetch is the action of transferring remote changes into a local repository.

Examples:

970 questions
0
votes
3 answers

How to update GIT remote repository?

I have just switched from subversion to GIT and found out it is much faster. I have a problem - on one location / computer I change file, delete dir,... and commit it Everything is OK (If I define new GIT on another folder everything is correct).…
M.V.
  • 1,662
  • 8
  • 32
  • 55
0
votes
0 answers

Can't pull from the repository svn

I want to pull changes from a visual svn repository using Xcode, but a window opens "Choose the working copies to pull.", but besides the working copy it is written uncommited changes. I commited the changes before wanting to pull the changes from…
Maria Stoica
  • 211
  • 2
  • 13
0
votes
1 answer

Changes in code does not appear after making pull from git repository

I'm working with Git in Eclipse, so every time when I tried to pull my repository the changes from my last commit does not appear in project's code. What have I missed?
Zakharov Roman
  • 739
  • 3
  • 13
  • 31
0
votes
2 answers

How do I pull rows from mysql with Javascript onchange

I have a website where info of registered member from various countries and states are collected. On my search form, I have 3 fields; Country, State and Sex. I listed all the countries of the world in my search (as a dropdown), but the state field…
adsegzy
  • 11
  • 3
0
votes
1 answer

What is the correct way to completely eliminate Replication for a specific Publication

I have two servers: Server 1 (Publisher) Server 2 (Subscriber) I have a set up a PULL subscription. What are the correct steps to programmatically remove this entire replication? I need to know this because I have a custom application that does…
JJ.
  • 9,580
  • 37
  • 116
  • 189
0
votes
1 answer

pushed code from a git submodule, but can't pull it again from the main working directory

I have a project that pulls in a library as a submodule from a different repo. I made a branch with some changes in the library from within the submodule directory and sucessfully pushed it to Github. When I tried pulling the changes from within…
Frotz
  • 535
  • 4
  • 21
0
votes
2 answers

How we can remove interim history while doing hg pull?

If i want to pull changes from local branch to my main stream branch and don't want interim changeset history of local branch in main branch. How we can do it?
0
votes
2 answers

Error (401 Unauthorized) accessing GAE Task Queue (pull queue)

I'm getting this error below trying to access a pull task queue. Until the last friday (Oct, 5) it was working perfectly. Today (Oct, 8) it wasn't working. I run it from a Websphere Application Server v7 with the 2 imported certificates below:…
0
votes
1 answer

Pullable view Objective c

I like to do a pullableview, to show a button, but not like notification center, its a custom button like this: And the second and final stage: Anyone knows a library, contro to achieve that?
darkman
  • 993
  • 3
  • 13
  • 31
0
votes
2 answers

transfer localhost web directory to github repository

I created an account at github.com and im very new to git. I have ubuntu and have a web folder in htdocs. I want to be able to commit any changes and show up in github repository which i created. When i try git commit {github url} it does not…
Giorgi
  • 609
  • 2
  • 15
  • 29
0
votes
1 answer

How to share config and password containing files among Git repos

I have a project with some files which consist of config files with passwords and user specific data. We deploy this project to our server via git pull, and commit changes via git push from our computers. I have noticed that git has git…
Marko Novakovic
  • 470
  • 2
  • 10
0
votes
2 answers

How often does RESTful client pull server data

I have a RESTful web-service application that I developed using the Netbeans IDE. The application uses MySQL server as its back end server. What I am wondering now is how often a client application that uses my RESTful application would refresh to…
Abraham
  • 603
  • 7
  • 19
0
votes
1 answer

Egit pull failure showing error

I am facing problem with egit pull option.I can do push in my repo but cannot do pull from the repo. It comes with an error can anyone tell me the full process of pull.After googling i came to know something about fetch but from the site i am not…
ligherror
  • 110
  • 9
0
votes
0 answers

git already up-to-date but not same contents on multiple computers

I have two computers that have git repository cloned. When I type git push or git pull on either computer, it says "Already up-to-date" However some files are missing from computer B which are present in computer A. What's going on here? on…
eugene
  • 39,839
  • 68
  • 255
  • 489
0
votes
1 answer

Mercurial "pull" under different account on "target" server?

I've got Mercurial installed on the live server so that I can easily "pull" in changes for deployment. It was set up for my account, e.g. it always asks for my password whenever I do a pull. However, now I want to hand over access to someone else.…
GeneC
  • 93
  • 2
  • 10