Clean out repositories that aren't canonical from the viewvc configuration, and set the default repo to something that at least is still in use.
diff --git a/modules/viewvc/files/viewvc/viewvc.conf b/modules/viewvc/files/viewvc/viewvc.conf index e3cc59b..6a1ab31 100644 --- a/modules/viewvc/files/viewvc/viewvc.conf +++ b/modules/viewvc/files/viewvc/viewvc.conf @@ -93,7 +93,7 @@ ## cvs_roots = cvsroot: /opt/cvs/repos1, ## anotherroot: /usr/local/cvs/repos2 ## -cvs_roots = pkgs: /cvs/pkgs, core: /cvs/dist, extras: /cvs/extras, fedora: /cvs/fedora, docs: /cvs/docs, dirsec: /cvs/dirsec, legacy: /cvs/legacy, l10n: /cvs/l10n, elvis: /cvs/elvis +cvs_roots = fedora: /cvs/fedora, dirsec: /cvs/dirsec
## svn_roots: Specifies each of the Subversion roots (repositories) on ## your system and assigns names to them. Each root should be given by @@ -141,7 +141,7 @@ cvs_roots = pkgs: /cvs/pkgs, core: /cvs/dist, extras: /cvs/extras, fedora: /cvs/ ## Example: ## default_root = cvsroot ## -default_root = pkgs +default_root = fedora
## mime_types_files: This is a list of pathnames to a set of MIME type ## mapping files to help ViewVC guess the correct MIME type of a
On Thu, 12 Aug 2010, Bill Nottingham wrote:
Clean out repositories that aren't canonical from the viewvc configuration, and set the default repo to something that at least is still in use.
diff --git a/modules/viewvc/files/viewvc/viewvc.conf b/modules/viewvc/files/viewvc/viewvc.conf index e3cc59b..6a1ab31 100644 --- a/modules/viewvc/files/viewvc/viewvc.conf +++ b/modules/viewvc/files/viewvc/viewvc.conf @@ -93,7 +93,7 @@ ## cvs_roots = cvsroot: /opt/cvs/repos1, ## anotherroot: /usr/local/cvs/repos2 ## -cvs_roots = pkgs: /cvs/pkgs, core: /cvs/dist, extras: /cvs/extras, fedora: /cvs/fedora, docs: /cvs/docs, dirsec: /cvs/dirsec, legacy: /cvs/legacy, l10n: /cvs/l10n, elvis: /cvs/elvis +cvs_roots = fedora: /cvs/fedora, dirsec: /cvs/dirsec
## svn_roots: Specifies each of the Subversion roots (repositories) on ## your system and assigns names to them. Each root should be given by @@ -141,7 +141,7 @@ cvs_roots = pkgs: /cvs/pkgs, core: /cvs/dist, extras: /cvs/extras, fedora: /cvs/ ## Example: ## default_root = cvsroot ## -default_root = pkgs +default_root = fedora
+1
-Mike
Does anyone still keep anything in the cvs/fedora repository? I did until recently, but my stuff has all moved into the infrastructure git repo. There is plenty of old stuff there that we probably wouldn't want to just delete, but I don't see why it would need to exposed via viewvc.
- J<
On Thu, Aug 12, 2010 at 6:08 PM, Jason L Tibbitts III tibbs@math.uh.edu wrote:
Does anyone still keep anything in the cvs/fedora repository? I did until recently, but my stuff has all moved into the infrastructure git repo. There is plenty of old stuff there that we probably wouldn't want to just delete, but I don't see why it would need to exposed via viewvc.
Just noticed the L10N page: http://fedoraproject.org/wiki/L10N_Maintainer refers to CVS.
Not sure who to contact to double check the status of things there.
Bill Nottingham wrote:
Clean out repositories that aren't canonical from the viewvc configuration, and set the default repo to something that at least is still in use.
Making the default root fedora makes sense. Do we really want to kill all access to the pkgs tree? There might be links to it in list archives and other places that would be nice to keep working if there isn't too high a cost involved. (Though perhaps just changing the default root might break those links as well?)
Todd Zullinger (tmz@pobox.com) said:
Making the default root fedora makes sense. Do we really want to kill all access to the pkgs tree? There might be links to it in list archives and other places that would be nice to keep working if there isn't too high a cost involved. (Though perhaps just changing the default root might break those links as well?)
I believe changing the default root will break those links, yes. I sort of assume this is a bit of a precursor to nuking CVS entirely at some point in the future once we get everything off of it.
Bill
Bill Nottingham (notting@redhat.com) said:
Todd Zullinger (tmz@pobox.com) said:
Making the default root fedora makes sense. Do we really want to kill all access to the pkgs tree? There might be links to it in list archives and other places that would be nice to keep working if there isn't too high a cost involved. (Though perhaps just changing the default root might break those links as well?)
I believe changing the default root will break those links, yes. I sort of assume this is a bit of a precursor to nuking CVS entirely at some point in the future once we get everything off of it.
Thinking about it, changing the default root will only break links to pkgs/. It won't break other links, as those would have had to specify their own root anyway. Can I get a second +1?
Bill
On Thu, 12 Aug 2010, Todd Zullinger wrote:
Bill Nottingham wrote:
Clean out repositories that aren't canonical from the viewvc configuration, and set the default repo to something that at least is still in use.
Making the default root fedora makes sense. Do we really want to kill all access to the pkgs tree? There might be links to it in list archives and other places that would be nice to keep working if there isn't too high a cost involved. (Though perhaps just changing the default root might break those links as well?)
I'd like to kill it just because we took all the memory cvs1 had and gave it to pkgs01 and cvs1 + viewvc with only a G of ram seems to make it unhappy.
-Mike
Mike McGrath wrote:
I'd like to kill it just because we took all the memory cvs1 had and gave it to pkgs01 and cvs1 + viewvc with only a G of ram seems to make it unhappy.
Well that's a plenty good reason. Anyone looking for the archived cvs stuff can still check it out. Instead of trying to add any header, perhaps we could extend the redirects to point everything to pkgs?
infrastructure@lists.fedoraproject.org