Using subversion with Xcode and Interface Builder
Using subversion with Xcode and Interface Builder
- Subject: Using subversion with Xcode and Interface Builder
- From: Adam Olsen <email@hidden>
- Date: Sun, 27 Jun 2004 15:06:06 -0600
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I'd like to use Subversion as opposed to CVS for version control. I
don't care if it integrates with Xcode or anything - I'm ok with using
the CLI svn client.
I am having a few problems with that, though. If any of you use
subversion and could help me out it would be appreciated.
1) Every time I update with "svn update" something screwy happens to my
.nib files. If I try to open them in IB, it complains that they are
"Read Only" and that I won't be able to save them. I've looked at the
permissions on the .nib folder itself and its contents, but everything
has write permissions. The only thing I can see that doesn't have
write permissions are the .svn directories in there - but this should
effect IB, should it? Is there any way to get around this? I can
convince IB that it's not read only by issuing a chmod -R +rw in my
project directory, but there's got to be a better way.
2) When building my app Xcode copies all of the .svn directories into
the Contents/Resources. Is there a way to stop it from doing this?
Thanks,
Adam Olsen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)
iD8DBQFA3za+iTy1B31kxaoRAl0sAKDJ5JzcjSxKGXZWJrz/uEBOTjv2OACghcyD
W41WpTaQkPGgEVTPjf4FmSA=
=MlqZ
-----END PGP SIGNATURE-----
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.