Re: patchify (a Patch command solution)
From: Sean Russell <ser_at_germane-software.com>
Date: 2002-02-10 02:03:00 CET
-----BEGIN PGP SIGNED MESSAGE-----
Hi,
You don't really need <file>.orig or <file>.repos, since they can be recreated
File.rm_f orig_fname, repos_fname
Right before the last line in the script, or apply this patch (watch the formatting,
*** patchify.rb Sat Feb 9 16:20:43 2002
File.cp ".svn/text-base/#{basename}.svn-base", orig_fname
! `patch -R #{orig_fname} < #{reject_file}`
puts "Done."
+ # Get the repository version
! `patch -R #{orig_fname} < #{reject_file}` # recreate the original
puts "Done."
- --
iD8DBQE8ZcbEP0KxygnleI8RAiQBAKC6gt8nZ+fr4Dj8SmhLSjlwdROt3gCgpwgg
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.