Is there any way to do the following?: - checkout an rsync repo - make some changes to my copy - build a patch by diffing my copy and the copy on the rsync server over rsync -- Steve
On Wed, Aug 24, 2005 at 03:25:37PM -0700, Steve Dekorte wrote:> - checkout an rsync repo > - make some changes to my copy > - build a patch by diffing my copy and the copy on the rsync server > over rsyncThat's easy with standard cvs commands. See the cvs-checkout instructions on the download page of the website, edit the files, and run "cvs diff". http://rsync.samba.org/download.html ..wayne..