Group: Forum Members
Last Active: Tue 2 Feb 2021
Posts: 77,
Visits: 334
|
so that we don't have to overwrite all code to upgrade, especially when we modified some of it individually to suit our clients needs?
just like you have sql script that have latest changes to the database for each version, can you give us a list of files with paths that were modified from last version to the latest one.
Thanks so much,
S. Abow
|
Group: Administrators
Last Active: Tue 10 Sep 2024
Posts: 807,
Visits: 2,748
|
I think what we'll try to do is label each commit to the source control with the next version number so that codeplex should provide a list of the changesets for each version here:
https://kartris.codeplex.com/SourceControl/list/changesets
However, due to the number of small changes made in the code, it can be onerous to maintain this and for most users there isn't a need to update with every version. Codeplex doesn't seem to provide an easy way to get a list of all files modified since a particular date, for example, which would be the obvious way to do this.
We would certainly recommend approaching things from the other direction, which is to keep a careful note of the files that you change at your end. This way, when each major version of Kartris comes out, you can start with a fresh latest install and easily feed your changes back into it. We tend to do this when we upgrade the Kartris site, and since your changes are likely to be fewer and less regular than those to the main Kartris trunk, it keeps things simpler.
-- If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.
If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list: http://bit.ly/19sKMZb
|
Group: Forum Members
Last Active: Tue 2 Feb 2021
Posts: 77,
Visits: 334
|
ok, will check it out in codeplex for now. And keep your advice about my custom changes for the future!
Thanks,
|