Please provide a shell script which runs to migrate from SVN to GIT

0 votes
Nov 26, 2020 in Other DevOps Questions by Shashi
• 370 points
558 views
If not shell script, please provide a python script which will migrate from SVN to GIT

1 answer to this question.

0 votes

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>
answered Nov 27, 2020 by MD
• 95,440 points
Can you please provide the python script with steps, as I am beginner in python scripting

Hi@shashi,

You don't need any advanced knowledge. You need to import some modules in your script.

import os
os.system("git svn clone <address>"

Related Questions In Other DevOps Questions

0 votes
1 answer

How to stop sqlplus command in unix shell script when any sql fails

One idea would be to launch the ...READ MORE

answered Jul 16, 2018 in Other DevOps Questions by Kalgi
• 52,360 points
4,819 views
0 votes
1 answer

Bash script to revoke Inbound rule after some time

Hi@Lakshminarayanan, You can find command to remove your ingress ...READ MORE

answered Jul 7, 2020 in Other DevOps Questions by MD
• 95,440 points
903 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP