7
votes
3answers
375 views
Self updating py2exe/py2app application
I maintain a cross platform application, based on PyQt that runs on linux mac and windows.
The windows and mac versions are distributed using py2exe and py2app, which produces qui …
7
votes
6answers
505 views
How does one submit a potential patch to the Linux kernel?
We have some software which relied on certain behavior from an another (very commonly used) application that has now changed, rendering our current implementation workable, but les …
5
votes
2answers
471 views
git workflow question
Hi, this will be a long one but I hope you could bear with me.
I am trying to use git to put my team's source codes under version control. After trying to find different approache …
4
votes
10answers
293 views
I don’t “get” how a program can update itself. How can I make my software update?
Say I make an .exe file and everything is peachy. Wonderful it works.
Say I worked on a new feature on the software and I want it to be available for people who already have the o …
4
votes
3answers
931 views
How to apply a git patch from one repository to another?
I have two repositories, one is the main repo for a library, and the other is a project using that library.
If I make a fix to the in the subservient project, I'd like an easy way …
4
votes
1answer
3k views
How to make svn diff produce file that patch would apply, when svn cp or svn mv was used?
The scenario is:
svn cp or mv some file
modify that file
svn diff > mypatch
On other machine (same working copy, but no changes):
Try to apply mypatch.
Fail -> tries to modif …
4
votes
9answers
577 views
What exactly does the word Patch mean when refering to ‘submitting a patch’?
What exactly does the word patch mean when refering to 'submitting a patch'?
I've seen this used a lot, especially in the open source world. What what does it mean and what exactl …
3
votes
3answers
67 views
How can I determine the location of disassembled code within an executable?
Hi all,
I've got an executable file (C++, i386, compiled under MacOS/X Tiger, if it matters) that contains a bug. The fix for the bug is straightforward -- there's a place in the …
3
votes
1answer
55 views
Can git format patch so it can be used with patch program?
I'd need to create simple patches from git repository that can be applied with plain simple patch command line utility.
Can it be done?
3
votes
5answers
425 views
Is there a way to diff files from C++?
I'm looking for a C or C++ diff library. I know I can use the Unix diff tool in combination with system or exec, but I really want a library. It would be handy if the library cou …
3
votes
6answers
168 views
Patch vs. Upgrade
How do you distinguish between a "patch" and an "upgrade"? Where do you draw the line?
A certain specification says I need to do "X" whenever I release an upgrade to the product. …
3
votes
3answers
1k views
How do you squash commits into one patch with git format-patch?
I've got eight commits on a branch that I'd like to email to some people who aren't git enlightened, yet. So far, everything I do either gives me 8 patch files, or starts giving m …
3
votes
8answers
223 views
What’s the least painful way to transfer local Subversion changes to another machine?
I'm working on a change on my laptop. It's not ready to be submitted to repository yet but I'd like to keep working on my desktop too. My change set is quite big and not only it co …
3
votes
1answer
197 views
How do I make/apply a diff patch to this situation ?
Hi, I have a project, for example WORDPRESS. and I am use SVN.
I have following copies:
A. WP2.6 from wordpress.org
B. WP2.6, I modify some core files (add/del/change some file …
3
votes
2answers
314 views
How to prevent Vista from requiring elevation on patch.exe?
[I'm sorry that this isn't directly a programming question. But I have recently switched to a new Vista machine where I am keeping UAC enabled (please don't tell me to disable it, …
