I have an Ant script that should check the directory from Subversion. This works using svnant / svnkit. However, access to Subversion is authenticated, and I do not want to store my user password in a file.
Can I make svnkit popup password dialog? Or is it even better if it uses the same credential caching that subversive / svnkit uses inside Eclipse (username can be read from build.properties)?
I cannot switch to public key authentication since I do not control the subversion server.
At the moment, he simply says: "svn: authentication is canceled."
source
share