Jump to content
  • 0

How hard is it to move acis l2j project from SVN to git?


Question

4 answers to this question

Recommended Posts

  • 0
Posted

If you don't want to lose history, I don't know. If you don't care about it though, then you just need to:

1. Delete SVN files

2. Use GIT GUI to create the new repository

3. Use GIT GUI to stage all files & use commit

 

It's very easy.

  • 0
Posted
On 8/31/2018 at 10:40 AM, vampir said:

If you don't want to lose history, I don't know. If you don't care about it though, then you just need to:

1. Delete SVN files

2. Use GIT GUI to create the new repository

3. Use GIT GUI to stage all files & use commit

 

It's very easy.

 

SVN repo to git repo conversion seems pretty straightforward.

 

 What about migrating it to another IDE like IntelliJ IDEA as well? I mean I want to checkout that git repo and then be able to build that project.

  • 0
Posted (edited)

Just make sure to remove eclipse files from the repository, they shouldn't be there in the first place. You should make also .gitignore file and include folders and files that you don't want to store in git(like build folder and some files generated by eclipse/intellij idea)

Edited by vampir

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock