lawrencehagman
lawrencehagman

Reputation: 493

How do you create a Plasitc SCM Repo from an existing project?

I have an existing unity project for which I want to make a Plastic SCM repo. The only options I see in the windows plastic scm project are "Create New Repository" and "Create Workspace From a Repository". How do I create a Repository from an existing set of local files?

Upvotes: 0

Views: 1772

Answers (1)

Carlos Alba Zamanillo
Carlos Alba Zamanillo

Reputation: 1319

  1. You will need to create a new repository (database stored on the server-side to store the repo history).
  2. Then you create a local workspace in your project local path pointing to the repo you just created.
  3. Finally, you can checkin your initial version of the project to the repository.

Upvotes: 1

Related Questions