Quantcast
Channel: Question and Answer » libgdx
Viewing all articles
Browse latest Browse all 434

Using SVN with Libgdx

$
0
0

I decided to give LibGDX a try and am planning to use SVN for my code repository. I created my LibGDX project via the Gradle build as outlined in the book “Learning LibGDX Game Development”. I’m not quite sure how to add the project to my repository. I have tried to upload the root folder (Project below) into svn, which does contain all the sub-project, but when I check out my workspace only contains the Project folder.

Below is the structure of the project in Eclipse after the gradle build.

  1. Project
  2. Project-android
  3. Project-core
  4. Project-desktop
  5. Project-html
  6. Project-ios

After checking out from svn

  1. Project

Has anyone used SVN with LibGDX, if yes can you please guide on how to add a project to repo and checkout correctly?


Viewing all articles
Browse latest Browse all 434

Trending Articles