Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Apr 2010 18:47:55 -0400
From:      Greg Larkin <glarkin@FreeBSD.org>
To:        doug schmidt <douglas.j.schmidt@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: downgrade php5
Message-ID:  <4BC6461B.2060005@FreeBSD.org>
In-Reply-To: <r2x320306641004141439r40938326r98b15c2efbb746d1@mail.gmail.com>
References:  <x2s320306641004141333l29fbee55x438fef30ff56de44@mail.gmail.com>	<4BC62EEB.7030806@FreeBSD.org> <r2x320306641004141439r40938326r98b15c2efbb746d1@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

doug schmidt wrote:
> On Wed, Apr 14, 2010 at 5:08 PM, Greg Larkin <glarkin@freebsd.org> wrote:
>> Hi Doug,
>>
>> For any port that is no longer present in the tree because it's bundled
>> with PHP 5.3.2, please use these commands to restore them:
>>
>>    export CVS_RSH=ssh    # or "setenv CVS_RSH ssh" if csh
>>    cd /usr/ports
>>    cvs -d :ext:anoncvs@anoncvs1.FreeBSD.org:/home/ncvs co -D
>> '2009-03-31' -d devel/php5-pcre ports/devel/php5-pcre
>>
>> Repeat the "cvs co" as necessary by changing "devel/php5-pcre" to the
>> other <category>/<portname> values that you need.
>>
> 
> Hi Greg,
> Seems to be complaining about devel directory;
> 
> [root@test /usr/ports]# cvs -d
> :ext:anoncvs@anoncvs1.FreeBSD.org:/home/ncvs co -D '2009-03-31' -d
> devel/php5-pcre ports/devel/php5-pcre
> cvs [checkout aborted]: could not change directory to requested
> checkout directory `devel': No such file or directory
> [root@test /usr/ports]# ls -ld devel
> drwxr-xr-x  3212 root  wheel  75264 Apr 13 14:15 devel
> 
> thanks.
> doug
> 

Hi Doug,

Sorry about that - I thought the -d option accepted multi-level
directories.  This works:

    cd /usr/ports/devel
    cvs -d :ext:anoncvs@anoncvs1.FreeBSD.org:/home/ncvs co -D
'2009-03-31' -d php5-pcre ports/devel/php5-pcre

Hope that helps,
Greg
- --
Greg Larkin

http://www.FreeBSD.org/           - The Power To Serve
http://www.sourcehosting.net/     - Ready. Set. Code.
http://twitter.com/sourcehosting/ - Follow me, follow you
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iD8DBQFLxkYb0sRouByUApARAnebAKCVMgttDuRwVPonMcBK8NvjaTvLhgCgsrT4
xhzal7cvMfB2YLusynrbfEA=
=c5/u
-----END PGP SIGNATURE-----




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4BC6461B.2060005>