dcpanda80 / ci-factory

Automatically exported from code.google.com/p/ci-factory
0 stars 0 forks source link

Svn Passowrd #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add option to store Svn password outside of source control.

Original issue reported on code.google.com by jay.flowers@gmail.com on 10 Mar 2007 at 1:07

GoogleCodeExporter commented 9 years ago
Look into svn ignore.

Original comment by jay.flowers@gmail.com on 10 Mar 2007 at 1:15

GoogleCodeExporter commented 9 years ago
C:\Projects\TestProject\Current\Build\Packages\Subversion>svn propset svn:ignore
SourceControl.Credentials.xml .

Original comment by jay.flowers@gmail.com on 10 Mar 2007 at 4:07

GoogleCodeExporter commented 9 years ago
Build 0.8.0.42
Revision 270

Move credentials from SourceControl.Properties.xml to 
SourceControl.Credentials.xml.
Added property SVN.Crednetials.SafeStorage.  If property is set to true the
Subversion Package directory's svn prop ignore will include the new credentials 
file.

Original comment by jay.flowers@gmail.com on 10 Mar 2007 at 5:42

GoogleCodeExporter commented 9 years ago
Build 0.8.0.46
Revision 279
Conditionally load credentials. No longer use credentials on update in GetOf.  
Remove
Project Root .svn folder and tags folder at the end of the Load target.

Original comment by jay.flowers@gmail.com on 11 Mar 2007 at 2:27

GoogleCodeExporter commented 9 years ago
Build 0.8.0.49
Revision 285
Remove ${} from inside expression

Original comment by jay.flowers@gmail.com on 11 Mar 2007 at 4:20

GoogleCodeExporter commented 9 years ago
Need to offer separate properties/credentials or anonymous for CCNet server.

Original comment by jay.flowers@gmail.com on 13 Mar 2007 at 8:19

GoogleCodeExporter commented 9 years ago
Build 0.8.0.73
Revision 339
Made setting of the username and password nodes conditional on the SafeStorage 
flag.

Original comment by jay.flowers@gmail.com on 16 Mar 2007 at 2:43

GoogleCodeExporter commented 9 years ago

Original comment by jay.flowers@gmail.com on 19 Mar 2007 at 1:03