Re: External CVS
Re: External CVS
- Subject: Re: External CVS
- From: Brent Gulanowski <email@hidden>
- Date: Fri, 4 Jun 2004 12:05:38 -0400
On Jun 2, 2004, at 2:13 PM, Dario wrote:
> I was figuring out how to make XCode able to connect at the CVS on an
> external server, i can't understand how to do it
>
Please ask more specific questions, as this is a large topic. Step (1)
is to make sure that you can use CVS on the command line. Step (2) is
to make sure that all files get correctly entered into the repository.
For good or ill you still need to understand how CVS works. (I'm still
learning!) Please read through some or all of the following references.
In addition, see the following if you are using ssh as your
transport/validation and want something to help you manage keys:
<http://www.sshkeychain.org/>
Good Starting Point:
<http://developer.apple.com/internet/opensource/cvsoverview.html>
CVS references:
<http://developer.apple.com/internet/macosx/cvsoverview.html>
<http://cvsbook.red-bean.com/cvsbook.html>
SSH CVS and XCode tips (one mistake: use DSA not RSA keys):
<http://thecoredump.org/archives/000117.html>
Last point: XCode will manage any file that appears in a project. While
CVS itself has no problems with modern .nib files, I'm personally
finding that XCode is not updating them. Actually while we're on the
subject, this is what I still haven't worked out. This is the output of
the console re: a nib which I added manually to cvs (which is to say, I
added the nib's contents):
/Volumes/Clarke/Users/brentgulanowski/Programming/Krupa/SwapMeet@/
/usr/bin/cvs -q -n update
? .DS_Store
? English.lproj/MainMenu~.nib
M English.lproj/MainMenu.nib/info.nib
M English.lproj/MainMenu.nib/objects.nib
M SwapMeet@.xcode/brentgulanowski.pbxuser
M SwapMeet@.xcode/project.pbxproj
Because the info.nib and objects.nib are not part of the project, XCode
won't actually commit changes to them; I have to do it on the command
line. In the past I believe that it was common to have to treat nibs in
a different way, perhaps using some combination of cvswrappers and a
script to archive and unarchive them. I had this working fine in the
past (Project Builder days) without special effort, so I'm confused why
it doesn't work now. Perhaps I was using pre-10.2 nibs?
Cheers,
--
Brent Gulanowski email@hidden
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
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.