canmove, Confirmed users
345
edits
| Line 43: | Line 43: | ||
If you are just updating from one minor release to another (like from 3.4.1 to 3.4.4), all you have to do is change to your bugzilla directory and do: | If you are just updating from one minor release to another (like from 3.4.1 to 3.4.4), all you have to do is change to your bugzilla directory and do: | ||
bzr | bzr up -r tag:bugzilla-(version) | ||
Where ''(version)'' is the version number that you want to update to, like <code>3.4.4</code>. So, for example, to update from 3.4.1 to 3.4.4, you would do: | Where ''(version)'' is the version number that you want to update to, like <code>3.4.4</code>. So, for example, to update from 3.4.1 to 3.4.4, you would do: | ||
bzr | bzr up -r tag:bugzilla-3.4.4 | ||
After running update, if bzr tells you there are any conflicts, you should edit those files and fix the conflicts. | After running update, if bzr tells you there are any conflicts, you should edit those files and fix the conflicts. | ||