You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you please add a link to the package history and repo files in the app? I find myself needing to look at these quite often and it would be much easier to be able to do it in the app.
To clarify, I am talking about the "Source Files" and "View Changes" links in the package detail page.
This should be fairly easy to implement.
The url uses the following structure https://git.archlinux.org/svntogit/[repo].git/[action]/trunk?h=packages/[package]. action can be either tree or log, repo is the svn repository (more info bellow) and package is the package name.
There are only 2 svn repos, packages and community. This is done to enforce permissions between the Developers and the Trusted Users. TUs can only access community, Devs can access both. The actual arch repos are divided by these 2 svn repos as follows.
packages:
Core
Extra
Testing
KDE-Unstable
community:
Community
Community-Testing
Multilib
Multilib-Testing
The text was updated successfully, but these errors were encountered:
Could you please add a link to the package history and repo files in the app? I find myself needing to look at these quite often and it would be much easier to be able to do it in the app.
To clarify, I am talking about the "Source Files" and "View Changes" links in the package detail page.
This should be fairly easy to implement.
The url uses the following structure
https://git.archlinux.org/svntogit/[repo].git/[action]/trunk?h=packages/[package]
.action
can be eithertree
orlog
,repo
is the svn repository (more info bellow) andpackage
is the package name.There are only 2 svn repos,
packages
andcommunity
. This is done to enforce permissions between the Developers and the Trusted Users. TUs can only accesscommunity
, Devs can access both. The actual arch repos are divided by these 2 svn repos as follows.packages
:community
:The text was updated successfully, but these errors were encountered: