PHP/MySQL 的 SVN

发布于 2024-11-17 12:25:23 字数 258 浏览 1 评论 0原文

我目前正在使用 Adob​​e Dreamweaver 使用 PHP/MySQL 开发一个网站,并被要求使用 SVN 等版本控制形式。我目前使用的是共享主机 Hostgator,如果可能的话,我该如何设置 SVN。在他们的 SVN 常见问题解答中,他们提到他们支持客户端而不是服务器。

有 SVN 的替代品吗?可以使用Github吗?我需要我的代码保持私有而不是公开...

编辑:将版本控制集成到 Dreamweaver 中是否有利?

I'm currently developing a website using PHP/MySQL using Adobe Dreamweaver and has been asked to use a form of version control like SVN. I'm currently on a shared host Hostgator, how do I go about setting up SVN if it is possible. On their FAQ for SVN, they mention that they support the client not the server.

Are there alternatives to SVN? Can Github be used? I need my code to stay private not public...

EDIT: Is it advantageous to have the version control integrated into Dreamweaver?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

情话难免假 2024-11-24 12:25:24

如果你需要你的代码私有,你可以使用 git。
在命令行中写入 git init /location_of_project ,瞧,本地存储库已创建。

请访问 http://git-scm.com/documentation 阅读更多信息

If you need your code private you can just use git.
write git init /location_of_project in command line and voila, local repo created.

read more info at http://git-scm.com/documentation

无所的.畏惧 2024-11-24 12:25:24

Github 使用 git 进行版本控制。您可以使用 Source Forge 来实现此目的。 Source Forge 是一个使用 SVN 的免费项目托管网站。

Github uses git for version control. You can use Source Forge for this purpose. Source Forge is a free project hosting site which uses SVN.

生活了然无味 2024-11-24 12:25:24

我喜欢 OSX 版的 Cornerstone。简单直观地满足我的需求,其中包括本地私有存储库。

I love Cornerstone for OSX. Easy and intuitive for my needs which includes a local, private repository.

挖个坑埋了你 2024-11-24 12:25:23

有 SVN 的替代品吗?可以使用Github吗?

Mercurial、git、CVS、bazar……仅举一些替代方案。当然可以使用Github,但这需要使用git而不是SVN。无论如何,你应该询问“提问者”(我猜是厨师或顾客),他是否可以。

Are there alternatives to SVN? Can Github be used?

Mercurial, git, CVS, bazar, ... just to mention some alternatives. Github can be used, of course, but this requires git to be used instead of SVN. In any case you should ask "the asker" (chef or customer I guess), if it is ok for him.

最美不过初阳 2024-11-24 12:25:23

您必须在服务器计算机上安装 SVN 服务器,并在开发计算机上安装 SVN 客户端。它免费,所以可能是一个不错的选择。

看看这里,tortoise SVN

You have to install SVN server on the server machine and SVN client on your development machine. It free, so may be a good option.

Have a look here, tortoise SVN.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文