Subversion Repositories DevTools

Rev

Rev 3559 | Rev 4184 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3559 Rev 4086
Line 2076... Line 2076...
2076
=head2 DESCRIPTION
2076
=head2 DESCRIPTION
2077
 
2077
 
2078
The 'cmd' command will pass all of its arguments to JATS in the build directory
2078
The 'cmd' command will pass all of its arguments to JATS in the build directory
2079
of each of the packages within the sandbox, in the package build order.
2079
of each of the packages within the sandbox, in the package build order.
2080
 
2080
 
-
 
2081
=head2 EXAMPLES
-
 
2082
 
-
 
2083
The following command will update all the Subversion-based packages in the sandbox.
-
 
2084
 
-
 
2085
    jats sandbox cmd eprog svn update
-
 
2086
 
-
 
2087
Note the use of 'eprog' in the command string. This tells JATS to run the external
-
 
2088
(to JATS) program. Without this the command would run the JATS-internal command
-
 
2089
called 'svn' - with different results.
-
 
2090
 
-
 
2091
The following command will update the dependencies in the build.pl files to match
-
 
2092
those of a nominated release. This will only affect the package versions
-
 
2093
external to the sandbox, although all version information in the build.pl
-
 
2094
files will be updated.
-
 
2095
 
-
 
2096
    jats sandbox cmd upddep -rtagid=12345
-
 
2097
 
2081
=head1 Cache
2098
=head1 Cache
2082
 
2099
 
2083
=head2 NAME
2100
=head2 NAME
2084
 
2101
 
2085
Cache dependent packages
2102
Cache dependent packages