颠覆ipad应用程序项目

发布于 2024-10-12 09:12:17 字数 299 浏览 2 评论 0原文

我目前正在考虑将 iPad 应用程序项目设置为 subversion。

我在基于 Windows 的开发和 .net 方面拥有丰富的经验。这样,我们就在网络文件夹中创建了一个存储库(只需右键单击 -> TortiseSVN -> 创建存储库),我们所做的就是我们的开发人员从该目录中签出。

我们如何在 xcode 中做到这一点。我知道 subversion 与 xcode 集成,并且我非常有信心完成除存储库创建之外的所有操作(来自教程)。

只是想知道我们如何在基于网络文件夹的文件夹中创建存储库?

提前致谢

I am currently looking at setting up an Ipad app project into subversion.

Ive had a lot of experience with windows based development and .net. With this we have just created a repository in a network folder (by just right clicking -> TortiseSVN -> create repository) , than all we have done is our developers have checked out from this directory.

How do we go about doing this in xcode. I know subversion is integrated with xcode and I am pretty confident of doing everything (from tutorials) except for the creation of the repository.

Just wondering how we go about creating a repository in a folder based up on network folder?

Thanks in advance

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

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

发布评论

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

评论(2

笑饮青盏花 2024-10-19 09:12:21

谷歌搜索 svn 的书。
除了 Xcode 细节之外,它应该包含您需要了解的所有内容。

老实说,您可能不想在某人的开发计算机上创建存储库,特别是当您向人们提供网络访问权限时。

您应该设置实际的 SVN 服务器或使用在线服务。

这是 2009 年发布的一个问题: Mac 上的 SVN 服务器易于设置吗?

这是“官方”Ubuntu如果您选择在 Ubuntu 上运行 SVN 服务器(这是我的建议),请参阅指南。谷歌搜索“安装 svn ubuntu”。

抱歉,我还不能发布多个链接。

Google for the svn book.
It should have everything you need to know with the exception of Xcode specifics.

Honestly, you probably don't want to create a repository on someone's development machine, especially if you are giving people network access.

You should setup an actual SVN server or use an online service.

Here is a question posted in 2009: SVN server for the Mac that's easy to set up?

Here is the "official" Ubuntu guide if you chose to run the SVN server on top of Ubuntu (which is my recommendation). Google for "install svn ubuntu".

Sorry I can't post multiple links yet.

°如果伤别离去 2024-10-19 09:12:21

不是 100% 确定,因为我主要使用 mac 上的终端进行 svn 操作,但是

如果你进入 scm 的 XCode,

一旦设置完毕,你就可以为你的项目配置存储库(我猜你知道如何从你的问题中做到这一点) ,你只需去scm->repositories

选择你想要的然后就可以修改了

Not 100% sure since I mainly use the terminal for svn operations on mac but

if you go in XCode to the scm you can configure the repositories for your project

once that is set up (I guess you know how to do this form your question), you simply you can go scm->repositories

select the one you want and you can then modify it

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