[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [Subclipse-users] SVNANT: cached password not encrypted under Windows

From: Mark Phippard <markphip_at_gmail.com>
Date: Sat, 2 Feb 2008 10:40:31 -0500

Unfortunately it doesn't. We do not have any code that is involved in
this process. The library used by the adapter does all of the work
and decides how to manage passwords.

Mark

On Feb 2, 2008 10:39 AM, Jean-Claude Antonio <jcantonio_at_arcetis.com> wrote:
> Thanks Mark,
>
> On this machine I don't have any version prior to SVN 1.4.
> SVN 1.4.3, and TortoiseSVN 1.4.5 (these work perfectly as expected) are
> installed.
>
> And I only have this issue with SVNAnt. I am using the version 1.1-rc2
> which is the latest available version.
>
> If this helps here is the ant task.
> <input message="Please enter svn repo username:"
> addproperty="svn.username" />
> <input message="Please enter svn repo password:"
> addproperty="svn.password" />
> <svn username="${svn.username}" password="${svn.password}">
> <update dir="D:\Release\builder\ClientManager\src"></update>
> </svn>
>
>
> Cheers,
>
> Mark Phippard a écrit :
>
> > The caching is controlled by the library you use to fulfill the SVN
> > requests. The command line and JavaHL use the same mechanisms as
> > TortoiseSVN. SVNKit has its own system.
> >
> > Also, this encryption feature was added to SVN on Windows. Maybe in
> > 1.3? So you could be using an old version of something.
> >
> > Mark
> >
> >
> > On Feb 2, 2008 6:51 AM, Jean-Claude Antonio <jcantonio_at_arcetis.com> wrote:
> >
> >> Hello,
> >>
> >> I am using SVNANT * 1.1-rc2 under Windows XP.
> >>
> >> When I use TortoiseSVN or other clients, my cached password in encrypted
> >> as specified in:
> >> http://subversion.tigris.org/faq.html#plaintext-passwords
> >>
> >> But as soon as I run a SVNANT task (I am prompted a userId/password).
> >> The cached encrypted password is then replaced by a plain-text password.
> >>
> >> It there a way to change that?
> >>
> >> Thanks,
> >>
> >> Jean-Claude
> >>
> >>
> >>
> >>
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
> >> For additional commands, e-mail: users-help_at_subclipse.tigris.org
> >>
> >>
> >>
> >
> >
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
> For additional commands, e-mail: users-help_at_subclipse.tigris.org
>
>

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-02-02 16:40:38 CET

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.