I'm trying to upload files to svn using atlassiain-python-api(python). So far, I managed to download and store confluence attachments to a default directory for python project following this example. Now I'd like to upload those files to my svn server. My ideas are
- changing download path to svn or
- directly integrating svn with confluence or
- using atlassian fisheye It would be very nice of you if you can walk me through it or give me some clues. I've been searching for useful svn python modules but none are working. I don't think they are used and supported at all.
Thank you!