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 me, for I am gentle and lowly in heart.." On 31/07/2012, at 10:50 PM, Sofia Sayzhenkova <ssayz...@cern.ch> wrote: > 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 problem > svn ls > https://heppc1.ft.uam.es/svn/LCG/Quattor/Templates/tags/glite3.1-20080129/tags > 2008/ > 2009/ > 2010/ > 2011/ > 2012/ > > Before ant deploy I do > svn checkout > svn up > ant > svn commit > ant deploy > > Everything works except ant deploy. > > 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 > > <Location /svn> > SSLRequireSSL > DAV svn > SVNpath /var/www/svn/HEPFTUAM > Satisfy Any > Require valid-user > AuthType Basic > AuthzSVNAccessFile /etc/httpd/htpasswd/svn-authz > AuthName "Repositorio del grupo de Altas EnergĂas" > AuthUserFile /etc/httpd/htpasswd/svn-passwd > </Location> > > > cat /etc/httpd/htpasswd/svn-authz > [/] > pardo = rw > sofia = rw > testuser = rw > > [/Physics] > sofia = rw > > [/General/AOB/lisapaper] > QuattorAuthor = rw > > [/Quattor_Dev/UAM] > * = r > pardo = rw > sofia = rw > testuser = rw > > [/LCG/Quattor/Templates/tags/glite3.1-20080129/tags] > quattor-deployer = r > > [/General/AOB/CXI] > melis = rw > > cat /etc/httpd/htpasswd/svn-passwd > sofia: password* > > *password which I prodused by command htpasswd -nm sofia on the same svn > server (random symbols $apr....) > > On the client machine I have files under the directory .subversion/auth/ with > information for login to the svn server. > > Sofia > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org