Re: CVS commands
Re: CVS commands
- Subject: Re: CVS commands
- From: Brent Gulanowski <email@hidden>
- Date: Wed, 9 Jun 2004 12:46:02 -0400
On Jun 9, 2004, at 11:51 AM, Creed Erickson wrote:
> On Wednesday, June 9, 2004, at 08:22 AM, Mark Lowe wrote:
>
>> I'd given that a go. But if you're telling me it works for you with 2
>> or more developers I'll take your word for it and persevere.
>
>
> I don't use the SCM features of Xcode, preferring the cmd line stuff.
> So, I guess don't know what works with xcode and what doesn't.
>
> But .cvsrc is the mechanism to set your default options for commands.
> Each user needs set up this way. Can solve it for multiple users by
> linking ~/.cvsrc to some central version on a network volume.
>
> Thinking about this a little more... It's possible that $HOME is an
> invalid concept for GUI launched utilities. Try putting it in ~root/
> or /
>
> Or not. YMMV.
No the $HOME directory works (since it picks up .cvswrappers, so I'm
inferring, maybe incorrectly, and it might find ~/ in some other way)
but I think XCode is calling cvs with the options -- don't command line
options override anything you'd have in a configuration file? So, you
can have "update -p -D" in a config but if you execute "cvs update -q
-n" you won't be getting anything actually updated?
If the cvs commands used by XCode are in a file somewhere they would be
editable, but I can't find anything in the application bundle.
--
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.