The important part is to remove "svn/" from the URI because that's ViewVC, and not the actual SVN repository.
On 2016-02-24 22:49, Thomas Schweikle wrote: > Hi! > I can't try that, because I am bound to use http(s) to check out – no > Internet access without using a proxy … :-( > > 2016-02-24 17:32 GMT+01:00 David Quintana (gigaherz) <[email protected]>: >> oops sorry it's svn://svn.reactos.org/reactos/trunk/ -- no /svn/ >> >> On 24 February 2016 at 17:31, David Quintana (gigaherz) <[email protected]> >> wrote: >>> >>> Can you try svn://svn.reactos.org/svn/reactos/trunk/ ? >>> >>> On 24 February 2016 at 17:11, Thomas Schweikle <[email protected]> >>> wrote: >>>> >>>> Hi! >>>> >>>> trying to checkout reactos sources using svn leads to: >>>> $ LANG=CC svn co https://svn.reactos.org/svn/reactos/trunk/reactos/ >>>> reactos >>>> svn: warning: cannot set LC_CTYPE locale >>>> svn: warning: environment variable LANG is CC >>>> svn: warning: please check that your locale name is correct >>>> Redirecting to URL 'https://svn.reactos.org/svn/reactos/trunk/reactos': >>>> Redirecting to URL 'https://svn.reactos.org/svn/reactos/trunk/reactos': >>>> svn: E195019: Redirect cycle detected for URL >>>> 'https://svn.reactos.org/svn/reactos/trunk/reactos' >>>> >>>> >>>> Trying the same using http instead of https: >>>> $ LANG=CC svn co http://svn.reactos.org/svn/reactos/trunk/reactos/ >>>> reactos >>>> svn: warning: cannot set LC_CTYPE locale >>>> svn: warning: environment variable LANG is CC >>>> svn: warning: please check that your locale name is correct >>>> Redirecting to URL 'https://svn.reactos.org/svn/reactos/trunk/reactos': >>>> Redirecting to URL 'https://svn.reactos.org/svn/reactos/trunk/reactos': >>>> svn: E195019: Redirect cycle detected for URL >>>> 'https://svn.reactos.org/svn/reactos/trunk/reactos' >>>> >>>> >>>> Trying to use git: >>>> $ LANG=CC git clone https://git.reactos.org/projects/reactos.git >>>> Cloning into 'reactos'... >>>> fatal: repository 'https://git.reactos.org/projects/reactos.git/' not >>>> found >>>> >>>> $ LANG=CC git clone https://git.reactos.org/reactos.git >>>> Cloning into 'reactos'... >>>> fatal: repository 'https://git.reactos.org/reactos.git/' not found >>>> >>>> Using https://github.com/mirror/reactos.git seems to be the only >>>> working variant ... >>>> >>>> -- >>>> Thomas >>>> >>>> _______________________________________________ >>>> Ros-dev mailing list >>>> [email protected] >>>> http://www.reactos.org/mailman/listinfo/ros-dev >>> >>> >> >> >> _______________________________________________ >> Ros-dev mailing list >> [email protected] >> http://www.reactos.org/mailman/listinfo/ros-dev > > > _______________________________________________ Ros-dev mailing list [email protected] http://www.reactos.org/mailman/listinfo/ros-dev
