Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Subversive » Subversive. Bin not checked-in(\bin and \src)
Subversive. Bin not checked-in [message #539778] Sun, 13 June 2010 00:20 Go to next message
Manny is currently offline MannyFriend
Messages: 26
Registered: May 2010
Junior Member
Hello -

I installed Subversive latest with Helios RC3 classic.
Things all work, but after I checked-in a java project only src content gets checked in. the contents in bin (.class) doesnt get checked in.

I am not a pure developer, but, what if I need to check in the bin folder contents too.

Nothing in pref.

Any advise.
Manny
Re: Subversive. Bin not checked-in [message #539886 is a reply to message #539778] Mon, 14 June 2010 08:00 Go to previous messageGo to next message
Igor Burilo is currently offline Igor BuriloFriend
Messages: 435
Registered: July 2009
Senior Member
Hello Manny,

bin folder contains generated, or as Eclipse calls derived resources,
which are not committed. It's not recommended to commit generated
resources as they can be produced from source resources. So at first
please be sure that you really need to commit .class resources.

> Hello -
>
> I installed Subversive latest with Helios RC3 classic.
> Things all work, but after I checked-in a java project only src content
> gets checked in. the contents in bin (.class) doesnt get checked in.
>
> I am not a pure developer, but, what if I need to check in the bin
> folder contents too.
>
> Nothing in pref.
>
> Any advise.
> Manny


--
Best regards,
Igor Burilo
Re: Subversive. Bin not checked-in [message #540093 is a reply to message #539886] Mon, 14 June 2010 20:48 Go to previous messageGo to next message
Manny is currently offline MannyFriend
Messages: 26
Registered: May 2010
Junior Member
Hello Mr Burilo

Sure, I am trying to find out a reason, why bin are not included in the check-in.
Consider the scenario, when After 2000 check-in of data, the build-er needs to build a jar file to deploy a ear package. where can the build-er get the class files? isnt the usual scenario that (1) user checks in the bin files or (2) build-er builds the whole project on a weekly basis.

What is the usual scenario? ( and that eclipse/subversive provides)

Thanks.
Re: Subversive. Bin not checked-in [message #540326 is a reply to message #540093] Tue, 15 June 2010 16:00 Go to previous message
Mauro Molinari is currently offline Mauro MolinariFriend
Messages: 285
Registered: July 2009
Senior Member
Il 14/06/2010 22.48, Manny ha scritto:
> What is the usual scenario? ( and that eclipse/subversive provides)

The usual scenario is that you have the sources in the repository, then
the "builder" checks out the sources, compiles them and then deploys.

Mauro.
Previous Topic:Can not tag or branch
Next Topic:revision numbers after branching
Goto Forum:
  


Current Time: Tue May 14 02:32:00 GMT 2024

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

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

Back to the top