[LLVMdev] accesing svn URLs mentioned in git commit messages

Matthieu Moy Matthieu.Moy at grenoble-inp.fr
Wed Oct 17 05:04:01 PDT 2012


"Sahasrabuddhe, Sameer" <Sameer.Sahasrabuddhe at amd.com> writes:

> Hi,
>
> git messages for the LLVM source quote the equivalent SVN revisions with a line like this:
>
> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165785 91177308-0d34-0410-b5e6-96231b3b80d8
>
> But the URL doesn't work; instead we get the following error message:
>
> The requested URL /svn/llvm-project/llvm/trunk at 165785 was not found on this server.

I guess you tried to access it with a web browser. Try using SVN instead:

svn ls https://llvm.org/svn/llvm-project/llvm/trunk@165785
svn log https://llvm.org/svn/llvm-project/llvm/trunk@165785

-- 
Matthieu Moy
http://www-verimag.imag.fr/~moy/



More information about the llvm-dev mailing list