Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 798708 - emerge --quiet --sync is not quiet for subversion repositories
Summary: emerge --quiet --sync is not quiet for subversion repositories
Status: CONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Interface (emerge) (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 559012
  Show dependency tree
 
Reported: 2021-06-25 13:23 UTC by Rolf Eike Beer
Modified: 2023-12-14 11:58 UTC (History)
1 user (show)

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 Rolf Eike Beer archtester 2021-06-25 13:23:37 UTC
Output is in fact like this:

# emerge --quiet --sync                                                                                                                                                                                                                                        
Updating '.':                                                                                                                                                                                                                                                            
U    net-mail/dovecot/Manifest                                                                                                                                                                                                                                           
U    net-mail/dovecot/dovecot-2.3.15-r101.ebuild                                                                                                                                                                                                                         
Updated to revision 194.    
# emerge --quiet --sync dakon
Updating '.':
At revision 194.
                                                                                                                                                                                                                                     

Reproducible: Always

Steps to Reproduce:
1. add a repository that uses subversion as storage
2. emerge --quiet --sync
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-12-14 08:52:58 UTC
Looks like an easy fix, lib/portage/sync/modules/svn/svn.py's new() just needs to pass --quiet to 'svn co', 'svn update', and 'svn upgrade'.