Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Commit files to SVN from PLSQL Package

658578Sep 8 2008 — edited Sep 8 2008
Hi

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 6 2008
Added on Sep 8 2008
2 comments
1,127 views