class Registry::Subversion

def checkout_command

def checkout_command
  "svn checkout #{url} #{name}"
end