Monday, January 22, 2024

Convert SVN Project to Git Project

Here we are going to check how convert a SVN project to Git project in Local filesystem

Steps:
  • Pre-requisite: Git to be preinstalled in your m/c
  • Goto Command prompt & run below command
  • git svn clone -r HEAD <SVN Codebase URL>
  • This will create a folder with same name of app with  .git file

No comments:

RabbitVCS Install in Ubuntu

First run below command from terminal sudo apt-get install python3-configobj python3-gtkspellcheck python3-svn subversion python3-dulwich py...