Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[perl #38178] [PATCH] Fixes wrong directory listed in instructions for 'svn diff'

1 view
Skip to first unread message

Roger Browne

unread,
Jan 6, 2006, 4:06:19 PM1/6/06
to bugs-bi...@rt.perl.org
# 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

docs.patch

Joshua Hoblitt

unread,
Jan 7, 2006, 2:15:48 AM1/7/06
to perl6-i...@perl.org
Committed as 10948. I also renamed 'parrotdev' to 'workingdir' and added
some ASCII art to prevent further confusion.

Thanks,

-J

--

> 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
>

0 new messages