Re: [Pyobjc-dev] New Cocoa-Python Application template
Brought to you by:
ronaldoussoren
From: Ryan W. <rya...@ma...> - 2004-03-30 12:58:32
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 3/29/04, at 8:08 PM, Donovan Preston said: >I committed the new Cocoa-Python Application Xcode template I have been=20 >working on for a while.=20 It Works Well For Me. (Thanks Donovan!) >I was mostly taking my time to make sure I got=20 >everything right. Committing turned out to be quite an ordeal because=20 >of the crappy way CVS deals with directories, and the fact that .xcode=20 >and .nib files are directories. (Does SVN make this any easier?) Somewhat. A lot of the operations with subversion are recursive - you do: % svn add someFolder and it will add someFolder and all of the files inside it. Same with commit= - it will commit all the added/modified files "in that location". (I like to run= it at the top of my repositories/modules as an easy way to "commit all these changes") It still doesn't treat a bundle as a single file, but the recursive operati= ons make things slightly easier on that front. My two cents, _Ryan Wilcox =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Wilcox Development Solutions: http://www.wilcoxd.com Toolsmiths for the Internet Age PGP: 0x2F4E9C31 -----BEGIN PGP SIGNATURE----- Version: PGP SDK 3.0.3 iQA/AwUBQGlu4m2DtKgvTpwxEQI/gwCg+2fWBx8a3YOE8aezZ5o+jhQDRLkAoK5P UdYMzv9rKQzW+E/1KKVfHvgp =3DZfrD -----END PGP SIGNATURE----- |