Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Exclude files from CVS synchronize
Exclude files from CVS synchronize [message #109605] Wed, 07 July 2004 07:43 Go to next message
Eclipse UserFriend
Originally posted by: jwitte.alpha-lab.net

I know, this might not be the right place to post this, but I think
there are some people here, having the same problem:

I use CDT/Eclipse for an automake/autoconf project and as such, there
are a lot of filesd genereated, which should not be synchronized to CVS.

Is there a way to exclude all files from the synchronize view, which were
not explicitly added before.
Also: is there a way to get rid of the dialog, which appears, when
commiting ("There are 100000 ressources not under CVS control - do You
want to add them?") -- saying "Yes" here might be dangerous ;)

Regards
Jochen
Re: Exclude files from CVS synchronize [message #109618 is a reply to message #109605] Wed, 07 July 2004 08:49 Go to previous messageGo to next message
psor is currently offline psorFriend
Messages: 1
Registered: July 2009
Junior Member
Jochen Witte wrote:

> I know, this might not be the right place to post this, but I think
> there are some people here, having the same problem:

> I use CDT/Eclipse for an automake/autoconf project and as such, there
> are a lot of filesd genereated, which should not be synchronized to CVS.

> Is there a way to exclude all files from the synchronize view, which were
> not explicitly added before.
> Also: is there a way to get rid of the dialog, which appears, when
> commiting ("There are 100000 ressources not under CVS control - do You
> want to add them?") -- saying "Yes" here might be dangerous ;)

> Regards
> Jochen

you can do this in windows/preferences/team/ignored resources
add what you want to exclude -> *.class, ....
Re: Exclude files from CVS synchronize [message #109631 is a reply to message #109605] Wed, 07 July 2004 10:02 Go to previous messageGo to next message
Lester Caine is currently offline Lester CaineFriend
Messages: 65
Registered: July 2009
Member
Jochen Witte wrote:

> I know, this might not be the right place to post this, but I think
> there are some people here, having the same problem:
>
> I use CDT/Eclipse for an automake/autoconf project and as such, there
> are a lot of filesd genereated, which should not be synchronized to CVS.
>
> Is there a way to exclude all files from the synchronize view, which were
> not explicitly added before.

Have you tried <Add to .cvsignore> when you right click on a file you
want to ignore?
Works for me :)

--
Lester Caine
-----------------------------
L.S.Caine Electronic Services
Re: Exclude files from CVS synchronize [message #109795 is a reply to message #109618] Thu, 08 July 2004 05:44 Go to previous message
Eclipse UserFriend
Originally posted by: jwitte.alpha-lab.net

Am Wed, 07 Jul 2004 08:49:54 +0000 schrieb psor:

> Jochen Witte wrote:
>
>> I know, this might not be the right place to post this, but I think
>> there are some people here, having the same problem:
>
>> I use CDT/Eclipse for an automake/autoconf project and as such, there
>> are a lot of filesd genereated, which should not be synchronized to CVS.
>
>> Is there a way to exclude all files from the synchronize view, which were
>> not explicitly added before.
>> Also: is there a way to get rid of the dialog, which appears, when
>> commiting ("There are 100000 ressources not under CVS control - do You
>> want to add them?") -- saying "Yes" here might be dangerous ;)
>
>> Regards
>> Jochen
>
> you can do this in windows/preferences/team/ignored resources
> add what you want to exclude -> *.class, ....

OK, works -- but these are eclipse-wide preferences, which is not so nice,
since in this project, I have lots of generated Makefiles, which
should not be added to CVS, whereas I have Makefiles in another project
which should of course be added to CVS (just as an example). Excluding
them by hand is not an option.
It would be nice, if I would be able to set this on a per project basis,
rather than eclipse-wide.
Previous Topic:Problem with Debug
Next Topic:cdt disabled when logged in as another user
Goto Forum:
  


Current Time: Mon Jul 22 05:31:31 GMT 2024

Powered by FUDForum. Page generated in 0.02989 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top