SVN with apigee artifacts

Not applicable

Please let me know if anyone has used SVN for apigee code management?

Please share any documents/references that you might have used in apigee projects?

0 1 162
1 REPLY 1

Not applicable

Dear @nagesh , you can certainly leverage SVN to version control your API artifacts. You can download API proxies revisions (as zip bundles) and deploy them back to Apigee through the Management API or the UI.

This Management API call will export the revision as a zip file.

This one will import the zip file as a new revision on Edge.

You can also Leverage Grunt and Maven deploy plugins if you want a more comprehensive tooling to manage the deployment lifecycle (testing, importing docs, import/export KVMs, JSLint, etc).