[Codestriker-commits] CVS update: codestriker/doc codestriker.sgml
Brought to you by:
sits
From: <si...@us...> - 2006-07-04 00:33:42
|
User: sits Date: 06/07/03 17:33:32 Modified: . CHANGELOG codestriker.conf doc codestriker.sgml Log: Adding extra documentation for linking to a ClearCase dynamic view repository. Index: CHANGELOG =================================================================== RCS file: /cvsroot/codestriker/codestriker/CHANGELOG,v retrieving revision 1.192 retrieving revision 1.193 diff -u -r1.192 -r1.193 --- CHANGELOG 13 Jun 2006 23:38:40 -0000 1.192 +++ CHANGELOG 4 Jul 2006 00:33:31 -0000 1.193 @@ -17,6 +17,10 @@ URL. See the codestriker.conf file for more information. Submitted by Edwin Fine <edw...@ve...>. +* New repository module for linking to ClearCase dynamic views. See + the configuration file and/or manual for example configurations. + Submitted by Avinandan Sengupta <avi...@gm...>. + * Modified the way Perforce retrieves files from the depot, as servers set with a security level of 2 or above were not receiving password information. This has been addressed by modifying the command line Index: codestriker.conf =================================================================== RCS file: /cvsroot/codestriker/codestriker/codestriker.conf,v retrieving revision 1.85 retrieving revision 1.86 diff -u -r1.85 -r1.86 --- codestriker.conf 21 Jun 2006 06:00:47 -0000 1.85 +++ codestriker.conf 4 Jul 2006 00:33:31 -0000 1.86 @@ -179,6 +179,9 @@ 'clearcase:c:\\stuff\\view_name\\vob_name' # The next example is a repository based off a ClearCase dynamic view. + # The clearcase identifier is followed by the dyn indicator, + # followed by the view name, followed by the location where the + # view is loaded. # 'clearcase:dyn:c:\\stuff\\dynamic_view_name\\vob_name' ); Index: codestriker.sgml =================================================================== RCS file: /cvsroot/codestriker/codestriker/doc/codestriker.sgml,v retrieving revision 1.59 retrieving revision 1.60 diff -u -r1.59 -r1.60 --- codestriker.sgml 21 Jun 2006 06:00:50 -0000 1.59 +++ codestriker.sgml 4 Jul 2006 00:33:31 -0000 1.60 @@ -546,6 +546,9 @@ 'clearcase:c:\\stuff\\view_name\\vob_name', # The next example is a repository based off a ClearCase dynamic view. + # The clearcase identifier is followed by the dyn indicator, + # followed by the view name, followed by the location where the + # view is loaded. 'clearcase:dyn:c:\\stuff\\dynamic_view_name\\vob_name' ); </programlisting> |