Subversion Repositories DevTools

Rev

Rev 279 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 279 Rev 361
Line 396... Line 396...
396
#   Documentation
396
#   Documentation
397
#
397
#
398
 
398
 
399
=pod
399
=pod
400
 
400
 
-
 
401
=for htmltoc    GENERAL::ClearCase::
-
 
402
 
401
=head1 NAME
403
=head1 NAME
402
 
404
 
403
CCbc2 - ClearCase BeyondCompare Difference
405
CCbc2 - ClearCase BeyondCompare Difference
404
 
406
 
405
=head1 SYNOPSIS
407
=head1 SYNOPSIS
Line 457... Line 459...
457
This option allows the user to provide an alternate location for the
459
This option allows the user to provide an alternate location for the
458
administration vob used by the program. The default location is:
460
administration vob used by the program. The default location is:
459
 
461
 
460
=over 8
462
=over 8
461
 
463
 
-
 
464
=item *
-
 
465
 
462
=item * Windows o:
466
Windows o:
-
 
467
 
-
 
468
=item *
463
 
469
 
464
=item * Unix /view
470
Unix /view
465
 
471
 
466
=back
472
=back
467
 
473
 
468
=back
474
=back
469
 
475
 
Line 472... Line 478...
472
This program simplifies the process of perform a code review between two ClearCase
478
This program simplifies the process of perform a code review between two ClearCase
473
labels by:
479
labels by:
474
 
480
 
475
=over 8
481
=over 8
476
 
482
 
-
 
483
=item *
-
 
484
 
477
=item # Creating a visual difference between two labels
485
Creating a visual difference between two labels
-
 
486
 
-
 
487
=item *
-
 
488
 
-
 
489
Creating a visual difference between a label and a directory
478
 
490
 
479
=item # Creating a visual difference between a label and a directory
491
=item *
480
 
492
 
481
=item # Creating a visual difference between two directories.
493
Creating a visual difference between two directories.
482
 
494
 
483
=back
495
=back
484
 
496
 
485
The program will:
497
The program will:
486
 
498
 
487
=over 8
499
=over 8
488
 
500
 
489
=item * Create two dynamic views based on the provided label
501
=item *
490
 
502
 
491
=item * Invoke BeyondCompare to allow visual inspection of the two software versions.
503
Create two dynamic views based on the provided label
492
 
504
 
-
 
505
=item *
-
 
506
 
-
 
507
Invoke BeyondCompare to allow visual inspection of the two software versions.
-
 
508
 
-
 
509
=item *
-
 
510
 
493
=item * Delete the views when the comparison is complete.
511
Delete the views when the comparison is complete.
494
 
512
 
495
=back
513
=back
496
 
514
 
497
If one of the labels is of the form:
515
If one of the labels is of the form:
498
 
516
 
499
=over 8
517
=over 8
500
 
518
 
-
 
519
=item *
-
 
520
 
-
 
521
current
-
 
522
 
501
=item * current
523
=item *
-
 
524
 
-
 
525
current=path
502
 
526
 
503
=item * current=path
527
=item *
504
 
528
 
505
=item * dir=path
529
dir=path
506
 
530
 
507
=back
531
=back
508
 
532
 
509
Then the label will be treated as a directory and will be used for one side
533
Then the label will be treated as a directory and will be used for one side
510
of the comparison.
534
of the comparison.