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
4612 4092 d 4 h dpurdie /core_devl/trunk/TOOLS/ Initial version of tool to process release notes.  
4551 4107 d 0 h dpurdie /core_devl/trunk/ Reworked handling of the GENERIC target to make it more generic and allow the future implementation
of a class of GENERIC targets. Code is in place, not yet operational.
 
4501 4129 d 2 h dpurdie /core_devl/trunk/ [JATS-298] Fixed processing of the Scripts Directive, so that the named files are copied in as a part of the unit_tests
Cleaned up the processing of the test and unit_tests.
 
4455 4156 d 3 h dpurdie /core_devl/trunk/  
4424 4171 d 1 h dpurdie /core_devl/trunk/ Handle source files with multiple '.' in them - for Prog and SharedLib
Copy to dpkg_archive - ignore broken symlinks
 
4382 4198 d 21 h dpurdie /core_devl/trunk/ Visual Studio 2005 and above toolset: The programs .exe.manifest will be packaged along with the executable, but only if it exists.
Also works with shared libraries
Added Packaging feature to allow this
 
4324 4211 d 23 h dpurdie /core_devl/trunk/ Android support  
4309 4219 d 5 h dpurdie /core_devl/trunk/  
4265 4240 d 3 h dpurdie /core_devl/trunk/TOOLS/ PackageFile. Improved the --DirTree operation to allow for packages with an inverted buildfile structure  
4261 4240 d 6 h dpurdie /core_devl/trunk/ Makefile Directives MakeProject and MakeAnt. Ensure that each project creates a unique makefile target.  
4257 4245 d 5 h dpurdie /core_devl/trunk/ Improved the --DirTree operation. Relax to allow packaging within the package.  
4163 4301 d 3 h dpurdie /core_devl/trunk/ Added a new JATS host: linux_x64  
4128 4329 d 22 h dpurdie /core_devl/trunk/TOOLS/ Corrected issue where the platform specifier consists entirely of non-platform arguments.  
4095 4407 d 21 h dpurdie /core_devl/trunk/  
3967 4526 d 21 h dpurdie /core_devl/trunk/ Merge work to trunk for Version: 3.2.0000.cr  
2764 4742 d 3 h dpurdie /core_devl/trunk/  
2450 4793 d 0 h dpurdie /core_devl/trunk/ * Makefile generation
Warning generation of bad source paths does not generate an error
if the path test escapes the directopry tree. It will generate a
warning, which allows the build to progress as before - with lots
of warnings.

* Makefile Generation
BuildSubDir and SubDir directives - cleanup paths.

* Jats Utility: JatsFileUtil
Better handling of double '\' in pathnames under windows.
 
2429 4800 d 3 h dpurdie /core_devl/trunk/ Major changes:
* Make-time performance improvement of packaging
Improved the performance of the 'packaging' and 'installing' operations
by an order of magnitude under windows. Replaced the shell scripting of
these operations with a dedicated program.

This change also addressed a long-time Windows issue with the packaging
of files into very long (>~250) paths as the utility supports the full
windows path scheme.

Minor changes:
* Command Changes: jats clobber
The 'jats clobber' command has been significantly sped up
The 'clobber' no longer unpackages and uninstalls files one by one
from the relevant directories. The entire directory is deleted.

The original sequence can still be perform, if required, with the commands
jats make clobber
This operates as before.

* Utility: escrow
Support to extract packages with a subdirectory structure that
breaks the JATS rule that the TTB directory names are reserved.
Some COTS packages break the rule.

* Utility: svn : delete-branch
Modified the svn branch deletion operation.
With no arguments it will show the current branch.

* Utility: svn : url
Improved the conversions supported. Now handles leading SVN::
and will decode tags of the form SVN::path::tag

* Utility: svn : import
Added a '-nocommit' option to allow the results of the import to be
inspected before committing them to the Repository.

* Subversion Support
Detect authentication errors and issue user-friendly error messages
showing the user what to do.

The special label of TIMESTAMP now creates a tag with a .WIP
suffix. This allows the tag to be deleted in the VIX protected
repositories.
 
1431 4854 d 23 h dpurdie /core_devl/trunk/ Prepare for release  
1329 4900 d 3 h dpurdie /core_devl/trunk/ Major changes:
* Subversion Repository location
The correct paths to the various SubVersion repositories is:
GBE_SVN_URL_AUPERASVN01: https://auperasvn01.aupera.erggroup.com/svn
GBE_SVN_URL_FRBESASVN01: http://frbesasvn01.frbesa.erggroup.com/svn
Windows users may need to update there jats.bat file.
These are Fully Qualified Domain Names.

Minor changes:
* Jats startup warning introduced in 2.100.5000.cr
Now accepts both / and \ as path separators.

* Utility: svnrelease
Modified the operation of the '-branch' to better mimic the ClearCase
operation of the same command. If the specified branch exists, then it
will be used, otherwise it will be created based on the specified tag.

* Utility: svnsave_build
Modify the operation such that the 'author' of the saved build is set to
that of the user that created the version that that build is based upon.
This preserves the history of the build a lot better than tagging all
builds as being done by 'buildadm'.

* Utility: ccdelete_view
Allow the user to specify ClearCase viewtags or a viewstore path.

* Utility: sandbox
Added options to control the packages processed. The user can specify
a range of packages and exclude or include specific packages.

Subcommand: populate
Added -exclude=name[,name]+ to allow specific packages to be excluded
Add -all option to force dependency testing of packages already in the
sandbox.

* Subversion Support
With an automated build environment the use of a default Subversion
repository is not supported.

Creating a workspace will display the files being extracted providing
a progress indication.

* Jats Online Documentation
Migrated several items from the VIX Wiki to the FAQ section of the
online documentation.

* Generated makefiles
Improved tracing of package archive source in comments
 

Show All