[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Best Practices question

From: Paul Lussier <pll_at_lanminds.com>
Date: 2002-10-09 21:21:19 CEST

In a message dated: Wed, 09 Oct 2002 12:49:41 CDT
"B. W. Fitzpatrick" said:

>> What is the procedure for submitting a patch? Do I just mail it to
>> the dev list? Of course, this should be a FAQ itself, shouldn't it :)
>
>It's just like anything in the Subversion project (see HACKING):
>
>Send a mail to the dev list with the word [PATCH] and a one-line
>description in the subject, and include the patch inline in your mail

Is it sufficient to:

        $ svn co http://svn.collab.net/repos/svn/trunk subversion
        $ cd subversion/www

                [ make changes to project_faq.html ]
        
        $ svn diff project_faq.html > /tmp/foo

        $ Mail -s "[PATCH] FAQ updates" < /tmp/foo

Or is there something else I should do?

Thanks,

-- 
Seeya,
Paul
--
	It may look like I'm just sitting here doing nothing,
   but I'm really actively waiting for all my problems to go away.
	 If you're not having fun, you're not doing it right!
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 10 14:47:49 2002

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.