can you list files that were modified is each new version


https://forum.kartris.com/Topic3167.aspx
Print Topic | Close Window

By SAbow - Tue 24 Jun 2014
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
By Paul - Wed 25 Jun 2014
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.
By SAbow - Wed 25 Jun 2014
ok, will check it out in codeplex for now. And keep your advice about my custom changes for the future!



Thanks,