开发者

is there any other way instead of SVN to combine and worked together on a iPhone project from different pc

开发者_JAVA百科

I am new to work in a big project. Now i have many other friends that are working with me together. but i am going to try that implementation with the SVN. but i was not able to implement it properly. Is there any other way or tools that allow to attched the project and work together simultaneously. ? Please help me regarding this. thanks.


What do you mean "was not able to implement it properly"? You couldn't get it to work, or you didn't have the resources (like a machine that could be dedicated as a server).

Subversion is one of the easiest version control systems to get up and running. You create a repository via the svnadmin create command, then you have a whole slew of different ways to implement it: Over httpd Apache, over its own internal svnserver, or over SSH. There are public Subversion servers out there you can use for free too.

If you give us a bit more information what went wrong, we can give you some advice. If you're not familiar with version control, you may be confusing the server with the client. Or, you might have forgotten a minor step in getting Subversion up and running (such as starting svnserve, or enabling the password line in your svnserve.conf file). Just let us know, and we can help.

By the way, I agree GIT is an excellent choice. With GIT, you can share work without needing a centralized server up and running at all times. I've successfully kept projects with GIT using Dropbox. Heck, you can even synchronize your work with GIT via email if you'd like. But, if you're having problems with Subversion, you'll probably have even more issues getting GIT up and running.


If your are several to work on the same XCode project the better advice you could get is to use git. Git is a lot better than SVN to work simultaneously on the same project because its the central idea of it's conception; Take a look at git documentation and how it's easy to handle merge situations. My good references:
Modernize Your Git Workflow
A successful Git branching model

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜