[cfe-users] Looking for specific revision

2020-03-06 Thread Mahmood Naderan via cfe-users
 Hi
The following command

svn co http://llvm.org/svn/llvm-project/llvm/branches/release_39/
/home/mahmood/source/llvm-3.9 -q -r 301135

returns

svn: E175002: REPORT of '/svn/llvm-project/!svn/vcc/default': Could not
read response body: connection was closed by server (http://llvm.org)

I want to know is that a problem with network connection or sort of
"revision not found" error. Any guess?

Regards,
Mahmood
___
cfe-users mailing list
cfe-users@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-users


Re: [cfe-users] Looking for specific revision

2020-03-06 Thread Jan Korous via cfe-users
Hi Mahmood,

The llvm project moved to git monorepo since version 3.9.

You can get it here:

> git clone https://github.com/llvm/llvm-project.git

And this seems like the commit/revision you are looking for:

> git log --grep "301135"
commit b7b081262aefc72156f8ef885f30b73132726736
Author: Xin Tong 
Date:   Sun Apr 23 17:36:25 2017 +

Correct grammar. NFC

llvm-svn: 301135

HTH

Jan

> On Mar 6, 2020, at 4:00 AM, Mahmood Naderan via cfe-users 
>  wrote:
> 
> Hi
> The following command 
> 
> svn co http://llvm.org/svn/llvm-project/llvm/branches/release_39/ 
>  
> /home/mahmood/source/llvm-3.9 -q -r 301135
> 
> returns 
> 
> svn: E175002: REPORT of '/svn/llvm-project/!svn/vcc/default': Could not read 
> response body: connection was closed by server (http://llvm.org 
> )
> 
> I want to know is that a problem with network connection or sort of "revision 
> not found" error. Any guess?
> 
> Regards,
> Mahmood
> 
> 
> ___
> cfe-users mailing list
> cfe-users@lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-users

___
cfe-users mailing list
cfe-users@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-users


Re: [cfe-users] Looking for specific revision

2020-03-06 Thread Mahmood Naderan via cfe-users
Jan,
But if I open http://llvm.org/svn/llvm-project/llvm/branches/release_39/ in
browser, the folders structure is shown.
So, that is a valid link. Isn't that enough?

Regards,
Mahmood




On Fri, Mar 6, 2020 at 10:43 PM Jan Korous  wrote:

> Hi Mahmood,
>
> The llvm project moved to git monorepo since version 3.9.
>
> You can get it here:
>
> > git clone https://github.com/llvm/llvm-project.git
>
> And this seems like the commit/revision you are looking for:
>
> > git log --grep "301135"
> commit b7b081262aefc72156f8ef885f30b73132726736
> Author: Xin Tong 
> Date:   Sun Apr 23 17:36:25 2017 +
>
> Correct grammar. NFC
>
> llvm-svn: 301135
>
> HTH
>
> Jan
>
> On Mar 6, 2020, at 4:00 AM, Mahmood Naderan via cfe-users <
> cfe-users@lists.llvm.org> wrote:
>
> Hi
> The following command
>
> svn co http://llvm.org/svn/llvm-project/llvm/branches/release_39/
> /home/mahmood/source/llvm-3.9 -q -r 301135
>
> returns
>
> svn: E175002: REPORT of '/svn/llvm-project/!svn/vcc/default': Could not
> read response body: connection was closed by server (http://llvm.org)
>
> I want to know is that a problem with network connection or sort of
> "revision not found" error. Any guess?
>
> Regards,
> Mahmood
>
>
> ___
> cfe-users mailing list
> cfe-users@lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-users
>
>
>
___
cfe-users mailing list
cfe-users@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-users