summaryrefslogtreecommitdiffstats
path: root/doc/dependency_resolution
Commit message (Collapse)AuthorAgeFilesLines
* capitalize Portage (trunk r10318)Zac Medico2008-05-131-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=10319
* Describe how we limit the probability that temporary simultaneousZac Medico2008-05-131-0/+13
| | | | | | | installation of blocking packages will cause some sort of problem. (trunk r10316) svn path=/main/branches/2.1.2/; revision=10317
* eachother -> each other (trunk r10284)Zac Medico2008-05-101-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=10285
* Describe how file collisions between blocking packages are resolved whenZac Medico2008-05-091-1/+6
| | | | | | they are temporarily installed simultaneously. (trunk r10269) svn path=/main/branches/2.1.2/; revision=10270
* Instead of doing automatic uninstalls in advance, install conflictingZac Medico2008-05-081-1/+11
| | | | | | | | | | | | | | | | | packages first and then do the uninstall afterwards. This requires special handling for file collisions occur, but it's preferred because it ensures that package files remain installed in a usable state whenever possible. When file collisions occur between conflicting packages, the contents entries for those files are removed from the packages that are scheduled for uninstallation. This prevents uninstallation operations from removing overlapping files that have been claimed by conflicting packages. (trunk r10225) svn path=/main/branches/2.1.2/; revision=10227
* s/be only/only be/ (trunk r9972)Zac Medico2008-04-251-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=9973
* Bug #172812 - If any Uninstall tasks need to be executed in orderZac Medico2008-04-251-2/+3
| | | | | | | | | to avoid a conflict, complete the graph with any dependencies that may have been initially neglected (to ensure that unsafe Uninstall tasks are properly identified and blocked from execution). (trunk r9962:9965) svn path=/main/branches/2.1.2/; revision=9966
* Bug #172812 - Automatically uninstall packages to avoid blocker conflicts.Zac Medico2008-04-241-3/+30
| | | | | | (trunk r9944:9956) svn path=/main/branches/2.1.2/; revision=9957
* Add a new part for "Dependency Resolution". (trunk r9926)Zac Medico2008-04-193-0/+194
svn path=/main/branches/2.1.2/; revision=9927