开发者

Can I use git or another versioning system to private repository on http hosting acount without ssh?

I have 2 www/ftp accounts with php and sql in hosting companies but I 开发者_运维问答haven't access to ssh. Can I install there any Version Control System like git or Mercurial? Or is any public free site to set up a private encoding developing repository?


BitBucket is free, including for private repositories up to 5 users.


Can I install there any Version Control System like git or Mercurial?

Neither Git, Mercurial or any of the other mainstream VCSs are implemented in PHP, so you won't be able to implement them on your hosting account. However, there are some possible alternatives that showed up in a quick Google search:

  • ASVCS
  • IntraVersion
  • phing
  • xinc
  • PHPVC

I cannot comment on how good these VCSs are, what features they implement, how reliable or well-supported they are ... or even whether they are free.

Or is any public free site to set up a private encoding developing repository?

There are a number of free public hosting sites for open source projects. But I don't know if any of them offer free hosting for private projects. (What is the "public good" in providing free hosting to a private project?)


GitHub is quite cheap for small users.


We use Codebase to manage our projects and repository hosting (unlimited repositories, but there is a disk space allowance), with Deploy to manage our deployments. They've got a free plan on both applications.


Look at bettercodes.org: they do offer some free private space.


Also have a look at Perforce Helix Team Hub. 1 - 5 users and 1GB / year is free.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜