무료Tools도구들

Visual SVN Server - Standard Edition 무료

saltdoll 2016. 4. 1. 03:51
반응형

Visual SVN Server

SVN을 쉽게관리하는 서버 프로그램입니다.

 

Licensing은 Standard Edition은 무료, Enterprise Edition은 $950 per server 입니다.

 

[ VisualSVN 화면 ]

 

 

 

[ 가격표 ]

 

Standard Edition

Enterprise Edition

Available for commercial use
Management Console

Use the convenient MMC snap-in to manage your server.

HTML5-powered Web Interface

Provides modern look and feel and ensures easy integration with third-party issue trackers. Learn more

Windows Authentication

Allow users to access VisualSVN Server with their Active Directory domain credentials. Learn more

Basic

Integrated

Active Directory Single Sign-On

Users' Windows credentials are automatically used to access VisualSVN Server repositories. Learn more

 

Multisite Repository Replication

Enables development teams from remote locations to work with the repositories at LAN speeds. Learn more

 

Repository Management Delegation

Allow non-administrative users to manage repositories remotely. Learn more

 

Access and Operational Logging

Monitor all server activity (including read-only operations) and take control of your server. Learn more

 

Remote Server Administration

Take precise control of VisualSVN Server on remote installations with a great security and simplicity. Learn more

 

Price

$0

$950 per server

 

 

공식 사이트: https://www.visualsvn.com/server/getting-started/

 

 

Repository Type:

 

참고: SUPPORT // Repository types available in VisualSVN Server

 

Subversion uses pluggable model for data store backends. Historically there were two backends available:

  • BDB (now deprecated) that keeps everything in a Berkeley DB and
  • FSFS that stores data in ordinary flat files, using a custom format.

The VisualSVN Distributed File System (VDFS) is a proprietary data store backend that transparently implements bidirectional data replication.

Regular FSFS repository

The current standard Subversion repositories are based on the FSFS data store backend. The FSFS repositories are fully functional and are suitable for almost every usage model.

Distributed VDFS repository

The VisualSVN Distributed File System (VDFS) is a proprietary data store backend that implements transparent data replication across different servers. Thanks to the Subversion's modular design, distributed VDFS repositories arefunctionally equivalent to regular Subversion FSFS repositories. End-users can perform all possible Subversion operations with master and slave VDFS repositories — checking out and updating working copies, committing changes, modifying revision properties, locking and unlocking files, etc.

The VisualSVN Distributed File System follows the classic master/slave replication architecture. Each VDFS repository can be created as either a master or a slave, not both. Commits performed to the master repository are automatically replicated to all the slave repositories.

As it said above, slave repositories are also writable. When a commit is performed to the slave repository, the corresponding transaction is simultaneously committed to the master and to the involved slave repository. Then the data becomes replicated to other slave repositories.

반응형
도움이 되셨다면 하트모양의 "♡ 공감"을 눌러주시면 큰 격려가 됩니다.
(로그인하지 않으셔도 가능)