How to Upgrade the Source Code

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 years ago
How would someone upgrade the source code?

for example from version 2.6 to 2.65.

1- Is this done using the Changeset?
http://nopcommerce.codeplex.com/SourceControl/list/changesets

2- On the following page it is mentioned that code retreived from source control is not guaranteed for production does this include the changeset?
https://www.nopcommerce.com/contribute.aspx

Thank you in advance,
Charbel
11 years ago
If you've not made any custom changes to 2.60 code, then you can just download 2.65 source code version
If you've made changes, then still download 2.65 source code version, and use a diff/merge tool to apply your changes to the new code.

If you want to work with changesets, the you should get a Mercurial client like TortoiseHG. Read Using Mercurial on CodePlex

Regarding "code retreived from source control is not guaranteed for production"
Yes it includes all changesets that have not made it into an official release.
(and future changesets may overwrite/change prior changeset functionality, so it's always best to get the latest full version, unless you are just trying to fix something specific in a prior release)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.