This kind of long commit was done on p.e.o machine. Is the performance different if + I am committing a new folder svn commit surefire-LATEST/ -m "..." + or commiting all inside the folder cd surefire-LATEST; svn commit -m "..."
This is what I do - commit inside folder: svn checkout --depth empty https://svn.apache.org/repos/infra/websites/production/maven/components/surefire-archives/surefire-LATEST cd surefire-LATEST svn rm * svn ci -m "[SUREFIRE] Removed old site" tar zxvf staging.tgz rm staging.tgz svn -q add * svn commit -m "[SUREFIRE] Surefire 2.19 release site" On Thu, Oct 15, 2015 at 8:16 AM, Andreas Gudian [via Maven] < [email protected]> wrote: > Am Donnerstag, 15. Oktober 2015 schrieb Michael Osipov : > > > Am 2015-10-15 um 02:26 schrieb Tibor Digana: > > > >> Hi, > >> > >> It takes 4 to 5 hour to complete the commit of surefire site on SVN. > >> The site is about 4,200 files and 820 folders. > >> > >> I am doing it on people.apache.org machine; otherwise Maven > scm-publish > >> would fail on my localhost. > >> > > > > Are you certain that homes on p.a.o are nto NFS-mounted? Subversion over > > NFS is horribly slow. I have such a problem at work too. > > > > Michael > > > > What Tibor means is 4-5 hrs when doing that at home from Europe. On p.a.o, > it's a matter if one or two minutes. > > Andreas > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [hidden email] > <http:///user/SendEmail.jtp?type=node&node=5849082&i=0> > > For additional commands, e-mail: [hidden email] > <http:///user/SendEmail.jtp?type=node&node=5849082&i=1> > > > > > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://maven.40175.n5.nabble.com/slow-SVN-when-committing-4-200-files-tp5849060p5849082.html > To start a new topic under Maven Developers, email > [email protected] > To unsubscribe from Maven Developers, click here > <http://maven.40175.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=142166&code=dGlib3JkaWdhbmFAYXBhY2hlLm9yZ3wxNDIxNjZ8LTI4OTQ5MjEwMg==> > . > NAML > <http://maven.40175.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- View this message in context: http://maven.40175.n5.nabble.com/slow-SVN-when-committing-4-200-files-tp5849060p5849086.html Sent from the Maven Developers mailing list archive at Nabble.com.
