android - Commiting project on svn repository from eclipse -


i know how commit project repository i.e. doing right click on project>team>commit , select files commit. confusion @ point while select files need commit:

1) need select java files , xml files?

2) lead conflicts if commit bin or other folders or files java files , xml files?

it might sound silly helpful if throws light on these points! or give references tutorial on commiting files svn.

thanks

1) not recommend commit bin folder or classes files. recommended commit source files (java) , resources (xml files, images etc.).

2) if commit bin folder see difference each time after compilation.

couple of additional clarifications why not commit result of compilation (a bin folder or classes files):

1) can compile product form same sources different platforms

2) take space in source control repository


Comments

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

python - cx_oracle unable to find Oracle Client -