Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #9364 (closed enhancement: fixed)

Opened 11 months ago

Last modified 10 months ago

[PATCH] Allow Optional Subversion Auth Caching

Reported by: tsmith Assigned to: minam
Priority: normal Milestone:
Component: Capistrano Version:
Severity: normal Keywords: subversion capistrano scm authentication auth-cache cache 2.0.0
Cc:

Description

There are occasions when you do want to have the Subversion client(s) on the target server(s) cache Subversion authentication credentials. Attached is a patch that optionally allows this without changing the default approach or impacting other scm options.

With this, using this in deploy.rb will allow authentication credential caching for Subversion:

set :scm_auth_cache, true

Attachments

scm_auth_cach.diff.txt (0.6 kB) - added by tsmith on 08/24/07 15:58:47.

Change History

08/24/07 15:58:47 changed by tsmith

  • attachment scm_auth_cach.diff.txt added.

08/24/07 16:08:34 changed by tsmith

  • summary changed from Allow Optional Subversion Auth Caching to [PATCH] Allow Optional Subversion Auth Caching.

09/01/07 01:43:30 changed by minam

  • status changed from new to closed.
  • resolution set to fixed.

(In [7384]) Allow auth-caching of subversion credentials to be enabled (closes #9364)