You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "gary (guangyuan) sun" <ga...@yahoo.com> on 2007/07/31 19:20:03 UTC

checkout a repos by Ruby Subversion Bindings

Hi all,

I installing the Ruby Subversion Bindings, and create
a repository by puting a line
Svn::Repos.create('./aRepository') in a ruby code. It
works well.

How can I checkout a repository by this way? I would
like checkout from http://...

Is there any doc to describe how to use Ruby
Subversion Bindings?

Thanks

Gary


      ____________________________________________________________________________________
Shape Yahoo! in your own image.  Join our Network Research Panel today!   http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: checkout a repos by Ruby Subversion Bindings

Posted by Nathan Fiedler <na...@gmail.com>.
You can only use "http://..." if you set up a web server to host the
Subversion repository. Assuming you have not, you will need to use the
file: scheme instead (e.g. file:///path/to/svn/repos).

As for documentation, I haven't found any. I've used the Ruby bindings
unit tests as a guide. And there are a few blog postings that offer
some tips and advice, as well.

n


On 7/31/07, gary (guangyuan) sun <ga...@yahoo.com> wrote:
> Hi all,
>
> I installing the Ruby Subversion Bindings, and create
> a repository by puting a line
> Svn::Repos.create('./aRepository') in a ruby code. It
> works well.
>
> How can I checkout a repository by this way? I would
> like checkout from http://...
>
> Is there any doc to describe how to use Ruby
> Subversion Bindings?
>
> Thanks
>
> Gary

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org