Hi,
This is just a friendly reminder of the upcoming deprecation and shutdown of the SVN server. As announced during the last US Developers Conference, way back in 2019, the SVN server would remain in a read-only state for 1 year. It has been more than a year now and it is time to let the server enjoy a well deserved retirement. We are planning on turning the service off on January 5th, 2021. Please plan accordingly if, for some reason, you are still reliant on the SVN service being available. Thanks for your time and attention. I hope you all are having a nice day and staying safe.
Not sure if anyone else has brought this up, but since turning the svn
server off, phab is no longer able to display commit details for older
commits to the svn server.
Bummer! I had no idea Phabricator was connected to the SVN server in this way. I’ll have to see if I can get a conversation going with the Phabricator maintainers and see if there is a way we can address this. Thanks for the heads up.
Can you clarify why is this important or why is a feature we need to preserve? Are these URLs posted and referenced anywhere?
The whole “LLVM repo” in phabricator is disabled right now and can’t be browsed really: https://reviews.llvm.org/diffusion/L/ ; phab only provides a frontend for the repository, not an entire copy of it I believe.
The key situation where I’d use it is if I’m tracing back the review and commit history of some older change. Often commits will be referenced within Phabricator reviews as rLXXXXXXX, which would previously allow you to click on them to get to the commit (this might in turn have links to other commits/reviews etc). Using the SVN id to look up the git commit is possible, just more time consuming.
The key situation where I'd use it is if I'm tracing back the review
and commit history of some older change. Often commits will be
referenced within Phabricator reviews as rLXXXXXXX, which would
previously allow you to click on them to get to the commit (this
might in turn have links to other commits/reviews etc). Using the SVN
id to look up the git commit is possible, just more time consuming.
James
Thats my reasoning for raising this. It just makes life simpler when
referencing those older commits.
I don’t know, I’ll keep an eye on the load, so far so good (see below).
Note that:
The rules are loaded in the apache2 config and not in the .htaccess (I’m not sure but I’d suspect the later to may incur some cost on a per-request basis?)
I first match negatively match the pattern (the common case), before going through the huge amount of individual rules:
RewriteCond %{REQUEST_URI} !^/rL[0-9]$ RewriteRule ^(.)$ /index.php?path=$1 [B,L,QSA] # Config for SVN → GIT url rewrite Include …/svn_url_rewrite.apache.conf