[llvm-dev] Does LLVM still keep the SVN review history?

Manuel Jacob via llvm-dev llvm-dev at lists.llvm.org
Wed Jul 29 10:38:17 PDT 2020


On 2020-07-29 19:23, Stephan Z via llvm-dev wrote:
> Hi,
> 
> For example,
> https://reviews.llvm.org/rGdab999d54f39af3ebb6a23e850dbc9742016fac8 
> looks
> like an SVN commit, and I did not find its review history from 
> Phabricator.

Not everything which was committed was reviewed in Phabricator. Things 
reviewed in Phabricator will (in 99% of the cases) contain "Differential 
Revision: ...".

Example:

https://reviews.llvm.org/rG8f0129c407395d01fd3a50b6f00ca480033d8a43

It has a link to https://reviews.llvm.org/D33015

 From there you can also find links to the previous SVN revision(s), e.g. 
https://reviews.llvm.org/rL302569

> It also mentions rdar://19040716. Is this link still valid to access?

I think that’s the internal Apple bug tracker and there’s no way to 
access it unless you are an Apple employee.

> Thank you,
> 
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev


More information about the llvm-dev mailing list