0

I'm trying to clone the PECL OAuth repo, but clicking on "SVN Instructions" in the top-right corner leads to instructions on how to clone the Github repo for PHP itself... Does any of the elders know how this used to be done in the olden age?

1 Answers1

0

Thanks to Pierre Joye who answered my e-mail question, here's the way to do it:

svn co https://svn.php.net/repository/pecl/oauth

For the record, SVN doesn't allow cloning proper the way git does, so what you're doing above is just checking out a "dead" copy of the current version of the code (whatever "current" might mean at the moment you execute that).