Re: new files in repository not checked out
Re: new files in repository not checked out
- Subject: Re: new files in repository not checked out
- From: Marcus Raitner <email@hidden>
- Date: Thu, 13 Nov 2003 16:13:45 +0100
Am 13.11.2003 um 15:59 schrieb Alastair Houghton:
> On 13 Nov 2003, at 13:14, Marcus Raitner wrote:
>
>> Hi,
>>
>> I got the following annoying problem, which I can't believe that it
>> isn't already solved. Whenever there is a new file in the our cvs
>> repository I cannot easily check it out within xcode. I do not see it
>> in the status list of scm like other files, which need to be updated.
>> My be I just missed some option. How are you handling this problem?
>
> Until version 1.11p1, CVS didn't actually provide a mechanism for a
> client application to determine the set of files held in the
> repository, so it wasn't possible to spot new files appearing. Most
> of the client applications I've seen (include Xcode) still can't show
> a list of what's there (well, they couldn't last time I looked at any
> rate).
That's interesting, but I still do not see why this prohibits showing
the new files. xcode does a "cvs -q -n update" which means that all the
updates are only reported without any actual change. If you look at the
output the new file show up there, thus xcode just needs to compare
those to the files in the project and if they are not there it could
suggest adding them to the project. just my 2 cents.
Marcus
--
---------------------------------------------------------
Marcus Raitner
University of Passau
http://www.infosun.fmi.uni-passau.de/~raitner/
email@hidden +49 (0)851 509 3034
---------------------------------------------------------
[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.