You can of course use http for subversion, it is the default mechanism, but is not used for the mono project. There is a bit of extra infrastructure needed to support it, as it uses WebDAV and relies on Apache 2.
-David Waite On 6/9/05, Peter Dennis Bartok <[EMAIL PROTECTED]> wrote: > You don't use http with the svn command. If you want http to download, just > just use your browser, and use the viewcvs interface to download a tarball. > For example, this link > http://svn.myrealbox.com/viewcvs/trunk/MonoDevelop.tar.gz?root=monodevelop&view=tar > should give you a tarball of the latest monodevelop sources. > > Svn uses it's own protocol, and the urls for svn start with svn:// or > svn+ssh:// > > Cheers, > Peter > > -----Original Message----- > From: "Aleksandar Dezelin" <[EMAIL PROTECTED]> > To: "mono-list" <[email protected]> > Date: 09 June, 2005 05:09 > Subject: [Mono-list] Accessing Mono SVN via http > > > When I try to get the latest MonoDevelop source from the svn repository by > issuing command : > > svn co http://svn.myrealbox.com/monodevelop/trunk/MonoDevelop/ > > I get the following result : > > svn: REPORT request failed on '/monodevelop/!svn/vcc/default' > svn: REPORT of '/monodevelop/!svn/vcc/default': 400 Bad Request ( > http://svn.myrealbox.com) > > How can I download the latest source from the svn repository via http? (I > must use http - I'm behind a proxy) > > cheers, > Aleksandar Dezelin > > > > -- > Linux is like wighwam, no windows no gates and apache inside... > > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list > _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
