Commit files to SVN from PLSQL Package
658578Sep 8 2008 — edited Sep 8 2008Hi
I'm trying to commit few files to SVN directly from PLSQL Package.
For example, let say I mapped my C:\example folder to my SVN repository. Now I've written a PLSQL function which will create a file in my C:\example folder using utl_file package.
But from my local folder how do I commit the file which I created to the SVN repository. If I have my Tortoise installed than I just say Right-click --> Commit to save this file to the repository. Is there is any way to achieve this functionality from PLSQL function/procedure? So that if I call the function it should write the file in C;\ drive and then to the repository. Please help out if its possible through any method.
Thanks