95494/please-provide-shell-script-which-runs-migrate-from-svn-git
Hi@shashi,
You can run the git-svn command. If you are trying to run with python script then run the command with os.system.
$ git svn clone <address>
You don't need any advanced knowledge. You need to import some modules in your script.
import os os.system("git svn clone <address>"
user_data should be used as it is ...READ MORE
One idea would be to launch the ...READ MORE
use feature flags as a solution to ...READ MORE
Hi! You can start off by understanding ...READ MORE
There are API docs in the footer ...READ MORE
Download necessary CA certificate. "/etc/ssl/certs/ca-certificates.crt", -> Debian/Ubuntu "/etc/pki/tls/certs/ca-bundle.crt", ...READ MORE
You can use unless inside your state ...READ MORE
Use the following command cf restart-app-instance This will issue ...READ MORE
I would first check which part of ...READ MORE
Hi@Lakshminarayanan, You can find command to remove your ingress ...READ MORE
OR
Already have an account? Sign in.