Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/softwareag/wmsubversion
Package for using Subversion with webMethods Integration Server
https://github.com/softwareag/wmsubversion
integration-server webmethods
Last synced: 20 days ago
JSON representation
Package for using Subversion with webMethods Integration Server
- Host: GitHub
- URL: https://github.com/softwareag/wmsubversion
- Owner: SoftwareAG
- License: apache-2.0
- Created: 2018-11-07T20:56:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-02T11:06:35.000Z (almost 3 years ago)
- Last Synced: 2024-04-12T16:16:09.336Z (9 months ago)
- Topics: integration-server, webmethods
- Language: Java
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This package provides support for adding version control management to
webMethods Integration Server.Requirements:
IS 6.5 SP2 or later
Subversion 1.4, 1.6, and 1.7 (svn)To set an IS, one must first do the initial import in Subversion. This must be
done prior to running the WmSubversion package. To import IS into Subversion,
run the following commands. (Note that path names and comments are more brief
than in most environments.)% cd /opt/webm/is65sp2/packages
% svn import -m "Initial import." . file:///opt/svn/ispkgsNote that because by default Subversion will import all files, one might first
want to remove files that are generated, such as .bak, .class and node.ndf
files.% cd ..
% mv packages /opt/archive
% svn checkout file:///opt/svn/ispkgs packagesEdit the server.cnf file (in the server/config directory), and set (or add) the
parameter:watt.server.ns.lockingMode=vcs
Edit (or add) the configuration file WmVCS/config/vcs.cnf to include:
watt.vcs.type=svn
watt.vcs.svn.executable=svnThe WmSubversion package relies on the program svn, which uses the environment
for its configuration parameters.Start IS and check startup messages and errors from the WmVCS and WmSubversion
packages. To diagnose problems, one can set logging for VCS (code 132) to level
8 or 9, at which a high amount of output is produced.
______________________
These tools are provided as-is and without warranty or support. They do not constitute part of the Software AG product suite. Users are free to use, fork and modify them, subject to the license agreement. While Software AG welcomes contributions, we cannot guarantee to include every contribution in the master project.
_____________________
For more information you can Ask a Question in the [TECHcommunity Forums](https://tech.forums.softwareag.com/tags/c/forum/1/webMethods).You can find additional information in the [Software AG TECHcommunity](https://tech.forums.softwareag.com/tag/webmethods).
_____________________
Contact us at [TECHcommunity](mailto:[email protected]?subject=Github/SoftwareAG) if you have any questions.