README 1.1 KB

12345678910111213141516171819202122232425262728
  1. # RepoForge project
  2. ## About
  3. The repoforge stands for Repository Forge.
  4. It's admin tool to easy control GIT and SVN repositories with SSH access. The
  5. permissions are based on UNIX groups and real users.
  6. The project was initially created to support Subversion repositories with RPM
  7. package sources for RPM-based Linux distribution. It has potentialities to use
  8. different version control systems and generate different types of packages
  9. (RPM, deb) using the same source code and patches. But this features were not
  10. implemented yet.
  11. The repoforge has the abilities to administer a SVN server with multiply projects
  12. in easy way. Each project has the list of users who have read-only access and the
  13. list of users with read-write permissions. The users is system users. The access
  14. lists is simply unix groups. The repoforge has utility rfa to create, delete and
  15. administer Subversion repositories.
  16. ## Resources
  17. Homepage : https://repoforge.libcode.org
  18. Repository : https://src.libcode.org/pkun/repoforge
  19. Download: https://src.libcode.org/pkun/repoforge/archive/0.5.2.tar.gz
  20. Author : Serj Kalichev <pkun(_at_)libcode.org>