0
votes
1answer
14 views
Does hg pull only operate on the current working directory?
I have multiple mercurial repositories and used hg clone to create backups of them on our file server. Now I want to write a batch file that updates them once a day by running hg p …
0
votes
1answer
23 views
Server Push vs Server pull in IIS
Hi,
I was thinking of building a chat application in ASP .NET. I was thinking of either using push or pull. I have found that pull is more scalable than push. But does any body kn …
1
vote
1answer
16 views
Using Git how to merge a subtree from remote branch
Subtrees in Git work nicely although some git commands remain to be supported for subtrees.
Here's the question:
How to make the subtree pull from a different remote branch l …
1
vote
2answers
55 views
git pull with local changes
I think I might be asking something weird/wrong here, but I'm new to git so bear with me!
I have a development clone and a live clone of a git repository, pushing from development …
0
votes
4answers
91 views
Git pull certain branch from github.
I have a project with multiple branches. I've been pushing them to github, and now that someone else is working on them i need to do a pull from github. It works fine in master. Bu …
0
votes
1answer
35 views
XML: what processing rules apply for values intertwined with tags?
I've started working on a simple XML pull-parser, and as I've just defuzzed my mind on what's correct syntax in XML with regards to certain characters/sequences, ignorable whitespa …
0
votes
0answers
52 views
Inexpensive CDN with Origin/Pull services? [closed]
Does anyone know of an inexpensive CDN which offers origin/pull services?
I've looked into Cachefly, they look great but don't provide this service for less than $1k unfornuately. …
6
votes
3answers
235 views
Using GIT, how can I selectively pull / merge changes from anothers ‘fork’?
Take this scenario:
I decide to 'fork' a codebase on github.com, and start doing my routine: Edit - Commit - Push; aka hack hack hack.
After I made some changes, I see some chang …
1
vote
3answers
115 views
Is ‘pull’ a synonym for ‘clone’ in a Mercurial source-control repository?
I'm seeing the command 'pull' and wondering how that's different from a 'clone'. Both terms seem to imply retrieving code from some remote repository. Is there some subtle distinct …
1
vote
1answer
108 views
Cloning a single path of a bare git repository
I am trying to add a post-commit hook to a bare repository, such that whenever a commit is made the changed files are automatically installed in a (hardcoded) directory.
Is there …
6
votes
5answers
831 views
[Git]How can I make my local repository available for git-pull?
I have a working copy repository that I've been working in no problem; the origin for this repository is on GitHub.
I'd like to make my working copy repository available as the …
2
votes
3answers
211 views
Does “git fetch --tags” include “git fetch”?
A nice and simple question - is the function of "git fetch" a strict sub-set of "git fetch --tags"?
I.e. if I run "git fetch --tags", is there ever a reason to immediately run "gi …
1
vote
1answer
739 views
Force git to overwrite local files on pull.
The scenario is following:
my team member is modifying the templates for a website we are working on
he is adding some images to the images directory (but forgets to add them und …
1
vote
2answers
116 views
jQuery.. pulling a string before current element
HTML..
<div class="row">
<div>
<b>Title A</b> <a href="#">Link 1</a> <a href="#">Link 2</a>
</div>
Content A
& …
2
votes
2answers
215 views
What are pro/cons of push/pull data flow models?
I've been developing an in-house DSP application (Java w/ hooks for Groovy/Jython/JRuby, plugins via OSGi, plenty of JNI to go around) in data flow/diagram style, similar to pure d …
