You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by do...@cocoon.apache.org on 2004/12/21 16:57:28 UTC

[Cocoon Wiki] Updated: SubversionMigration

   Date: 2004-12-21T07:57:27
   Editor: AntonioGallardo <an...@apache.org>
   Wiki: Cocoon Wiki
   Page: SubversionMigration
   URL: http://wiki.apache.org/cocoon/SubversionMigration

   Add warning for committers about svn password on the disk in plain text

Change Log:

------------------------------------------------------------------------------
@@ -2,6 +2,16 @@
 
 Cocoon CVS repositories are moved into the [http://svn.apache.org/repos/asf/ Apache Subversion Repository]. This page is meant to collect information about this move, and help people configure their SVN clients.
 
+== Committers warning ==
+
+By default, svn client [http://svnbook.red-bean.com/en/1.0/ch06s02.html#svn-ch-6-sect-2.2 saves the credentials in your hardisk] in plain text in {{{~/.subversion/auth/svn.simple/*}}}.
+
+If you want to disable the credential caching permanently, edit the runtime config file (in *NIX {{{~/.subversion/config}}}) and add:
+{{{
+[auth]
+store-auth-creds = no
+}}}
+
 == Repository Details ==
 
 See also [http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=109111483816838&w=2].