Re: How can I set permissions on shared source files?
Re: How can I set permissions on shared source files?
- Subject: Re: How can I set permissions on shared source files?
- From: Chris Hanson <email@hidden>
- Date: Fri, 30 Jul 2004 23:23:32 -0700
On Jul 29, 2004, at 4:21 PM, Julian Vrieslander wrote:
How do other folks deal with this? Maybe version-control systems help
with
this issue, but that's probably way too much complexity for us - we
have all
we can handle, just trying to learn unix, OS X, and Xcode.
This is exactly the problem that revision/version control systems were
created to solve. It would be very, very well worth your team's time
to learn a common and well-supported revision control system, and
implement it for your project. In fact, I think your team's time would
be far better spent learning how to set up and use a revision control
system than trying to figure out a way to use a shared filesystem for
it.
I can't even start a one-man personal coding project without setting up
a version control system for it on my local machine. They're *that*
critical once you understand them, and you can come up to speed rather
quickly as there are now tons of very useful beginner resources
available online.
-- Chris
--
Chris Hanson <email@hidden>
http://www.livejournal.com/users/chanson/
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.