Re: Ok. I just had this brainstorm....
From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2003-09-25 13:41:09 CEST
Files wrote:
I use this script to write a list of the file names in the format described in HACKING:
~/src/subversion> cat log-msg.sh
So I do, for example,
./log-msg.sh doc/boo/book/ > book.patch
svn diff doc/book/book/ >> book.patch
vim book.patch
cat book.patch
svn commit -F book.patch doc/book/book/
- Julian
---------------------------------------------------------------------
|
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.