Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
Column
width30%
Wiki Markup
h3. Rice Repository Groups
* [Campus Repositories]
* [IT Repositories]

h3. Statistics

|Number of Repository groups| {sql:dataSource=wiki|output=wiki|table=false}select count(*) from owl_repository_size{sql} |
|Number of repositories| {sql:dataSource=wiki|output=wiki|table=false}select count(*) from owl_repository_size{sql} |
|Number of private repositories | 20 |
|Number of public repositories | 4 |
|Largest repository| {sql:dataSource=wiki|output=wiki|table=false}select repo_group_code || '.' || repo_name as name from owl_repository_size order by repo_size desc limit 1{sql}|
|Most active repository| smcclure |
|Number of users with access | 12 |


{chart:type=pie|3D=false|dataOrientation=horizontal|title=Repository Space Available}
{sql:dataSource=wiki|output=wiki}
select 218000000000/1024/1024 as total, INT((218000000000 - sum(repo_size)*2)/1024/1024) as free, INT((sum(repo_size)*2)/1024/1024) as used from owl_repository_size
{sql}
{chart}

{chart:type=bar|3D=true|timePeriod=Day|ylabel=Size in Megabytes|categoryLabelPosition=down45|dataOrientation=vertical|title=Top 5 Repository Sizes}
{sql:dataSource=wiki|output=wiki}
select repo_group_code || '.' || repo_name as name, (repo_size/1024/1024) as size from owl_repository_size order by repo_size desc limit 5
{sql}
{chart}

Column
width40%

What is Subversion?

Subversion is a free/open-source version control system. That is, Subversion manages files and directories, and the changes made to them, over time. This allows you to recover older versions of your data, or examine the history of how your data changed. In this regard, many people think of a version control system as a sort of "time machine".

Version Control with Subversion by O'Reilly Media(c)

What is a Repository group?

A repository group is a collection of repositories that share common characteristics, like backup policy, retention policy, specialized hooks. Each repository group also has its own name space for repository names.

Can I have a Repository group for my group?

Good question. Generally, we'd like to restrict groups to only major entities who will have many repositories. This means that in most cases this will be limited to departments, if they have a need for it. Creating a repository group is a fairly major process and requires that the subversion servers be taken off line. Due to this requirement, groups will only be created at specific points in the year to avoid impacting those using the server.

Column
width30%

Subversion Maintenance Schedule

Regular maintenance
  • Monday mornings from 8am to 9am
Next Repository group creation
  • June 29th 8am - 8pm.