Search code examples
djangoversion-controlrepositorydotcloud

Can I browse source/commits on dotcloud?


I've got Django app deployed on Dotcloud. Is there any way to browse my commits/source and use Dotcloud also as version-control system? Or I still need to store my code somewhere else.

Thanks and regards


Solution

  • You still need to store your code somewhere else.

    dotCloud uses git and mercurial as a transport mechanism but you can't rely on it for long term storage or retrieval. It is best to store it on your own servers or someplace like github, bitbucket, etc.

    If you need more info about dotClouds git and mercurial push features check out this page.

    http://docs.dotcloud.com/guides/git-hg/