The patch tag has no wiki summary.
1
vote
1answer
28 views
Let diff create new files, but not remove existing files
Maybe I am missing something, but I'd like a diff between two directories to create files that don't exist, but not remove files that do. So, given something like:
./a/foo
./b/bar
This command:
...
0
votes
0answers
25 views
Windows 7 pro remote desktop true multi monitor support patch or hack [closed]
Possible Duplicate:
Windows 7 Pro multi-monitor Remote Desktop software
After hours of research the closest i came to any patch that could fix this was a concurrent sessions patch which is ...
0
votes
2answers
52 views
How to prevent patch from creating backup files?
I'm writing some code that will apply the patch(1) program, and I want to completely prevent it from creating backup files. That is, I don't want it to create foo.orig files when it either fails to ...
1
vote
3answers
58 views
Atomic application of unix patch
I have prepared a "patch" to my customer who will need to manually apply it to their code. If patch is applied partially due to conflicts then the whole procedure needs to be immediately reversed.
I ...
0
votes
2answers
123 views
An Application to describe .patch files
Do you know any application that be able to describe .patch files?
I mean an application that be able to get .patch file & give me a human readable of the changes it make on files so I'll be able ...
0
votes
2answers
49 views
Tool to create a patch that modifies/adds files within a directory structure
I have a set of files that need a set of changes applied to them.
In this scenario I have a Java Application Server (distributed via a zip file) that I need to apply a set of known configurations to, ...
1
vote
1answer
530 views
compiling curl with HipHop for PHP Patch [closed]
I'm following this guide: https://github.com/facebook/hiphop-php/wiki/Building-and-installing-on-ubuntu-10.10
It want's me to download curl source, doing the patch and compile this. well, but i get ...
2
votes
1answer
117 views
jump to file/line of current patch hunk in vim
If I'm viewing a multi-file diff in vim - for example the one produced by running :VCSDiff in a netrw buffer - and I position my cursor over a particular hunk, is there a way to jump to the affected ...
0
votes
0answers
33 views
How-to apply diff on reorganized files?
I have one patch which was picked from repo A, and now I need to apply it on repo B.
Repo A:
src\
kill_kenny.c
kill_dolphin.c
Repo B:
src1\
kill_kenny.c
src2\
kill_dolphin.c
...
1
vote
1answer
489 views
How do I apply a patch to my Linux kernel?
I am trying to compile the iscsi-target software SCST. It wants me to apply a patch to my Linux kernel in order to allow for certain performance gains. The problem is I still new to Linux development. ...
4
votes
2answers
701 views
Binary diff/patch for large files on linux?
I've got two partition images (A and B) and want to use them to create a patch that I can apply on A on another computer in order to get the new B image without flooding the network. I have the ...
3
votes
1answer
211 views
How do i apply a patch to Synergy in Mac OS X
I have downloaded a patch for a keyboard problem in Synergy for my mac but have no idea how to use it
0
votes
1answer
214 views
Windows 7 Enterprise: Cannot connect to internet using BSNL modem
I have a BSNL modem, which worked fine with Windows Vista. After I started using Windows 7 Enterprise, I found that I couldn't connect to the net using the modem (keep getting Error 651). It seems ...
0
votes
2answers
214 views
Binary diff file
I have installed an unofficial patch to an application I am using, which essentially uses unix's patch command to apply a binary diff file to a directory. It appears to me it modifies the object files ...
0
votes
1answer
71 views
Zune Last-day-of-leap-year bug - did Microsoft release a fix? [closed]
When the Zune 30's had the outage on the last day of 2008, there was a side discussion about how long it would take for Microsoft to create a fix.
After the dust settled, the problem "fixed itself" ...
2
votes
1answer
97 views
Where the Ubuntu's source can be gotten?
Where can I get Ubuntu's source code? Actually I want It's kernel's code. I know I can get the kernel from kernel.org but as I found out that Ubuntu does some patching on the kernel I want to know ...
1
vote
1answer
98 views
Do distributions like Ubuntu and Fedora costomize their own kernels?
As I was trying to do some patching on Ubuntu's kernel I've found out kernel.org's patches cannot be merged correctly with the kernel source. I'm wondering if distributions like Ubuntu have their own ...
2
votes
1answer
833 views
How to apply patch to Gnome on Ubuntu
My system has been crashing, and I think it may have something to do with Gnome since the crashes only occur when I'm using it. I checked the log file after a crash and it reported...
Gtk-CRITICAL ...
0
votes
1answer
247 views
Windows 2000 will be end of life on the next patch day, but will it still receive patches on that day?
I still have a few old Win9x VMs I can no longer reinstall because their update services do not longer work. So, I'd like to use WSUS Offline Update to burn a CD with all Windows 2000 updates after ...
1
vote
1answer
259 views
How much bandwidth is used by security updates?
Does anyone have a ballpark figure on how much bandwidth is used on average each month by Windows 7 for security updates / patches?
1
vote
2answers
168 views
Navigating to next hunk in a patch file using VIM
Some of us are familiar with patch failures like "Hunk #11 FAILED at 958." -- is there a command in VIM that allows me to go to, say, 11th hunk ... without having to manually count it? Even a shortcut ...
0
votes
3answers
337 views
What do these instructions mean in plain English?
I know it's for the linux program patch, but if I try to use it, I get the following error:
missing header for unified diff at line 4 of patch
malformed patch at line 5: quit
Instead, I'd like to ...
4
votes
3answers
1k views
Copy “%SystemRoot%\SoftwareDistribution\Download” to another computer
Is it possible (and safe) to copy the SoftwareDistribution\Download folder from one Windows XP machine, A, to another, B, and then let update.microsoft.com do its thing on B minus the download ...
1
vote
3answers
242 views
tool to display patch file
What tools exist to display patch files? A text editor is usually good enough. ColorDiff can add color. Ideally though the tool would also show intra-line differences like KDiff3.