0

I am working on project and now one more team member will be working with me on different module. Can any one guide me how to use svn while working in a team? I need to do following things :

  1. Create svn repository of my project.
  2. Upload my project to that repository.
  3. Commit my project on daily basis and finally and most important
  4. Merging of my code with my team member without facing any conflicts.

Please help me and suggest me the best approach to do this. Any help will be appreciated.

Thanks

1615903
  • 32,635
  • 12
  • 70
  • 99
sam
  • 117
  • 10

1 Answers1

0
  1. Start reading SVNBook:

  2. Add your XCode solution as described in Xcode docs or as in this answer.

Community
  • 1
  • 1
bahrep
  • 29,961
  • 12
  • 103
  • 150