- Posts: 11
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Submit your requests and polls about new features
Using Repository instead of ZIP-Files
IP: 192.168.0.71
11 years 3 months ago #8092
by dkastner
Using Repository instead of ZIP-Files was created by dkastner
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
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
IP: 192.168.0.71
11 years 3 months ago #8100
by radaee
Replied by radaee on topic Using Repository instead of ZIP-Files
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.
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.
IP: 192.168.0.71
11 years 3 months ago #8102
by dkastner
Replied by dkastner on topic Using Repository instead of ZIP-Files
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
Doing all the steps above by hand is especially "pain in the ass" when there is an new beta-release or RC every day.
- 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
Doing all the steps above by hand is especially "pain in the ass" when there is an new beta-release or RC every day.
IP: 192.168.0.71
11 years 3 months ago - 11 years 3 months ago #8168
by radaee
Replied by radaee on topic Using Repository instead of ZIP-Files
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.
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.
Last edit: 11 years 3 months ago by .
IP: 192.168.0.71
11 years 3 months ago #8170
by dkastner
Replied by dkastner on topic Using Repository instead of ZIP-Files
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?!
Or are you using no version control system during development of PDFViewer SDK?!
Time to create page: 0.407 seconds