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


Reply via email to