[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: checkout a repos by Ruby Subversion Bindings

From: Nathan Fiedler <nathanfiedler_at_gmail.com>
Date: 2007-07-31 22:00:28 CEST

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 <garysun04@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
Received on Tue Jul 31 21:59:15 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.