Subversion Repositories DevTools

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
3044 4690 d 16 h dpurdie /core_devl/branches/dpurdie_devl/ Update Release Notes prior to release.  
3041 4691 d 9 h dpurdie /core_devl/branches/dpurdie_devl/TOOLS/ The use of the '-branch' option will not import changes between the named tag and the branch from which the tag was taken.  
2652 4753 d 14 h dpurdie /core_devl/branches/dpurdie_devl/TOOLS/ Slightly improved Subversion support for importing packages  
2489 4779 d 14 h dpurdie /core_devl/branches/dpurdie_devl/ Detect and report error condition where a tag references a parent directory of the tag.  
2426 4788 d 14 h dpurdie /core_devl/branches/dpurdie_devl/ Allow packages with a 'tags' directory to be extracted under escrow  
2029 4830 d 10 h dpurdie /core_devl/branches/dpurdie_devl/ * Utility: rtag_extract
* Added -[no]log option to control the output
* Extended the examples in the documentation

* Utility: svnrelease and svnextract
Modified the way that branches are created and used.
Modified two options:
-mkbranch=name. Will create a branch while extracting the package
The named branch must not exist
-branch=name. Will extract the head of the named branch - if it exists
The named branch must exist
 
2028 4830 d 11 h dpurdie /core_devl/branches/dpurdie_devl/TOOLS/ Improve handling of deleted branches.
Will only generate a warning if the branch has been deleted for devMode of Tag and Working.
Will still generate an error for a devMode of Tip. It was deleted after all.
 
1454 4835 d 11 h dpurdie /core_devl/branches/dpurdie_devl/ svnrelease: Better view name construction  
1451 4838 d 9 h dpurdie /core_devl/branches/dpurdie_devl/  
1430 4843 d 9 h dpurdie /core_devl/branches/dpurdie_devl/ Merge from trunk
Correct issues with svn support
 
1429 4843 d 10 h dpurdie /core_devl/branches/dpurdie_devl/ Makefile Generation
Packing of directories filters out .svn subdirectories

Utility: svnrelease
Correctly handle build files that are not in the root directory
 
1360 4853 d 14 h dpurdie /core_devl/branches/dpurdie_devl/TOOLS/ Create internal DevMode of escrow  
1357 4856 d 9 h dpurdie /core_devl/branches/dpurdie_devl/TOOLS/  
1356 4856 d 12 h dpurdie /core_devl/branches/dpurdie_devl/TOOLS/ Subversion support changes after integration testing  
1349 4863 d 7 h dpurdie /core_devl/branches/dpurdie_devl/TOOLS/ Improved tag backtracking  
1348 4864 d 10 h dpurdie /core_devl/branches/dpurdie_devl/  
1270 4923 d 15 h dpurdie /core_devl/branches/dpurdie_devl/TOOLS/  
391 4964 d 15 h dpurdie /core_devl/branches/dpurdie_devl/ Created by Jats SvnRelease branch request  
383 4996 d 3 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Minor changes:
* GCC Toolchain
Use JATS' internal dependency generator. This is much faster than the
use of the gcc as previously implemented.

* New Platform: VIXITP
Specialised platform for the VIX 'ITP' product.

* Subversion Support
Documented the use of 'TIMESTAMP' in svn commands
svnrelease. The -branch option supports the special name TIMESTAMP
 
363 5242 d 23 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Major changes:
* New toolset: ARM251

* New target platform: ARM_I5100
Uses the ARM251 toolset.

Minor changes:
* HTML Help
Correct display of subheadings in the Table of Contents under IE8

* jats build -noforce
The 'quick' test to force a re-build now takes the value of
GBE_BUILDFILTER into account. If the value changes, then a rebuild will
be forced.

This affect the 'jats all' and associated 'sandbox' commands.

* Utility: ccrelease (jats release, jats extract)
Improved the ClearCase config spec used to create the view.

If the command specifies a branching rule, then the view will not allow
directories above the package base to be branched. This will prevent
unintentional branching within the root of the VOB.

If the command does not specify a branching rule, the view now allows
files and folders to be 'added' within the view, within the package. This
feature is suppressed when the tool is used by the AutoBuilder.

* Utility: svnrelease
Remove duplicate package-name words from the generated workspace name to
provide a cleaner workspace name.

Allow the workspace to be deleted in 'release' mode by changing out of the
workspace directory before attempting the delete.

* Utility: svn
Added 'test' to verify that the subversion CLI utility has been
installed and can be used.

* Toolset: CSharp
Utilize features of cmdfile to simplify the generated makefile
Force the generated command file to have correct directory separation
character.

* Toolset: SunWorks
Corrected usage of the -erroff directive
The later SunWorks compilers are more strict about its usage.
May affect 64 Solaris builds as the incorrect usage may have been
masking an error.

* Toolset: Delphi7
Correct library building process that had been broken by previous
enhancement.

* Toolset: dafbr
Internal option to simplify compiler testing

* makefile.pl directive: GenerateFiles and RunTests
Corrected operation of the '--PackageInfo' expansion
- Return correct path to package
- If no info is selected, then assume '--path'

* build.pl directive: BuildPlatforms
Added a '--Alias=Name[,Name]+' option. This allows the setting of
a platform alias, when the platform is defined.

* build.pl directive: BuildVersion
Generate well formed VB6 definitions for packages that have dependent
packages.

* make command: show
Improved the readability of the 'Alias Targets' list in the
'jats make show' command.

* Utility: create_dpkg
When transferring files from a Windows file system to dpkg_archive
ensure that the execute permission is set for all users.

Allows 'GENERIC' packages to package up executables that will be
executed on Unix machines.
 

Show All