几个svn命令

create a user and user file:
binhtpasswd -c pwd-file <username>

add user to user file:
binhtpasswd pwd-file <username>

create bdb repository:
svnadmin create –fs-type bdb <newRepository>
svnadmin create –fs-type fsfs <newRepository>

backup repository:
svnadmin hotcopy path/to/repository path/to/backup –clean-logs

Leave a Reply

Your email address will not be published. Required fields are marked *