You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Julian Foad <ju...@btopenworld.com> on 2003/11/30 01:15:46 UTC

Re: svn commit: rev 7879 - trunk/doc/book/book

blair@tigris.org wrote:
> Author: blair
> Date: Sat Nov 29 18:27:57 2003
> New Revision: 7879
> 
> Modified:
>    trunk/doc/book/book/ch05.xml
> Log:
> * doc/book/book/ch05.xml (svn-ch-5-sect-3.4-ex-1):
>   Do a decent attempt at making the sample Perl script for making
>   incremental backups good quality Perl, use Subversion bracket coding
>   standard, and handle error checking much better in the face of disks
>   filling up.  I'd probably remove the remaining `command` with error
>   checking code, but this is good enough for now.  Let me know if this
>   code should be production quality and reflect the care that we write
>   Subversion code in, or if it's too long now for the book.
> 
> 
> Modified: trunk/doc/book/book/ch05.xml
> ==============================================================================
> --- trunk/doc/book/book/ch05.xml	(original)
> +++ trunk/doc/book/book/ch05.xml	Sat Nov 29 18:27:57 2003
[...]
> +defined $youngest && $youngest =~ /^\d+$/

Oops - broken XML - "(cd doc/book && make all-html)" fails.

- Julian


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: rev 7879 - trunk/doc/book/book

Posted by Blair Zajac <bl...@orcaware.com>.
Julian Foad wrote:
> 
> >> --- trunk/doc/book/book/ch05.xml    (original)
> >> +++ trunk/doc/book/book/ch05.xml    Sat Nov 29 18:27:57 2003
> >
> > [...]
> >
> >> +defined $youngest && $youngest =~ /^\d+$/
> >
> > Oops - broken XML - "(cd doc/book && make all-html)" fails.
> 
> Fixed in r7899.

Thanks for catching that one.  Next time I'll make the HTML.

Best,
Blair

-- 
Blair Zajac <bl...@orcaware.com>
Plots of your system's performance - http://www.orcaware.com/orca/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: rev 7879 - trunk/doc/book/book

Posted by Julian Foad <ju...@btopenworld.com>.
Julian Foad wrote:
> blair@tigris.org wrote:
> 
>> Author: blair
>> Date: Sat Nov 29 18:27:57 2003
>> New Revision: 7879
>>
>> Modified:
>>    trunk/doc/book/book/ch05.xml
>> Log:
>> * doc/book/book/ch05.xml (svn-ch-5-sect-3.4-ex-1):
>>   Do a decent attempt at making the sample Perl script for making
>>   incremental backups good quality Perl, use Subversion bracket coding
>>   standard, and handle error checking much better in the face of disks
>>   filling up.  I'd probably remove the remaining `command` with error
>>   checking code, but this is good enough for now.  Let me know if this
>>   code should be production quality and reflect the care that we write
>>   Subversion code in, or if it's too long now for the book.
>>
>>
>> Modified: trunk/doc/book/book/ch05.xml
>> ============================================================================== 
>>
>> --- trunk/doc/book/book/ch05.xml    (original)
>> +++ trunk/doc/book/book/ch05.xml    Sat Nov 29 18:27:57 2003
> 
> [...]
> 
>> +defined $youngest && $youngest =~ /^\d+$/
> 
> Oops - broken XML - "(cd doc/book && make all-html)" fails.

Fixed in r7899.

- Julian


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org