Run Python Script using Jenkins to add to SVN


(Not a tutorial - I am keeping it just for my own reference)

Step 1: Setting Jenkins Job and Python script.



Step 2 : Setting permission on svn data cache.
chmod -R a+rwx /Users/xxx/src/starts-art/.svn

Step 3: Setting permission on repo files.
chmod -R a+rwx /Users/xxx/src/starts-art/DatabaseBackup/backup

Comments

Popular posts from this blog

Bounding Box in PIL (Python Image Library)

Dictionary vs KeyValuePair vs Struct - C#

Rendering order and Z-sorting