Commandline APIs for importing files into JazzSCM?
We are wanting to (during our Jazz pilot project) regularly update the files in Jazz SCM with updated files in subversion (what we are currently doing our work in).
We can easily dump the current set of files from SVN just fine, but need a automatable mechanism for importing the files into Jazz.
This is just for the pilot project since we are having to make changes to our code forit to build properly in both our current environment and Jazz, and need to be able to validate our work.
Any advice would be appreciated.
We can easily dump the current set of files from SVN just fine, but need a automatable mechanism for importing the files into Jazz.
This is just for the pilot project since we are having to make changes to our code forit to build properly in both our current environment and Jazz, and need to be able to validate our work.
Any advice would be appreciated.
One answer
Scott,
There is a command line tool which performs some basic SCM functions. You can find it in the scmtools directory of the client install. Run 'scm help' for more details.
However, if you are just going to update a couple time a week, you may want to checkout an article we wrote on managing 3rd party source in Jazz SCM. This will probably help you out:
https://jazz.net/learn/LearnItem.jsp?href=content/docs/source-control/vendorcode/index.html
Jean-Michel Lemieux
Jazz Source Control Team
There is a command line tool which performs some basic SCM functions. You can find it in the scmtools directory of the client install. Run 'scm help' for more details.
However, if you are just going to update a couple time a week, you may want to checkout an article we wrote on managing 3rd party source in Jazz SCM. This will probably help you out:
https://jazz.net/learn/LearnItem.jsp?href=content/docs/source-control/vendorcode/index.html
Jean-Michel Lemieux
Jazz Source Control Team