# Provisional-Repoman ## Description This gem provides [Repo Man](http://github.com/vigetlabs/repo_man)-specific methods for [Provisional](http://github.com/vigetlabs/provisional). ## Requirements Provisional-Repoman requires Provisional 2.1.2 or greater. Provisional-Repoman is only tested on Mac OS X. It should also work on Linux. It is not tested or supported on Windows. ## Installation sudo gem install provisional-repoman ## Usage See the documentation for Provisional for command-line usage. This gem adds the following SCMs to Provisional: * `repo_man_git`: creates a git repository in the `project_name` directory, creates a repository using Repo Man, adds it as the "origin" remote, and pushes. * `repo_man_svn`: creates a Subversion repository called `project_name` using Repo Man, and checks it out into the `project_name` directory. Provisional's --domain option should be used to specify the domain under which your Repo Man, Subversion and Git servers live. For instance, if --domain is set to "example.com", the following hosts will be used: * for Repo Man API access: repoman.example.com * for Git access: git.example.com * for Subversion access: svn.example.com ## License Copyright (c) 2009 Mark Cornick of Viget Labs <mark@viget.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.