canmove, Confirmed users, Bureaucrats and Sysops emeriti
1,093
edits
| Line 100: | Line 100: | ||
====The Basics==== | ====The Basics==== | ||
Bespin currently supports the Mercurial distributed VCS. You can add version control to a project using the command <tt>hg init</tt>. If you have never used a distributed VCS before, you might consider reading the | Bespin currently supports the Mercurial distributed VCS. You can add version control to a project using the command <tt>hg init</tt>. If you have never used a distributed VCS before, you might consider reading the [http://en.wikipedia.org/wiki/Distributed_revision_control Wikipedia article on the subject]. | ||
If you are starting to use Bespin with an existing project, you can ''clone'' a remote repository. | If you are starting to use Bespin with an existing project, you can ''clone'' a remote repository. | ||
| Line 112: | Line 112: | ||
vcs getkey | vcs getkey | ||
If your remote repository is at a site like | If your remote repository is at a site like [http://bitbucket.org Bitbucket], it is easy to copy and paste this public key into the web interface of the site to get read and write access to your repositories from Bespin. | ||
====VCS Commands==== | ====VCS Commands==== | ||