Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 53233 - subversion-1.0.3 info messages are wrong
Summary: subversion-1.0.3 info messages are wrong
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High minor
Assignee: Paul de Vrieze (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-07 09:07 UTC by Heinrich Nirschl
Modified: 2004-11-11 19:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Heinrich Nirschl 2004-06-07 09:07:05 UTC
"emerge subversion" creates among others the following info messages:

 * If you upgraded from an older version of berkely db and experience
 * problems with your repository then run the following command:
 *     su apache -c "db4_recover -h /path/to/repos"
apache2

This would not work, since su uses the login shell of the specified user to execute the command. But the user apache has /bin/false configured as login shell.

Reproducible: Didn't try
Steps to Reproduce:
1.
2.
3.
Comment 1 Paul de Vrieze (RETIRED) gentoo-dev 2004-06-07 13:04:19 UTC
You're right, I'll try to think of a solution to this
Comment 2 Aron Griffis (RETIRED) gentoo-dev 2004-11-11 19:30:17 UTC
Thanks, I changed this in the 1.1.1 ebuild to:

 * If you upgraded from an older version of berkely db and experience
 * problems with your repository then run the following commands as root:
 *     db4_recover -h /var/svn/repos
 *     chown -Rf apache:apache /var/svn/repos