Continuum and Subversion

Cached Credentials

CONTINUUM-1155 introduced the ability for Continuum 1.1 to use cached svn credentials. Prior to this, it always passed along the userid/password (if any) that was provided when the project was added to Continuum.

Then CONTINUUM-1429 complained that the initial checkout does not respect the 'use cached credentials' checkbox.

Once that's fixed, there is still the problem that doing a release will cache the credentials used for the release.

The goal is to use a script to cache credentials for a read-only user, so that someone with filesystem access couldn't do too much damage.

  • No labels