Re: ant deploy BUILD FAILED

2012-07-31 Thread Peter West
Don't use heppc1 _anywhere_. Replace every instance with the full domain name. heppc1 might be a local DNS convenience, or it might be in your /etc/hosts. Just don't use it. It IS an access problem. The error message is very specific about that. Peter West "Take my yoke upon you, and learn fro

Re: ant deploy BUILD FAILED

2012-07-31 Thread Sofia Sayzhenkova
My svn server has the following configuration. cat /etc/httpd/conf.d/subversion.conf LoadModule dav_svn_module modules/mod_dav_svn.so LoadModule authz_svn_module modules/mod_authz_svn.so SSLRequireSSL DAV svn SVNpath /var/www/svn/HEPFTUAM Satisfy Any Re

RE: ant deploy BUILD FAILED

2012-07-31 Thread Martin Gainty
this is an authentication issue..whomever supplied you with the certificate can supply you with the username and password to https://heppc1.ft.uam.es/svn/LCG/Quattor/Templates/tags/glite3.1-20080129/tags/ Martin __ Verzicht und Vertraulichkeitanmerku

Re: ant deploy BUILD FAILED

2012-07-31 Thread Sofia Sayzhenkova
I can do execute svn ls for heppc1 as well $ svn ls https://heppc1/svn/LCG/Quattor/Templates/tags/glite3.1-20080129/tags 2008/ 2009/ 2010/ 2011/ 2012/ The address which I get in the error message can be different heppc1 and heppc1.ft.uam.es BUILD FAILED /home/pardo/workspace/trunk5/quattor

Re: ant deploy BUILD FAILED

2012-07-31 Thread Peter West
Your authentication problem is with a different address: https://heppc1/svn/LCG/Quattor/Templates/tags/glite3.1-20080129/tags/ Note the server is heppc1, not heppc1.ft.uam.es The bogus address is probably specified somewhere in your build file. Peter West "Take my yoke upon you, and learn from

AUTO : Maxime CARPENTIER est absent(e) (retour 16/08/2012)

2012-07-31 Thread Maxime CARPENTIER
Je suis absent(e) du bureau jusqu'au 16/08/2012 Remarque : ceci est une réponse automatique à votre message "ant deploy BUILD FAILED" envoyé le 31/07/2012 14:50:55. C'est la seule notification que vous recevrez pendant l'absence de cette personne.

ant deploy BUILD FAILED

2012-07-31 Thread Sofia Sayzhenkova
Hello Peter and Stefan, thank you for your response. I don't know how I can answer in the same thread, because I didn't receive the emails. Does the command "ant deploy" need additional rights on the svn server unlike for example "svn commit" and "svn ls"? I can execute svn ls without any