bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PATCH: validate_repo $cvsroot trailing '/' handling


From: Derek Price
Subject: Re: PATCH: validate_repo $cvsroot trailing '/' handling
Date: Thu, 06 Oct 2005 09:56:35 -0400
User-agent: Mozilla Thunderbird 1.0.7 (Windows/20050923)

Erik Cumps wrote:

>--- validate_repo.in.v1_7       2005-10-04 14:08:38.000000000 +0200
>+++ validate_repo       2005-10-04 14:16:44.316500253 +0200
>@@ -235,6 +235,9 @@
>                exit 2;
>        }
> 
>+       # Fix trailing /'s
>+       $cvsroot =~ s#/*$##o;
>+
>        for (@scripts)
>        {
>                $_ = File::Spec->rel2abs( $_ ) unless /\n/ || !-x $_; 
>  
>

Thanks for the suggestion.  I've committed approximately this fix and it
should go out with 1.12.14..

Regards,

Derek

-- 
Derek R. Price
CVS Solutions Architect
Ximbiot <http://ximbiot.com>
v: +1 717.579.6168
f: +1 717.234.3125
<mailto:derek@ximbiot.com>






reply via email to

[Prev in Thread] Current Thread [Next in Thread]