How do I clone a SVN repository using git commonds in ubuntu?

 How do I clone a SVN repository using git commonds in ubuntu?

  1. sudo apt-get install subversion.
  2. sudo apt-get install git-svn
  3. sudo svn clone reposetory_name.


Comments

Popular posts from this blog

simple inventory management system using Google Apps Script

sales forecasting ML model in retail using the Prophet algorithm from the Facebook Prophet library

create a CRUD web application with Google Apps Script