On Fri, October 26, 2007 2:16 pm, Jason Mihalick wrote:

> It seems as though the credentials that were cached by subclipse when I
> did
> the initial checkout of the sources were able to be used by maven when
> committing my release to the trunk, but not when doing the tag.  Why this
> is
> the case, I don't know.

Subclipse (to my knowledge), uses a pure Java implementation of subversion
in order to work. As I understand it, this pure Java client[1] has its own
mechanism to handling credentials.

Maven's scm handling calls the svn binary directly, which then uses a
different mechanism for caching credentials. I suspect this is why your
behaviour in subclipse doesn't follow on from the behaviour of the svn
client.

[1] The pure Java svn client was written to solve the painful issue of
having to fiddle around with platform specific issues when trying to
execute the svn native binary.

Regards,
Graham
--



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to