Committed as 10948.  I also renamed 'parrotdev' to 'workingdir' and added
some ASCII art to prevent further confusion.

Thanks,

-J

--
On Fri, Jan 06, 2006 at 01:06:19PM -0800, Roger Browne wrote:
> # New Ticket Created by  Roger Browne 
> # Please include the string:  [perl #38178]
> # in the subject line of all future correspondence about this issue. 
> # <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=38178 >
> 
> 
> This patch, for file docs/submissions.pod, fixes the directory listed
> against the 'svn diff' command. (The originally-listed directory was not
> a svn working directory).
> 
> This patch also adds instructions to apply a 'svn diff' patch, and
> consistenly names the patches being applied.
> 
> $ diffstat docs.patch
>  submissions.pod |    9 +++++----
>  1 files changed, 5 insertions(+), 4 deletions(-)
> 
> Regards,
> Roger Browne

> Index: docs/submissions.pod
> ===================================================================
> --- docs/submissions.pod      (revision 10939)
> +++ docs/submissions.pod      (working copy)
> @@ -67,7 +67,7 @@
>  
>  Patches can also be generated by svn.
>  
> -    cd parrotdev
> +    cd parrot
>      svn diff > docs.patch
>  
>  =item C<CREDITS>
> @@ -122,15 +122,16 @@
>  You may wish to apply a patch submitted by someone else before the patch is
>  incorporated into SVN.
>  
> -For single C<diff> patches, copy the patch file to F<parrot>, and run:
> +For single C<diff> patches or C<svn> patches, copy the patch file to
> +F<parrot>, and run:
>  
>      cd parrot
> -    patch -p0 < single.patch
> +    patch -p0 < some.patch
>  
>  For recursive C<diff> patches, copy the patch file to F<parrotdev>, and run:
>  
>      cd parrotdev
> -    patch -p0 < recursive.patch
> +    patch -p0 < some.patch
>  
>  =head2 Configuration of to be ignored files
>  

Attachment: pgpqk0f28ySlt.pgp
Description: PGP signature

Reply via email to