Skip to main content



      Home
Home » Eclipse Projects » Subversive » Subversive. Bin not checked-in(\bin and \src)
Subversive. Bin not checked-in [message #539778] Sat, 12 June 2010 20:20 Go to next message
Eclipse UserFriend
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 04:00 Go to previous messageGo to next message
Eclipse UserFriend
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 16:48 Go to previous messageGo to next message
Eclipse UserFriend
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 12:00 Go to previous message
Eclipse UserFriend
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: Thu Nov 06 23:48:35 EST 2025

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

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

Back to the top