similar to: creating patches with rsync

Displaying 20 results from an estimated 90000 matches similar to: "creating patches with rsync"

2009 Dec 16
3
[LLVMdev] LLVM MinGW binaries on Vista issue
> Just in case it's not clear, the svn for that page is part of the > llvmCore project. Specifically, > > https://llvm.org/svn/llvm-project/llvm/trunk/docs/GettingStarted.html > > Thanks for offering to help with the documentation. Making things > clearer for new users is always a good thing. > > Regards, > Jim If I do a sparse checkout like >svn co
2007 Jun 29
2
[LLVMdev] Web Server back up
Chris Lattner wrote: > On Fri, 29 Jun 2007, John Criswell wrote: > >> The LLVM web server is up and running, but we're still working on some >> subversion configuration issues. The server may go up and down >> intermittently as we try configuration changes over the next half hour. >> > > Apparently someone clobbered
2003 Mar 09
4
rsync and timestamps of local files
Is there a way to make rsync check the local file system for changes in the files prior to it performing a diff with the remote site?
2004 Jun 16
2
[OT] CVS update
Um, I don't remember the exact checkout command line I used, but it was probably something like the instructions on the web page: cvs -d :pserver:cvs@pserver.samba.org:/cvsroot rsync anyway, how do I update? I tried: [chris@lt2 rsync]$ cvs update -d -P cvs [update aborted]: connect to pserver.samba.org(66.70.73.150):2401 failed: Connection refused and login gives the same: [chris@lt2
2007 Jun 29
0
[LLVMdev] Web Server back up
On Fri, 29 Jun 2007, John Criswell wrote: > The LLVM web server is up and running, but we're still working on some > subversion configuration issues. The server may go up and down > intermittently as we try configuration changes over the next half hour. Apparently someone clobbered /home/vadve/shared/PublicCVS/CVSROOT/passwd. This prevents anyone with no account on zion from
2005 Jul 26
1
rsync for subersion
Hello, I want to checkout subversion project by RSYNC to remote system, Please help me FYI I am having subversion 1.2.1 and rsync version is 2.6.3 and i am using the subversion by http. Vikas Dube __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
2005 Dec 10
6
rsync 2.6.6 nasty bug?
I believe I have encountered a nasty bug with rsync 2.6.6 "--delete-excluded" option. When this is enabled, rsync''s operation appears to break entirely. I have a script that I''ve been using for a few years. The script hasn''t changed in the last year or so. Recently I upgraded from SuSE 9.3 to SUSE 10.0 which means that I went from rsync 2.6.3 (+ patches,
2002 Mar 15
1
--diff option for rsync (Re: rsync feature request)
On 14 Mar 2002, david.e.sewell@jpmorgan.com wrote: > I'm sure you get a million and one requests for changes to rsync. I thought > I would put my bid in and sugest that a feature to perform a unix style > diff of files that are found to be different would be useful for > administrators that use rsync to maintain synchronised of application > distributions. We us it to maintain
2004 Jan 21
3
rsync 2.6.0 - suspected memory leak bug
I have downloaded and built rsync 2.6.0 on our HP ProLiant DL380-G3 servers (2 Hyperthread processors, 4 GB RAM, 840 GB Hard Disk, etc. etc.) running Red Hat 8 with the latest errata kernel (2.4.20-28smp) and updates from HP for RH8. rsync is run in daemon mode from xinetd. When doing transfers the machine requesting the transfer starts to run out of memory. After every rsync transfer there
2004 Jun 15
3
how to exclude large files from backup list.
Hi, I am using a computer to back up files from another computer automatically. I want to exclude large files from backing up. How can I do that? Thank you. Wensheng Jiang
2012 Dec 31
3
[LLVMdev] Git-Svn commit?
Folks, I'm now using the git mirror, but I'm not sure how to commit changes via git, if at all possible. So far, I'm diffing & applying it on an RW svn tree and committing, but that makes me test twice and it's error prone. I read the manual regarding git-svn setup and all it has is the connection to svn to keep svn's linearity, but nothing on commit strategy. With git,
2020 Jun 05
3
yum/dnf diff
--On Friday, June 05, 2020 9:10 AM -0500 Johnny Hughes <johnny at centos.org> wrote: > These are two totally separate programs and projects. I'm not talking about diff'ing the yum and dnf programs. I'm talking about diffing the RPM packages that "rpm -V" reveals as changed. Such a utility would download the package if it wasn't in the cache, unpack it with
2007 Jun 29
3
[LLVMdev] Web Server back up
Dear All, The LLVM web server is up and running, but we're still working on some subversion configuration issues. The server may go up and down intermittently as we try configuration changes over the next half hour. Sorry for the inconvenience. -- John T.
2007 Nov 17
1
Assorted concerns about git repository
Wayne, I have a few more concerns about the git repository: 1. It looks like you retroactively removed all generated files from the history. This may inconvenience a user who seeks to an older version of the source code and lacks the magic "configure" to help regenerate the files. You also removed "rsync.1" even from revisions before it became a file generated from
2015 Aug 01
12
[Bug 11423] New: rsync 3.1.x is creating empty backup directories
https://bugzilla.samba.org/show_bug.cgi?id=11423 Bug ID: 11423 Summary: rsync 3.1.x is creating empty backup directories Product: rsync Version: 3.1.1 Hardware: All OS: All Status: NEW Severity: major Priority: P5 Component: core Assignee: wayned at samba.org
2004 Sep 10
4
question about using rsync with inetd
Hello, we would like to use rsync (2.6.2 manualy patched and recompiled) in daemon mode spawned by inetd (Solaris 5.8 Environment). /etc/services: rsync 1234/tcp #RSYNC daemon /etc/inet/inetd.conf: rsync stream tcp nowait publish /usr/bin/rsync rsyncd --daemon --port 1234 . Alas, this does not seem to work, there is the following error message in the log file:
2011 Feb 03
1
Problem with --link-dest from within subversion working copy
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, I've just encountered an issue where using --link-dest from within a Subversion working copy does not create hard links as intended. The idea is to supply the build toolchain for an embedded software development project to all users without having to force everybody to check out the whole stuff. This way we have the toolchain under
2004 Oct 21
2
buffer overflow in receive_file_entry
Hi, I have two identical servers running Mandrake 10.0 + many bugfixes. I installed the plain rsync 2.6.3 (and after that the last cvs checkout, but with identical results) and configured rsync as xinetd daemon on one of the two, rsync as client on the other. This is the result: [root@server rsync-2.4.4]# rsync -avz server::sitis/mydir/ receiving file list ... overflow: flags=0xb6ee l1=21
2004 Aug 02
1
HP-UX 11i and largefiles on rsync 2.6.2 (fwd)
On Mon, 2 Aug 2004, Wayne Davison wayned-at-samba.org |Rsync List| wrote: > Would anyone who is seeing this problem please try out the patch that is > attached to this bugzilla bug: > > https://bugzilla.samba.org/show_bug.cgi?id=1536 I gave it a test and it seems to work fine on HPUX 11.0. It skips the problematic mkstemp() call. It also passed the largefiles test that I sent
2007 Jan 15
3
CVS rsync hangs during local copy
Dear rsync people (particularly Wayne), I am finding that the CVS version of rsync hangs during most, but not all, local copies. The problem goes away if I pass --protocol=29, so I'm guessing it is related to the incremental file-list sending. The hanging seems to be timing-dependent. Increasing the verbosity level seems to increase the chance of a hang. If I run rsync repeatedly with the