Jump to content

Moving from Unity Asset Server to PlasticSCM


Khaled

Recommended Posts

Hi,

I've been using Unity Asset Server for few months now, and I would like to move to PlasticSCM, but I don't want to lose the history of my project on the Unity Asset Server,

is there a way to migrate the project history into PlasticSCM?

 

Thanks,

Khaled

Link to comment
Share on other sites

Hi Khaled!

 

well it seems there's no a clear way to migrate from the Unity Asset Server to any other SCM.

 

I've seem people moving from Unity to Git performing a file system migration, that is downloading every version to a wrokspace and committing it to the repo.

 

You can do the same for Plastic SCM, download the first version and perform a "cm ci --all" command, then download the following version and again "cm ci --all". Repeat it for the rest of versions in your Unity Asset Server repository.

 

We are compatible with Git (https://www.plasticscm.com/gitsync/index.html) so if you have a migration mechanism to be used with Git you can migrate to Plastic SCM later.

 

Please tell me if you need further help with the file system migration process.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...