svn bluehost 结账

发布于 2024-12-15 12:04:34 字数 173 浏览 5 评论 0原文

我正在尝试在我的 bluehost 虚拟主机帐户上设置 svn 版本控制。我创建了存储库,我输入:

svnadmin create my_repo

我有一个同一级别的文件夹,标记为 public_html,这是我想要对其进行版本控制的文件夹。有人可以帮我吗?谢谢。

I am trying to setup svn version control on my bluehost web hosting account. I created the repository my typing:

svnadmin create my_repo

I have a folder at the same level labeled public_html, that is the folder I want to do version control on. Can someone help me here? Thanks.

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

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

发布评论

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

评论(1

笔落惊风雨 2024-12-22 12:04:34

从您的问题来看,您似乎想要将文件夹 public_html (及其可能的内容)添加到您创建的 subversion 存储库 my_repo 中。

您可以使用 svn 导入

svn import /path/to/public_html url-of-my_repo

完成此操作后,如文档所述,您应该删除 public_html (仍未版本化)并从 my_repo 中签出它的新副本。

From your question, it appears that you want to add the folder public_html (and its contents possibly) to the subversion repository my_repo that you created.

You can use svn import for this.

svn import /path/to/public_html url-of-my_repo

Once this is done, as documented, you should delete public_html (which is still unversioned) and checkout a fresh copy of it from my_repo.

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