Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Submit your requests and polls about new features
  • Page:
  • 1

TOPIC:

Using Repository instead of ZIP-Files 9 years 4 months ago #8092

  • dkastner
  • dkastner's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 11
  • Thank you received: 0
Hi Guys from Radaee.

How about using a repository with branches or tags for releasing a new version? To me it seems to have the advantage that I'll be able to merge changes in the new version with my customizations of your code.


Regards,

Daniel

Please Log in or Create an account to join the conversation.

Using Repository instead of ZIP-Files 9 years 4 months ago #8100

  • radaee
  • radaee's Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1123
  • Thank you received: 73
no better way,
in next time, you'd better add special comments for all your customizations.
new version support 64 bits platform, so most native interfaces are changed.

handle value of native objects are changed from 32 bits int to 64 bits int.

Please Log in or Create an account to join the conversation.

Using Repository instead of ZIP-Files 9 years 4 months ago #8102

  • dkastner
  • dkastner's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 11
  • Thank you received: 0
I'm already using comments - what do you mean with 'special comments'? - in the classes. But still it's a lot of overhead compared to use an update/synchronize in an svn or git. I have to
  • extract the ZIP
  • startup WinMerge
  • pick the extract folder
  • pick the folder in my workspace
  • check each 'different' file manually
  • adapt the changes an copy my modifications
  • do the same again for the resources
Using eclipse build in svn/git does a lot of the trivial merge and even some of the non-trivial merge by itself reducing the overhead to just taking care of my modifications.

Doing all the steps above by hand is especially "pain in the ass" when there is an new beta-release or RC every day.

Please Log in or Create an account to join the conversation.

Using Repository instead of ZIP-Files 9 years 3 months ago #8168

  • radaee
  • radaee's Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1123
  • Thank you received: 73
i think the stpes shall be:
1. merge com.radaee.pdf.Global class
2. replace other classes in com.radae.pdf
3. merge com.radaee.view classes.
4. replace assets and res subdr
5. merge other classes in com.radaee.util and com.radaee.reader
6. fix other compiler issues by manual, if any.

Please Log in or Create an account to join the conversation.

Last edit: by .

Using Repository instead of ZIP-Files 9 years 3 months ago #8170

  • dkastner
  • dkastner's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 11
  • Thank you received: 0
Doesn't matter which steps you'll use, mine or your's, the merging and replcaing steps would become much easier if using a version control system.

Or are you using no version control system during development of PDFViewer SDK?!

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Powered by Kunena Forum