Question

Query to turn on or off the SVN Repository

Hello All,

Can anyone tell me the SQL query to turn on or off the SVN in the bpm online application? Appreaciate your help.

 

Thanks,

Ayswariya

File attachments

Like

2 comments

Dear Ayswariya,

 

There is no option to turn SVN on/off with the help of the SQL-queries. You may find the detailed instructions on how to work with SVN in our Academy.

 

Lisa 

I'd say that the following script will turn SVN off (it's required to flush redis after executing)

update SysPackage set Maintainer = 'Customer', InstallType = 0, Ischanged =1, IsLocked = 1, SysRepositoryId = null where Name = 'MyPackage'

However, it will be hard to turn SVN on again after this.

Show all comments