bowerphp icon indicating copy to clipboard operation
bowerphp copied to clipboard

Private Repository

Open itstueben opened this issue 8 years ago • 1 comments

Hey we use a private Repository hostet on a local Server. (https://github.com/Hacklone/private-bower) With npm Bower Installation it works fine. In bowerphp the packges wont find. If we take a offical packge it works fine. Anyone knows bowerphp support private repository? Our repositorys are hostet in SVN! Can SVN be the problem?

itstueben avatar Apr 12 '16 11:04 itstueben

I'm sorry but the current implementation only works with git. As you can see here, there is only a GitRepository class. Feel free to open a PR implementing a possible SvnRepository class.

garak avatar Apr 12 '16 12:04 garak